I\'ve built a form for entering some data into a table in my database, now I want to INSERT that data, and get back the ID (which is an autonumber) of the record that has just been added. I\'ve got th
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to write a Common Lisp function that will give me all possible permutations of a list开发者_运维百科, using each element only once. For example, the list \'(1 2 3) will give the output ((1
I am developing lots of custom modules for my web application and needs to im开发者_运维问答plement memcache with it. I have installed and enabled memcache module in my drupal installation but now I h
I have a google app engine project and i want to make my REST API available to third parties. Like twitter API.
While I was digging an issue in spring\'s sources, I found the following: public abstract class RequestContextHolder {
this is not my homework(my homework is just about doing chat with a client andserver which it works correctly especially with your help[:-)]
I have to machines in the same network that should communicate over the Spread Toolkit Both machines have the same config file
is it possible to display all the pages that user have visited?For example, my website have som开发者_如何转开发e category(shoes,shirt,bag), I want to display the pages the user have visited & dis
I ask this question for the comment of this answer: https://serverfault.com/quest开发者_开发技巧ions/104648/is-this-http-servers-issue/104679#104679