Exec
C Programming - execlp() help?
I\'m creating a shell in C for learning purposes, and so far I\'ve gotten to the point where you can input a string via fgets(), the string is broken down into \"chunks\", and then these chunks are pa[详细]
2023-03-27 11:46 分类:问答Different output from exec if using a mobile browser
This one has me stumped. I have two Windows installations of PHP: 32-bit on a 32-bit OS, and 64-bit on a 64-bit OS. Both use Apache 2.2 (native architectures), and both load php as a module.[详细]
2023-03-27 09:54 分类:问答What's char* const argv[]?
I\'m studying linux C++ programing when I see int 开发者_高级运维execve(const char *path, char *const argv[],[详细]
2023-03-27 03:02 分类:问答How can I execute unix sort command (/usr/bin/sort) from Java?
I am hoping to leverage the unix sort command to sort a large text file in Java.I\'ve tried executing sort with the process builder, but with no luck.However when I print the exact command it is going[详细]
2023-03-26 14:53 分类:问答Trying to execute SASS from PHP via exec() function
I have a site with color setti开发者_如何转开发ngs in the admin. You change your colors, it saves a .scss file and runs exec(\'sass file.scss file.css\'). Works fine locally (on MAMP), but fails on se[详细]
2023-03-26 12:34 分类:问答Can't get out of exec. Local variable to pass ip address?
Question linked to Get local IP address in node.js May I ask for a little help? In this example of usage,[详细]
2023-03-26 11:53 分类:问答java exec with process replacement
Here is command from python: os.execvp it runs other applicat开发者_C百科ion and current process is completely replaced with new one. From script point of view, os.execvp never returns result.[详细]
2023-03-25 21:11 分类:问答Want to execute a perl script within a perl script
I need a help on perl. I am new to it. I want to execute a perl script from my parent perl script and cover the following scenarios:[详细]
2023-03-25 15:06 分类:问答Use user provided python code during runtime
I\'m developing a system that operates on (arbitrary) data from databases. The data may need some preprocessing before the system can work with it. To allow the user the specify possibly complex rules[详细]
2023-03-25 14:57 分类:问答Run Java programs from PHP in a sandbox
I have a little question: we have to run Java programs and parts of the code will be uploaded by the users.[详细]
2023-03-25 12:54 分类:问答