I am investigating for a tool that allows a user to perform in a user friendly way queries to database for extracting datas and creating reports.
I need serious help dividing the positive numbers and the negative numbers. I am to accumulate the total of the negative values and separately accumulate the total of the positive values. After the l
I am employing ThreadPool.QueueUserWorkItem to play some sound files and not hanging up the GUI while doing so.
When trying to call (DLLImport) an external c++ dll from a .net application that has a manifest file with requireAdministrator, I get this error trying to call function from the C++ dll in Windows 7 w
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I\'ve just installed Magento on my website, but I can\'t access the backend.The frontend works fine, but in the backend once I successfully login, it ta开发者_如何学Pythonkes me to a blank screen.I\'v
I need to submit an email address with a \"+\" sign and validate in on server. But server receives email like \"aaa+bbb@mail.com\" as \"aaa bbb@mail.com\".
I have the following function that I am using to remove the characters \\04 and nulls from my xmlString but I can\'t find what do I need to change to avoid removing the \\ from my ending tags. This is
Hey i want to convert MsWord doc file into text file - any code sample. And then i want to store it to in da开发者_运维技巧tabase MySql - any code.
What\'s the difference between this grammar: ... if_statement : \'if\' condition \'then\' statement \'else\' statement \'end_if\';