码迷,mamicode.com
首页 >  
搜索关键字:directory not found    ( 12322个结果
iOS错误集合
1.ld: symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundle1.o for architecture原因:不支持低版本的系统如3.0解决:Deployment Target was 3.0. C...
分类:移动开发   时间:2014-07-11 21:02:11    阅读次数:222
JNDI 是什么
JNDI是 Java 命名与文件夹接口(Java Naming and Directory Interface),在J2EE规范中是重要的规范之中的一个,不少专家觉得,没有透彻理解JNDI的意义和作用,就没有真正掌握J2EE特别是EJB的知识。那么,JNDI究竟起什么作用?要了解JNDI的作用,我们...
分类:其他好文   时间:2014-07-11 20:23:17    阅读次数:213
Linux:su和su-的区别
大部分Linux发行版的默认账户是普通用户,而更改系统文件或者执行某些命令,需要root身份才能进行,这就需要从当前用户切换到root用户。Linux中切换用户的命令是su或su -。 如上图所示,一开始是普通账户,执行userdel时,提示command not found,通过su命令切换到ro...
分类:系统相关   时间:2014-07-11 18:28:53    阅读次数:337
Kernel Page Global Directory (PGD) of Page table of Process created in Linux Kernel
Kernel Page Global Directory(PGD)of User process created在早期版本:在fork一个进程的时候,必须建立进程自己的内核页目录项(内核页目录项要与用户空间的页目录放在同一个物理地址连续的页面上,所以不能共享,但所有进程的内核页表与进程0共享)3G用...
分类:系统相关   时间:2014-07-11 18:06:32    阅读次数:413
【LeetCode】Search Insert Position (2 solutions)
Search Insert PositionGiven a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if ...
分类:其他好文   时间:2014-07-11 09:09:33    阅读次数:211
Mac OS X 上Lua的安装方法
先在Mac OS的终端查询下本机是否已安装LuaLast login: Thu Jul 10 07:54:48 on ttys000keshans-Mac-mini:~ keshan$ lua-bash: lua: command not found 2. 如果没有(如上)的话去Lua的官方网站下....
分类:其他好文   时间:2014-07-10 15:50:08    阅读次数:173
phonegap开发app中踩过的那些坑
把遇到的问题列出来,如果有解决方案的,偶也会写下来,如果大家有更好解决方法的,欢迎留言噢   phonegap 2.9无法触发deviceready事件 亲们可以看下控制台有木有报错,如果有提示cordova_plugins.json 404 (Not Found) ,就在www目录下新建个空文件,命名为cordova_plugins.json就好了,cordova初始化...
分类:移动开发   时间:2014-07-09 12:55:47    阅读次数:302
warning: directory not found for option ' '
解决: 选择项目名称-->Targets-->Build Settings-->Search Paths-->Library Search Paths 删除对应路径...
分类:其他好文   时间:2014-07-09 11:12:33    阅读次数:274
windows 7中修改用户配置文件的路径
在windows7中用户配置文件的默认位置是在c:\users文件夹中。我建议最好在安装完操作系统之后就将用户配置文件的默认位置改变到其他分区。Warning在视图更改注册表之前,请备份好注册表相关键值。1.将c:\user文件夹Copy到新的位置(默认情况下“Default”directory是隐藏的,请到..
分类:Windows程序   时间:2014-07-08 10:51:58    阅读次数:480
MySQL manager or server PID file could not be found![FAILED]
[root@centos64x64mysql-5.1.65]#/etc/init.d/mysqldrestartMySQLmanagerorserverPIDfilecouldnotbefound![FAILED]解决办法第一,先删除rm-rf/var/lib/mysql,然后重新初始化/usr/local/mysql/bin/mysql_install_db--user=mysql
分类:数据库   时间:2014-07-08 09:19:32    阅读次数:281
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!