I have a .net website which contains an IHttpModule I wrote to do certain tasks (authorisation etc). But within the website there are a number of virtual directories that are mapped to third party app
I\'m using the Authlogic Facebook Connect plugin on my site. After a bit of a struggle I can sign in with FBConnect, I can get stuff from the FBSession, like the users nam开发者_JAVA技巧e, and I can l
I am interested in knowing the pros and cons of creating a custom system supported by a database like the one described below:
I\'m using this following code to send simple HTTP Request : try { Sockets = ne开发者_高级运维w Socket ();
I am trying to solve this problem: In an integer array all numbers occur exactly twice, except for a single number which occurs exactly once.
How can conve开发者_高级运维rt a certain file into in a String? And then from that String to get the original file? This needs to realize it using Java.
I have an application I want to bundle (with some additional files) together inside a wrapper application.
Is it possible to choose a custom location for the sqlite database file? If possible I want to store the database file in the memory card. And if user switches from one memory card to the other I 开
When querying data via PHP, will it significantly slow down the page loading time if I can the items separately?