1,C:\>%windir%\system32\inetsrv\appcmd.exelistsitesSITE"DefaultWebSite"(id:1,bindings:net.tcp/808:*,net.pipe/*,net.msmq/localhost,msmq.formatname/localhost,http/*82:,state:Stopped)SITE"mysite"(id:2,bindings:http/*:80:,state:Stopped)2..
分类:
其他好文 时间:
2015-02-11 19:07:38
阅读次数:
221
高德地图2.X.X以前的版本将在2015年2月28日停用,所以前段时间把高德的几个包都更新了,也同时申请了新的key,可是今天准备打包发布,打完包后,地图不能用了,提示invalid_user_scode,查阅了一下资料情况是:确保在工程中添加的key为9月23日之后注册的。在debug模式下,或者..
分类:
移动开发 时间:
2015-02-11 18:50:24
阅读次数:
181
造成此问题的原因是: 在applicationContext.xml中引用 但是在User1Service中没有定义 成员变量的属性private User1DAO user1DAO; public User1DAO getUser1DAO() { return user1D...
分类:
其他好文 时间:
2015-02-11 18:12:59
阅读次数:
238
var p *int=new(int) //p指向一个int的存储空间,即p已有值
*p = 12 var p *int //当前p为nil,没有指向任何变量
*p = 12 //panic: runtime error: invalid memory address or nil pointer dereference golang指针规...
分类:
其他好文 时间:
2015-02-11 16:51:18
阅读次数:
89
Whuacmers use coins.They have coins of value A1,A2,A3...An Silverland dollar. One day Hibix opened purse and found there were some coins. He decided to buy a very nice watch in a nearby shop. He wanted to pay the exact price(without change) and he known th...
分类:
其他好文 时间:
2015-02-11 16:46:46
阅读次数:
187
在Mac上用brew安装Nginx,然后修改Nginx配置文件,再重启时报出如下错误:nginx: [error] invalid PID number "" in "/usr/local/var/run/nginx/nginx.pid"解决办法:$ sudo nginx -c /usr/local...
分类:
其他好文 时间:
2015-02-11 12:17:45
阅读次数:
211
颓废了好久,今天打开电脑一看想装个软件尼玛居然一大堆错误。。。什么鬼!! 错误如下: 错误?http://archive.ubuntu.com/ubuntu/?raring/main?sqlite3?i386?3.7.15.2-1ubuntu1
??404??Not?Found?[IP...
分类:
系统相关 时间:
2015-02-11 11:09:40
阅读次数:
237
不熟悉linux和后端的我,折腾了一天,终于找到问题原因和解决办法了!问题原因:fastcgi_param SCRIPT_FILENAME scripts$fastcgi_script_name;解决办法:改成 fastcgi_param SCRIPT_FILENAME /Users/linchen...
分类:
Web程序 时间:
2015-02-11 00:29:32
阅读次数:
178
原文网址:http://my.oschina.net/liusicong/blog/324964在安装android studio时,报错: Error launching android Studio No JVM installation found. Please install a 64-b...
分类:
其他好文 时间:
2015-02-10 23:05:48
阅读次数:
258
启动unity3d 提示“unity3d EditorWindow could not be loaded because the script is not found in the projec”错误!解决方法, 脚本的名字和 窗口类名相同就行了。...
分类:
编程语言 时间:
2015-02-10 21:45:36
阅读次数:
233