3,390 questions
0
votes
0
answers
27
views
In case spawn of electron, I can't see output of process in realtime
I'm beginer of electron, and I learned I can execute external program with spawn function.
But, when I execute external program, I can't see output data of the program immediately.
This is my external ...
0
votes
1
answer
34
views
Spark Overwrite table , getting data loss when terminated at insertion stage
Objective :
we need to read the table in spark application and trasform the data and rewrite the same table
Senario :
I am trying to overwrite external non partitioned table with spark
Since same data ...
1
vote
1
answer
35
views
Hourly DAG ExternalTaskSensor check external DAG always in "reschedule" mode
I have an hourly DAG ("dag_b") depend on the complete of an external DAG ("dag_a", also an hourly DAG that started 10 minutes earlier than "dag_b", mentioned in '...
0
votes
0
answers
23
views
How To Update Referenced Data From Another Workbook Automatically
I've referenced data from an external workbook source in LibreOffice Calc (v 24.8.0.3 on Win 11) and while the referencing successfully populates the target workbook, it does not dynamically update ...
0
votes
1
answer
41
views
How do you set a content security policy in Apache to block form posts from all external sources? [closed]
I have a form that will accept a form post from self and external sources. How do I enter the correct syntax in Apache/2.4.29 (Ubuntu) web server to block form posts from all external sources? I have ...
0
votes
0
answers
21
views
Include fully qualified url within PHP code without using an ESI tag [duplicate]
Would like to call a fully qualified URL such as https://www.example.org/abc.html and include that HTML code snippet within a PHP page.
The reason for this is that the entire PHP page is dynamic but ...
1
vote
0
answers
62
views
Android how to configure provider path for dual app storage
Two connected questions:
Environment.getExternalStorageDirectory().getAbsolutePath() gives me the external storage. But I just noticed that dual apps (You can clone apps for example on Xiaomi) have ...
0
votes
0
answers
160
views
Delphi executing an external program with two-way interaction
I need to execute a commandline program (.exe) in full interactive mode.
That is, I need to call the executable with a command which turns it into an interactive program. From the Windows command ...
0
votes
0
answers
82
views
Inter process usage of Vulkan VK_KHR_EXTERNAL_MEMORY_EXTENSION
I am trying to make VK_KHR_EXTERNAL_MEMORY_EXTENSION work.
Similar to this
https://stackoverflow.com/questions/50020878/how-to-correctly-share-vkdevicememory-what-is-vkexternalmemorybuffercreateinfok/
...
0
votes
2
answers
98
views
How do I detect if a USB is being inserted AND the NAMES of the UBS(S)
I am not sure where to even start I did some googling but I cant find anyhing for java. AI has also been unhelpful
I have treid some code that can dectect a ubs but im not sure about the name
Here is ...
0
votes
0
answers
275
views
CMake clean build files of custom command
I have a CMake project where I need to call an external build tool (not make) with add_custom_command/add_custom_target to create a set of object files that other libs/executables depend on.
...
0
votes
0
answers
61
views
How can I access struct functions from external compiled .dll if those structs are not declared in the header file?
I cannot share the actual project code, but I will provide an exact code example for the problem I face.
I am trying to implement my own separate component (project) in the solution (Visual Studio ...
0
votes
0
answers
63
views
Get external ip of local server in php, FAST
I need to get ahold of my servers external IP number.
This is proving harder than I thought, so I need your help.
I do know that I can get the IP number of someone visiting the website a few different ...
0
votes
1
answer
47
views
Spring Boot 3 Session Clustering Error Deployed on External Tomcat10
I use Spring Boot 3.x and an external Tomcat 10.
Set up session clustering on an external Tomcat
If I check on the jsp page, the session is shared, but
If I check the same logic with spring boot ...
1
vote
2
answers
73
views
Converting Classic ASP to Javascript to display HTML pages
We are updating our server and it will no longer support Classic ASP. The site is simple, I just don't know how to do it.
All in same folder: index.html, a.html, b.html
a.html:
<p>this is A</...