报错如下:sftp> put play.zip ./Uploading play.zip
to /opt/library/./play.zipremote open("/opt/library/./play.zip"): Permission
denied原因:sftp登录以后当前所在目录的owne...
分类:
其他好文 时间:
2014-05-10 01:59:10
阅读次数:
828
在oracle10g中,oracle默认将使用spfile启动数据库,如果spfile不存在,则就会出现上述错误。解决方法:将$ORACLE_BASE/admin/你的数据库名称/pfile/init.ora.628201264542(这串数字未必一样)
copy到$ORACLE_HOME/dbs目...
分类:
数据库 时间:
2014-05-09 16:26:52
阅读次数:
508
#coding:utf8import sys,osdef process(path): for f
in os.listdir(path): fin = open(path+"/"+f,"r") print...
分类:
编程语言 时间:
2014-05-09 12:41:07
阅读次数:
362
There are no interfaces on which a capture can be
done解决方法:Open a terminal by pressingCtrl+Alt+Tand type the following
commands:sudo dpkg-reconfigure ...
分类:
其他好文 时间:
2014-05-08 22:18:45
阅读次数:
397
https://github.com/Trinea/android-open-project
分类:
移动开发 时间:
2014-05-05 11:07:18
阅读次数:
327
前些天Open入手了Teensy++ 2.0,所以在无聊的情况下研究了Teensy++
2.0模拟EM410X,并且针对EM410X的门禁进行了一次暴力破解测试,以下就是相关代码以及内容。什么是低频?什么是EM410x?首先,我不得不再次提一下那些工作在125khz频率下的低频卡(如:EM410X之...
分类:
其他好文 时间:
2014-05-05 10:02:05
阅读次数:
555
Unable to open shim database version registry
key
分类:
Web程序 时间:
2014-05-05 09:50:00
阅读次数:
338
1.
以资源文件的形式设置控件样式QFiledata(QString(":/style.qss"));QStringqssFile;if(data.open(QFile::ReadOnly)){QTextStreamstyleIn(&data);qssFile=styleIn.readAll();d...
分类:
其他好文 时间:
2014-05-04 20:49:35
阅读次数:
317
中文版显示:Firefox 已经在运行,但是没有响应。如要打开新窗口,您必须先关闭该 Firefox 进程,或者重新启动您的系统。
英文版显示:Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or ...
分类:
系统相关 时间:
2014-05-04 17:44:21
阅读次数:
647
在eclipse中,OpenResource对话框经常使用,输入关键字搜索文件的时候默认会将.class文件带出来,干扰查找源文件,可通过以下步骤过滤掉.class文件
分类:
系统相关 时间:
2014-05-04 10:50:01
阅读次数:
609