码迷,mamicode.com
首页 >  
搜索关键字:open source    ( 40776个结果
sftp put权限不够
报错如下: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
URL Encode
用VC实现post数据常常会遇到URL编码问题在此封装一个工具类进行UTF8编码的转换源码来自php source code只是简单的封装给C++调用[cpp]view plaincopy//URL编解码类//来自PHP源码classCRtUrlConv{public:staticchar*urle...
分类:其他好文   时间:2014-05-09 18:41:25    阅读次数:455
oracle启动,提示“LRM-00109: could not open parameter file”
在oracle10g中,oracle默认将使用spfile启动数据库,如果spfile不存在,则就会出现上述错误。解决方法:将$ORACLE_BASE/admin/你的数据库名称/pfile/init.ora.628201264542(这串数字未必一样) copy到$ORACLE_HOME/dbs目...
分类:数据库   时间:2014-05-09 16:26:52    阅读次数:508
一个python小脚本——合并一个文件夹下的所有文本
#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
下载android 源码
http://source.android.com/source/downloading.html1.下载repo官网:curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo目前我啥下载不了。...
分类:移动开发   时间:2014-05-09 12:31:27    阅读次数:397
金山——弱智的翻译程序
感谢spencerzou的博文:http://blog.csdn.net/spencerzou/article/details/24255189题目:有一个弱智的翻译程序,它接收一个文本文件作文输入源source.txt,通过查找给定的字典dictionary.txt,进行一一对应的翻译,并讲翻译结...
分类:其他好文   时间:2014-05-09 11:36:26    阅读次数:448
windows下使用openssl生成证书
一:下载使用的是0.9.81:openssl下载,http://www.openssl.org/source/2:安装vs2010,并安装3:下载perl,http://www.activestate.com/ActivePerl,并安装。二:安装openssl1:解压到系统盘C:\openssl-...
分类:Windows程序   时间:2014-05-09 11:28:46    阅读次数:707
ubuntu wireshark 没有接口
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
iOS5.0以上使用新浪微博开放平台OAuth 续(及解决登录无效问题)
新浪微博开放平台为第三方应用提供了简便的合作模式,满足了手机用户和平板电脑用户随时随地分享信息的需求。通过调用平台的api即可实现很多微博上的功能。本篇主要目的是记录新浪微博移动SDK iOS版本的在iOS5下的嵌入和使用。1、申请一个新浪微博的移动应用 。申请地址:http://open.weib...
分类:移动开发   时间:2014-05-07 18:56:00    阅读次数:630
net run time error
Unable to open shim database version registry key
分类:Web程序   时间:2014-05-05 09:50:00    阅读次数:338
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!