需求 winForm 程序输出类型为 windows 程序(不是命令行程序) 在运行时想输入一些信息编译开发调试,如何实现这一功能 解答: AllocConsole.FreeConsole 这两个 API 可以在任何时候调用和关闭 命令行. 代码演示:API 部分 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Inter…
一.首先去官网下载对应的的mongodb ,本人的操作系统是win7 64位 mongodb-win32-x86_64-2.0.6.rar 解压安装:进入到bin目录下,会看到N多的.exe文件 二.启动mongodb mongod.exe --dbpath=d:\mongo\data\db --logpath=d:\mongo\log\log.txt, 通过浏览器访问localhost:27017;如果显示" You are trying to access MongoDB on the na…
WinExec The WinExec function runs the specified application. Note This function is provided only for compatibility with 16-bit Windows. Applications should use the CreateProcess function. UINT WinExec( LPCSTR lpCmdLine, // 可执行程序的路径,如"c:\\a.exe"…