Could you guys tell me why a simple c++ file can't work and gives me errors in the terminal.Is it a simple error? Thank you.The photo is on th
Im trying to get data from an URL using PHP. The data i get from the URL is like this: ok {RAH31E telex {Testing1}} {RAH31A telex {Testing1}} {RAH31B telex {Tes
I'm trying to use MaterialDesignXamlToolkit in my WPF class library (.NET framework). I'm following their official quick start tutorial, but since i do not have
I'm trying to integrate Angular Element component to ASPX page. I'm able to render it, but I can't set/get value from html hidden input (name="testData" in snip
val mySink = KafkaSink.builder() .setBootstrapServers(bootstrapserver) .setKafkaProducerConfig(myproperties) .setDeliverGuarantee(DeliveryGuarantee.AT
am learning api integration with bloc, these exception is been thrown when data is trying to fetch, for loadingstate i assigned a progressindicator then after t
I'm developing Point of sales system. and i want to display database connection status for the users. Im using MS Access 2013 database and Visual Studio 2010 (V
Good day to you all, I'm new to Spring Ldap and facing the following issue : I got a null exception error when my program is trying to get all users from my Ope
I am trying to change the type of column from string to Datetime using the code below (in Databricks notebook). import org.apache.spark.sql.functions._ val df\