For language redirects we currently create folders in the web root containing an index.php file which checks the HTTP_ACCEPT_LANGUAGE server variable. e.g. for the url www.example.com/press/
I am considering creating a RESTful web service which will return a lot of data.What do people think is the maximum size of xml document that should be returned in one get from a web services API? I w
I would like to try and use Perl, but need to communicate with another application I wrote.I have an interface library that I wrote in C++, and it contains the socket communications and interface prot
Can anyone give me so开发者_JAVA百科me idea about uploading data from excel to access database using javaYou\'ll definitely want to check out Apache POI - Java API To Access Microsoft Format Files. Yo
I accidentally removed my Apache windows service trying to install another Apache web server.Does anyone know how 开发者_JS百科I can create another Apache windows service from cmd? I tried \"sc create
I am trying to setup roundup on a windows XP machine. I use psycopg2 v2.0.13 and when i import the psycopg2 module from the shell it all works fine, but when mod_python tries to do it, I get this erro
I have mod_python installed on a debian box with python 2.4 and 2.6 installed. I want mod_python to use 2.6 but it is finding 2.4. How can set it to use the other version. 开发者_运维问答The version o
Is there a way in Java, to copy the contents of the clipboard (an开发者_StackOverflow中文版 image in my case) to the end of a word document?
Is it possible to make the DirectoryIndex value in a .hta开发者_开发技巧ccess file conditional based on IP, so that - for example - my IP see\'s DirectoryIndex as index.html and everyone else sees Dir
I am trying out CGI-scripts for the first time but without success. I have read many tutorials and followed may threads in different forums but I can not make it work.