I\'m working on an online ordering system for photography clients: Here. (Forgive the requirement of having to sign in).
I always think of xml like a set data structure.Ie: <class> <person>john</person> <person>sarah</person>
Could you tell me whats wrong with this ASP script: I think the error is in the if statement <script>
I\'m trying to register a simple MSV1_0 subauthentication package for MS Windows Server 2003. I created a dll which i开发者_运维知识库mplements required functions described in MSDN. I copied my dll to
For time profiler for XYZ, I can just run \'time XYZ\', or if I have the source code in C/C++, I even can use gprof to get profiled results.
I have a problem in a Ruby on Rails app that I am working on. I have been working on the app for months and I have never had this problem before and after a bit of Google searches I think that somehow
I have an FTP monitoring/downloading application using C# sockets. I got this error message: 421 Disconnecting you since you were inactive for 300 seconds开发者_如何学JAVA.
I\'m having trouble getting the autocomplete box in System.Windows.Controls.Input working as I wish.When I start typing the dropdown section that displays the filtered list doesn\'t show the property
I have launch mongodb server: [demas@arch.local.net][~]% mongod --dbpatmongod --dbpath /home/demas/temp/
I\'d like to implement transaction-per-request in conjunction with Jersey resources.By that, I just mean I want开发者_如何学编程 a single place to manage transactions, something like: