码迷,mamicode.com
首页 >  
搜索关键字:run away    ( 19466个结果
run命令总结
授权管理器 azman.msc xml 证书 certmgr.msc 组件服务 compex.msc 计算机管理 compmgmt.msc 设备管理器 devmgmt.msc 磁盘管理 diskmgmt.msc 事件查看器 eventvwr.msc 共享文件夹 fsmgmt.msc 本地组策略编辑器 gpedit.msc 本地用户和组 lusrmgr.msc NAP客户端配置...
分类:其他好文   时间:2014-05-26 03:46:39    阅读次数:245
当用Myeclipse8.6集成开发环境,进行JavaWeb项目开发的时候,用集成开发环境中的run Server进行程序调试时,出现如下错误解决方案
Several ports(8080,8009)required by Tomcat v6.0 Server at localhost are already in use.The server may already be running in another process, or a system process may be using the port, To start this server you will need to stop the other process or change t...
分类:编程语言   时间:2014-05-26 03:41:22    阅读次数:364
virtualenv python多版本管理安装配置记录
virtualenv主要是用来管理Python的不同版本,记录windown下的安装过程。1、安装python2.7,设置好path环境变量:\python2.7;\python2.7\Scripts2、安装setuotools,主要是run:ez_setup.py 进行自动安装3、下载virtua...
分类:编程语言   时间:2014-05-26 00:28:56    阅读次数:410
hdu 2586 How far away ?
DescriptionThere are n houses in the village and some bidirectional roads connecting them. Every day peole always like to ask like this "How far is it...
分类:其他好文   时间:2014-05-25 22:47:22    阅读次数:283
Java多线程之后台线程不执行finally
后台线程不执行finallypackage wzh.daemon;import java.util.concurrent.TimeUnit;class ADaemon implements Runnable { @Override public void run() {
分类:编程语言   时间:2014-05-25 22:43:58    阅读次数:436
centos6.5设置终端快捷键
菜单: System-Preferences-Keyboard Shortcuts在Desktop分类下找到“Run a terminal”点击Run a terminal,按下需要的快捷键,比如Ctrl+Alt+T,即可。补充终端窗口下的快捷:复制:Shift+Ctrl+C粘贴:Shift+Ctrl+V开启新窗口:Shift+Ctrl+N开启新分页(Tab):Shift+Ctrl+T分页之间切换...
分类:其他好文   时间:2014-05-25 21:23:37    阅读次数:410
nodejs 批处理执行 app.js
1、直接运行测试文件         下面的内容为批处理文件node-run-app.bat中的内容,批处理命令中NODE_PATH为Node.js的安装路径,也就是有node.exe文件的路径,在初次使用时设置。文件放在自定义项目路径,如使用express 生成的项目。app.js为待测试的Node.js 文件。双击该批处理文件即可运行app.js程序。 [plain]...
分类:移动开发   时间:2014-05-25 07:14:30    阅读次数:433
java.lang.OutOfMemoryError
therearetwosituationsinthiserror,oneisJavaheapspaceandsolutionasbelow:a.在Eclipse里选:Window->Preference->InstalledJREs->选中->Edit,在DefaultVMArguments里输入-Xms256m-Xmx1024m,表示最小内存256M,最大1G,然后运行就可以了。b.Run->RunConfigur..
分类:编程语言   时间:2014-05-25 04:53:25    阅读次数:301
free pascal 错误代码表
free pascal 错误代码表为了方便对照检查运行时错误代码,这里把所有的错误代码的含义整理出来。(最大序号为232,中间不一定连续。user.pdf P175)Run-time errors Applications generated by Free Pascal might generat...
分类:其他好文   时间:2014-05-25 02:05:12    阅读次数:558
run命令详解
1.gpedit.msc-----组策略   2.utilman--------辅助工具管理器   3. Nslookup-------IP地址侦测器   4. explorer-------打开资源管理器   5. logoff---------注销命令   6. tsshutdn-------60秒倒计时关机命令   7. lusrmgr.msc----本机用户和组 ...
分类:其他好文   时间:2014-05-24 22:23:24    阅读次数:595
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!