报错如下: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
Winform获取应用程序的当前路径的方法集合,具体如下,值得收藏//获取当前进程的完整路径,包含文件名(进程名)。stringstr=this.GetType().Assembly.Location;
result:X:\xxx\xxx\xxx.exe(.exe文件所在的目录+.exe文件名)//...
在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
1.log 文件存储位置: 文件名以 .evt结尾 xp/windows server 2003:
%SystemRoot%\System32\Config Windows Vista/7/Server2008 location,
%SystemRoot%\system32\winevt\logs....
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
JS中location.search什么意思设置或获取
网页地址跟在问号后面的部分当以get方式在url中传递了请求参数时,可以利用location的search属性提取参数的值,下面的代码把参数的名称和对应的值存储在2个数组中。-----------------------------------...
分类:
Web程序 时间:
2014-05-08 20:55:13
阅读次数:
657
一、打开Cadence 弹出如下对话框二、选择 orCAD Capture CIS
OK!进入cadence原理图界面。。。。。。三、首先我们要建一个工程文件 File -> New -> Project
然后弹出如下对话框四、在name栏中填写工程名,在location中选择工程保存的路径,点击O...
分类:
其他好文 时间:
2014-05-08 20:16:08
阅读次数:
471
新浪微博开放平台为第三方应用提供了简便的合作模式,满足了手机用户和平板电脑用户随时随地分享信息的需求。通过调用平台的api即可实现很多微博上的功能。本篇主要目的是记录新浪微博移动SDK
iOS版本的在iOS5下的嵌入和使用。1、申请一个新浪微博的移动应用 。申请地址:http://open.weib...
分类:
移动开发 时间:
2014-05-07 18:56:00
阅读次数:
630
Unable to open shim database version registry
key
分类:
Web程序 时间:
2014-05-05 09:50:00
阅读次数:
338