各位大神,急求,目前apache已经运行成功,用localhost:8080,可以看到it works;但是用localhost会出现The requested URL / was not found on this server.的404错误,香格里拉娱乐城这是为什么呢,然后在httpd.conf...
分类:
其他好文 时间:
2014-08-23 13:51:40
阅读次数:
189
画了一个模块比较杂的原理图,为了省事,就从官方评估板上复制过来一部分原理图,将里面的电容改成了自己想要的名字。然后又从自己原来画过的原理图中复制了一部分电路,然后是根据需求使用自己的库里的元件新画了一部分电路。今天在成生Netlist的时候发现报错:
如图选中该错误,按F1键查看帮助,得到内容如下:
This situation should only occur if y...
分类:
其他好文 时间:
2014-08-22 16:25:22
阅读次数:
631
HTTP 错误 404.2 - Not Found由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面。解决办法:设置为允许HTTP 错误 404.17 - Not Found"HTTP 错误 404.17 - Not Found 请求的内容似乎是脚本,因而将无法由...
Jenkins 集成Xcode 项目的时候在证书上遇到了问题。实际上如果在本地的话。只要Xcode工程里选择了项目就不需要重新设置证书了。jenkins会自动找到这个证书,只要在build setting 里设置的是正常的。并且在xcode 里能正常编译。Check dependenciesCode...
分类:
其他好文 时间:
2014-08-22 16:11:39
阅读次数:
228
I found an issue in WIX extension implementation.
Some WIX extension tags write rows to CreateFolder table, e.g.
, , . As the official MSI document says, a patch can be
Not uninstallable if it co...
分类:
其他好文 时间:
2014-08-22 13:02:38
阅读次数:
224
使用预编译SQL语句和占位符参数(在jdbc中是?),能够避免因为使用字符串拼接sql语句带来的复杂性。我们先来简单的看下,使用预编译SQL语句的好处。使用String sql = "select * from Student where name=" + name;如果name的值是1或 "aty"或"aty'aty",就会产生下面错误的sql
--ORA-01722 invalid numb...
分类:
数据库 时间:
2014-08-22 13:02:18
阅读次数:
256
ERROR: no read quorum in group: required 2, found 0 disksERROR: Could not heartbeat PST for grp 5. Force dismounting the disk group.ERROR: no read quo...
分类:
其他好文 时间:
2014-08-22 12:21:56
阅读次数:
267
I'm not yet clear what I did, but I'm blogging it so it can be found if someone else has this issue.For whatever reason, last week both of my Vista 64...
出现这个这个问题是因为发布菜单的JSON字符串中存在Unicode字符我的项目中是因为Serialize序列化时自动将Url中的“&”自动转换成Unicode解决方法就是将json串中的unicode字符解码如何进行unicode解码,传送门
分类:
微信 时间:
2014-08-22 10:36:26
阅读次数:
2070
报错:Program bash is not found in PATH(如果按照我的方法来的话是没有这个错误的,我之前用别的方法的时候有但是后来还是没解决,写出来放到这里做参考吧)参考原文:http://blog.csdn.net/fuyongbing1986/article/details/11...
分类:
移动开发 时间:
2014-08-21 22:28:24
阅读次数:
302