码迷,mamicode.com
首页 >  
搜索关键字:directory not found    ( 12322个结果
Linux下使用Apache实现域名转发(Tomcat/JBOSS)
Linux下安装、配置JDK就不细说了,网上的资料很多; 在安装apache时可能会遇到诸多问题,譬如APR not found,pcre-config for libpcre not found等问题,这都是和系统的具体环境有关,详细的解决办法这里不细说,推...
分类:系统相关   时间:2014-07-29 16:12:49    阅读次数:255
codeforces 126B Password
Description Asterix, Obelix and their temporary buddies Suffix and Prefix has finally found the Harmony temple. However, its doors were firmly locked and even Obelix had no luck opening them. A li...
分类:其他好文   时间:2014-07-29 14:22:28    阅读次数:316
cocos2d-x 3.0 场景切换特效汇总
cocos2d-x 3.0中场景切换特效比较多,而且游戏开发中也经常需要用到这些特效,来使场景切换时不至于那么干巴,遂这里汇总一下,开发中使用。 场景切换用到导演类Directory,大多数用的都是替换场景,当然也可以用出栈进栈的方式来进行场景的替换,这里以replaceScene来举例。 场景切换特效的应用代码: auto scene=HelloWorld::createScene();/...
分类:其他好文   时间:2014-07-29 13:18:27    阅读次数:166
F1026 File not found DockForm.dcu
xe6[dcc32 Fatal Error] ToolsAPI.pas(18): F1026 File not found: 'E:\...\DockForm.dcu'delphi,xe6,包含了DesignEditors, DesignIntf文件后,报错。ToolsAPI.pas里有DockFo...
分类:其他好文   时间:2014-07-29 12:45:56    阅读次数:319
User Profile Service Application 配置同步连接时,报 MOSS MA not found
最近在试着配置”我的网站”,不知什么原因在配置同步连接时报:MOSS MA not found 搜索发现,需要启动Forefront Identity Manager Service服务,右击选择启动即可,注意,如果你的已启动,就重新启动。 参看: http://mohamedelkassas.wo...
分类:移动开发   时间:2014-07-29 12:35:36    阅读次数:217
apache如何配置默认的根目录
在本地安装了wamp环境,默认的根目录是D:\wamp\www,使用起来非常不方便。那如何改变默认的根目录呢1,找到httpd.conf文件D:\wamp\bin\apache\Apache2.2.21\conf2,找到这个地方## DocumentRoot: The directory out o...
分类:其他好文   时间:2014-07-29 11:41:56    阅读次数:263
uva10327 - Flip Sort
Flip Sort Sorting in computer science is an important part. Almost every problem can be solved effeciently if sorted data are found. There are some ex...
分类:其他好文   时间:2014-07-28 23:53:34    阅读次数:260
背包问题
Problem Description 简单的背包问题。设有一个背包,可以放入的重量为s。现有n(n<=10)件物品,重量分别为w1,w2,...,wn,均为正整数,从n件物品中挑选若干件,使得放入背包的重量之和正好为s。找到一组解即可。如果找不到输出“not found”。 Input 输入有多组数据,每组数据的第1行是物品总件数和背包的载重量,第2行为各物品的重量。 Output...
分类:其他好文   时间:2014-07-28 16:00:43    阅读次数:227
mkisofs出错解决办法
使用mkisofs遇到错误:genisoimage: Uh oh, I cant find the boot catalog directory 'beini/boot/isolinux'!使用的命令是sudo mkisofs -o boot.iso -r -J --no-emul-boot --b...
分类:其他好文   时间:2014-07-28 15:18:33    阅读次数:318
umount移动硬盘遇到device is busy问题
#umount /mnt/fourtumount: /mnt/fourt: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) ...
分类:移动开发   时间:2014-07-28 14:42:53    阅读次数:308
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!