码迷,mamicode.com
首页 >  
搜索关键字:directory not found    ( 12322个结果
linux基础命令:(1)管理文件和目录的命令
1.管理文件和目录的命令:(1)pwd:print working directory(打印工作目录),输入pwd时,就是要求linux系统显示当前位置。(2)cd命令:cd命令用来改变所在目录。总是返回到当前的主目录。如果需要转换到其他目录,则需要一个路径名。[绝对路径与相对路径的区别:如果一个路...
分类:系统相关   时间:2014-07-16 17:56:32    阅读次数:251
AMD GPU spec (public)
http://www.x.org/docs/AMD/old/Index of /docs/AMD/oldNameLast modifiedSizeDescriptionParent Directory-42589_rv630_rrg_1.01o.pdf12-Sep-2007 08:466.1M425...
分类:其他好文   时间:2014-07-16 17:45:00    阅读次数:392
python pip ez_setup.py
#!/usr/bin/env python"""Bootstrap setuptools installationTo use setuptools in your package's setup.py, include thisfile in the same directory and add ...
分类:编程语言   时间:2014-07-16 17:38:43    阅读次数:309
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
oracle数据库的备份及升级
以oracle用户登陆数据库所在的服务器,例如家目录为/home./oracle.执行以下命令进行备份操作。       sqlplus /nolog       connect /as sysdba      sql>createdirectory dump_bx as '指定一个存放dmp文件的目录';      sql>grantread,write on directory d...
分类:数据库   时间:2014-07-16 17:10:09    阅读次数:205
linux软硬链接
一、创建语法:ln [options] existingfile newfileln [options] existingfile-list directory用-s 创建软链接,不用-s创建硬链接。-f 建立时,将同档案名删除.-i 删除前进行询问.二、比较硬链接不创建新的文件,只是创建源文件的一...
分类:系统相关   时间:2014-07-16 00:20:45    阅读次数:265
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!