报错如下: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
private void button1_Click(object sender,
EventArgs e) { Thread thread = new Thread(new ThreadStart(display)); thread.S...
分类:
编程语言 时间:
2014-05-09 19:00:19
阅读次数:
560
1:打开Start menu(开始菜单)并单击Control
Panel(控制面板)打开它2:单击Clock, Language, and Region(时钟、语言和区域)下面的Change display
language(更改显示语言)3:切换到Administrative(管理)选项卡。单击C...
在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、图片及文字水平居中只需要加上text-align:center即可;2、单行文本垂直居中,高度等于行高即可;3、多行文本及图片垂直居中: 需要在外面嵌套两层,第一层设置固定高度height,和display:table;第二层加上display:table-cell;vertical-align...
分类:
Web程序 时间:
2014-05-09 12:01:19
阅读次数:
359
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
IE10下的Input Text和谷歌下面的 input search
一旦输入内容,会在最右端出现一个叉号,点击后,内容就会自动清空,看似方便,其实有些场景并不需要,需要写代码清除掉。代码如下:input::-webkit-search-cancel-button{display:
none;} ...
分类:
其他好文 时间:
2014-05-08 20:15:33
阅读次数:
644
新浪微博开放平台为第三方应用提供了简便的合作模式,满足了手机用户和平板电脑用户随时随地分享信息的需求。通过调用平台的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