1.添加模块insert into modules(module_name,relative_path,display_name,table_name,tab_enabled,module_enabled)values('Agents','~/Agents/','.moduleList.Agents... Read More
posted @ 2015-04-14 16:23 江仙子 Views(163) Comments(0) Diggs(0)
这段时间负责公司的程序的打包,于是就学习了一下NSIS的脚本,结果是英文的,所以就有了翻译一下,顺便学习一下的想法。编写NSIS程序打包脚本,只需要用一个文本编辑器,最好是带有行号的,这样会有助于读懂编译错误提示。下面开始学习打包。1. NSIS脚本的基本结构installer attribute ... Read More
posted @ 2015-04-14 16:20 江仙子 Views(253) Comments(0) Diggs(0)
一个进程中,主线程可以创建多个次线程。Thread oThread = new Thread(new ThreadStart(FuncA));oThread.Start();线程起始时启动的方法不能带有参数线程有5个优先级属性,由高到低分别是Highest,AboveNormal,Normal,Be... Read More
posted @ 2015-03-31 16:08 江仙子 Views(144) Comments(0) Diggs(0)
1.svn:安装SVN的Command Lines Tools。在phpStorm的SVN属性中File->Setting->Version Control->Subversion->Use Command Line Client填入:C:\Program Files\TortoiseSVN\bin... Read More
posted @ 2015-01-29 10:50 江仙子 Views(333) Comments(0) Diggs(0)