码迷,mamicode.com
首页 >  
搜索关键字:starting    ( 1893个结果
nginx/Windows-1.9.3启动脚本
启动nginx.bat@echo off D: cd D:\Program Files\nginx-1.9.3tasklist | findstr /i "nginx.exe" echo "nginx is starting on port 80" start "" "nginx.exe" ...
分类:Windows程序   时间:2015-08-06 11:03:19    阅读次数:225
Happy Number
Write an algorithm to determine if a number is "happy".A happy number is a number defined by the following process: Starting with any positive integer...
分类:移动开发   时间:2015-08-06 11:01:58    阅读次数:104
<已解决> Eclipse启动失败
参考:http://stackoverflow.com/questions/15404964/starting-eclipse-results-in-failed-to-create-java-virtual-machine-vm C:\Java\jdk1.6.0_25\bin\javax.exeA...
分类:系统相关   时间:2015-08-05 18:10:47    阅读次数:134
关于apache服务器加载so的报错
早上突然发现我的虚拟机上的WEB应用访问不了了,后台检查httpd服务,无法启动,出现一行提示:①starting httpd: httpd: Syntax error on line 163 of /etc/httpd/conf/httpd.conf:②Cannot load /etc/httpd...
分类:Web程序   时间:2015-08-05 11:58:35    阅读次数:188
AttributeError: 'module' object has no attribute 'Thread'
$ python thread.py starting at: 2015-08-05 00:24:24Traceback (most recent call last): File "thread.py", line 28, in main() File "thread.py", line 16,....
分类:其他好文   时间:2015-08-05 06:25:57    阅读次数:153
struts1
1.简单应用示例导入struts1的jar包,然后配置xml,写java和jsp/struts/WebRoot/Login.jsp "> My JSP 'index.jsp' starting page /lo...
分类:其他好文   时间:2015-08-04 12:37:43    阅读次数:110
cloudfoundry上搭建go服务端
虽然只有60天试用期,我还是把教程公布一下:1. 注册一个cloudfoundry账号https://console.run.pivotal.io/register2. 安装CLI部署工具包http://docs.run.pivotal.io/starting/index.html#install-...
分类:其他好文   时间:2015-08-04 10:37:44    阅读次数:111
Unable to load VirtualBox engine. Genymotion.安装问题
小编之前是安装2.3版本,因为一安装2.4版本就出现上面的问题,所以没办法只能安装2.3的,就没有上面问题。但是好像是2.3版的看不到data/data里面的文件,很麻烦,到做数据库啊,什么的要里面的文件看不到就非常不方便,所以没办法又把2.3版的卸载了,安装2.4的又出现此问题,今..
分类:其他好文   时间:2015-08-04 00:53:41    阅读次数:268
[leedcode 202] Happy Number
Write an algorithm to determine if a number is "happy".A happy number is a number defined by the following process: Starting with any positive integer...
分类:移动开发   时间:2015-08-03 22:27:56    阅读次数:141
ZOJ2913Bus Pass(BFS+set)
Bus PassTime Limit: 5 Seconds Memory Limit: 32768 KBYou travel a lot by bus and the costs of all the seperate tickets are starting to add up.Theref...
分类:其他好文   时间:2015-08-03 20:36:58    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!