console-application
How to add run parameters to a C#
Its really really hard to explain what i am trying to do, so i will just explain what is the program i am trying to build.[详细]
2023-03-30 21:24 分类:问答How to determine if I'm running as a console app? (Delphi on Win32)
I have a common unit that does some logging to GExperts Debugger and/or OutputDebugString. I am going to use it in a console app, so I want it to be able to output to stdout via writeln().[详细]
2023-03-30 18:48 分类:问答How to setup NHibernate with Sharp Architecture in a multi-threaded console application?
I\'m still pretty new to these technologies.The real problem here is how to manage the sessions per thread in the console app.Currently, if I run it as a single thread then all is well.As soon as I sw[详细]
2023-03-30 17:33 分类:问答phone book in c#
I am a beginner in programming and I should prepare a phone book in console application as my project. I have written a code for some part of it, however I can\'t write a method for searching, editing[详细]
2023-03-30 08:48 分类:问答Accessing a plist with a console application - Xcode 4
I\'ve created a plist (File->New File->Resource plist) file that has a dictionary that stores floating point numbers for a console application.I\'ve pretty much created this plist to store a few numbe[详细]
2023-03-30 05:36 分类:问答nettiers data class library not recognized
I needed to make a console application using nettiers class libraries. I created a new Console Applicati开发者_运维百科on project, added references to all the libraries from NetTiers and created an ap[详细]
2023-03-29 07:51 分类:问答MCI_OPEN fails for mp3 files in a C++ console application
This is what I did: DWORD dwReturn; MCI_OPEN_PARMS mciOpenParms; mciOpenParms.lpstrDeviceType = _T(\"MPEGvideo\");[详细]
2023-03-29 02:05 分类:问答FileSystemRights Issues (C#)
I\'m fairly new to file systems and permissions/rights access (aka Access Control List, ACL). While coding with regards to ACL, I am not able to set properties I want to the files. I\'m unsure if my u[详细]
2023-03-29 01:59 分类:问答log4net log4net.Util.PatternString configure from code
I have a console application with log4net, and I would like to add logfile name from code. (I use开发者_开发问答 threads later)[详细]
2023-03-28 22:25 分类:问答Is there a way for Java to determine the size/dimensions of the command-line console it's running in? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Can I find开发者_JAVA技巧 the console width with Java?[详细]
2023-03-28 21:51 分类:问答