One thing you need to keep in mind is that when using os.chdir to change the working directory of current programme (script), make sure if we need to ...
分类:
编程语言 时间:
2014-12-08 15:24:51
阅读次数:
222
逻辑备份工具----数据泵使用专用的API导入导出数据,速度快EXPDP只能用于服务器端,而不能用于客户端一,导出,导入表C:/Users/solo>sqlplus "/ as sysdba"SQL> create directory dump_dir as 'c:/bak/dump';目录已创建。...
分类:
数据库 时间:
2014-12-08 12:03:56
阅读次数:
299
#!/bin/bashurl=$1dir=$2download(){ cd $dir >> /dev/null 2>&1 if [ $? -ne 0 ];then read -p "$dir No such file or directory,create?(y/n)" answer ...
分类:
系统相关 时间:
2014-12-07 20:15:57
阅读次数:
263
keil链接时出现这样的问题,电脑中有同时安装ADS与Keil,那应该是他们冲突了。linking....\Obj\Hello.axf: Warning: L6373W: libattrs.map file not found in System Library directory C:\Progr...
分类:
其他好文 时间:
2014-12-07 11:14:49
阅读次数:
587
direcotry中间件用于在浏览器中流出网站某个目录下的所有子目录及文件.app.use(express.directory(path,[options]));查看网站根目录下的文件及目录 1 var express=require("express"); 2 var app=express();...
分类:
其他好文 时间:
2014-12-07 10:08:03
阅读次数:
176
CSDN居然不能有图片,,移居cnblogs了。一。因为CDT并不适用,先新增一个builders二。必须先设置工具键,三。设置Make编译工具,build directory 设置成ioquake当前工程即可。四。在makefile文件上右键-->"Make Target"->"Create",如...
分类:
系统相关 时间:
2014-12-07 00:03:21
阅读次数:
258
好下面说一下连接MYSQL数据库时报错的解决办法。1,首先确定是mysql_connect()和mysql_pconnect()的问题,故障现象就是函数返回空,而mysql_error()返回“No such file or directory”2,写个phpinfo页面,找到mysql.defau...
分类:
数据库 时间:
2014-12-06 22:45:48
阅读次数:
394
Linux下,使用unzip解压时,报错:End-of-central-directory signature not found. Either this file is nota zipfile, or it constitutes one disk of a multi-part archiv...
分类:
其他好文 时间:
2014-12-06 20:16:37
阅读次数:
417
编译在Ubuntu12.04下安装了Qt5.1.1,在编译工程的时候出现了如下错误:“GL/gl.h:No such file or directory”,查了一下资料发现这个问题由于系统中没有安装OpenGL库导致的,使用命令行安装OpenGL库及其工具:apt-get install lib.....
分类:
其他好文 时间:
2014-12-06 15:14:47
阅读次数:
119
在编写应用层程序时,有时需要延时一下,这个时候该怎么办呢?在内核代码中,我们经常会看到这样的头文件使用#include ,心想着直接调用这个就可以了吧!可是在编译时发现,压根通不过,提示错误如下:error: No such file or directory.是不是觉得很奇怪,明明文件是存在的,怎...
分类:
系统相关 时间:
2014-12-05 22:42:49
阅读次数:
534