What is the most efficient way to recursively list files in a specific directory and its subdirectories? Should I use the standard librar开发者_开发知识库y, or use some third party?
I wish to open a file (lets say, a word document) from a Java application using the associated program installed on the computer (in this example, using MS Word or Open Office Writer).
i need to update a database where some of the table have changed (columns have been added). I want to开发者_如何学C perform this action in a proper transaction. If the code executes without any proble
I have a Python script and I want to call it several functions down the script. Example code below: class Name():
I have a quick question about creating files with perl and executing them.I wanted to know if it was possible to generate a file using perl (I actually need a .bat script) and then execute this file i
I\'m reading the steps to build a web app skeleton: http://maestric.com/doc/java/spring/setup#web_app_skeleton
Is is possible to execute a JQuery function by injecting it into the page? IT CAN\'T be attached to the .ready function. The reason is that the user will be uploading an image via iframe. I need JCrop
开发者_高级运维which method we are using for execute query in wordpresswp_query(): Manual page
I have developed a web application 3 months ago to show facebook users by searching username. To access facebook, I have downloaded facebook dll and got application key, and secret key from facebook.
I want to run a php script every morning, the script would send an email. But the email I get from cron always contains an error message.