码迷,mamicode.com
首页 >  
搜索关键字:no resource found    ( 12885个结果
Ubuntu, using svn from terminal
Hello everybody,One day I had problems with GUI svn client and a big headache how to commit my changes. I have found how to do that using Terminal and...
分类:其他好文   时间:2014-07-19 21:30:39    阅读次数:197
nodejs安装错误Node.js configure error: No acceptable C compiler found!解决
Node.js configure error: No acceptable C compiler found! Please make sure you have a C compiler installed on your system and/or consider adjusting the CC environment variable if you ...
分类:Web程序   时间:2014-07-16 17:32:10    阅读次数:952
lnmp安装完成后无法解析php页面
当你的lnmp架构安装完成后,发现html页面可以打开,但php页面却无法打开,页面提示404 not found,如果确定配置过程不会有问题,可以从下面两个方法来查看1.nginx的server里面有添加对php的支持没有,如location / { root html; ...
分类:Web程序   时间:2014-07-16 16:54:44    阅读次数:506
Vertex Fetch Texture (VTF)
http://www.opengl.org/wiki/Vertex_Texture_FetchVertex Texture FetchThis article contains inaccurate information. Further details can be found on theta...
分类:其他好文   时间:2014-07-15 23:02:34    阅读次数:515
No WebApplicationContext found: no ContextLoaderListener registered?报错解决
今天跑了下新搭的一个SSI框架。报如下错误: 严重: Exception sending context initialized event to listener instance of class com.j.chat.upgrade.web.core.SystemLaunchListener java.lang.IllegalStateException: No WebApplicat...
分类:移动开发   时间:2014-07-15 10:43:08    阅读次数:405
http协议学习笔记
1. Request和Response消息结构Request结构: METHOD path-to-resource HTTP-version-number HEAD requestbody(Optional)Response结构: HTTP-version...
分类:其他好文   时间:2014-07-14 22:16:13    阅读次数:291
【剑指offer】q50:树中结点的最近祖先
#@ root: the root of searched tree #@ nodeToFind: the tree-node to be found #@ path: the path from root to node #@@ #@@ search tree referenced by root, and return the path #@@ from root to node, if n...
分类:其他好文   时间:2014-07-14 16:45:51    阅读次数:217
java Resource
ClassPathResource: String resource = ""; //相对路径 Resource resource = new ClassPathResource(resource); //获取当前类下,同一个包中的资源 Resource resource = new Cla...
分类:编程语言   时间:2014-07-14 14:36:17    阅读次数:184
Error creating bean with name 'com.you.user.dao.StudentDaoTest': Injection of autowired dependencies
1、错误描述 七月 13, 2014 6:37:41 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions 信息: Loading XML bean definitions from class path resource [applicationContext.xml] 七月 1...
分类:其他好文   时间:2014-07-14 13:46:00    阅读次数:651
java.lang.IllegalStateException: Failed to load ApplicationContext
1、错误描述 七月 13, 2014 6:34:41 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions 信息: Loading XML bean definitions from class path resource [applicationContext.xml] 七月 1...
分类:移动开发   时间:2014-07-14 13:09:26    阅读次数:272
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!