码迷,mamicode.com
首页 >  
搜索关键字:偶遇台湾同胞的oracle 12.1.2.0 bug处理    ( 55个结果
Linux使用Composer安装yii2的方法及bug处理
这里只讲linux下安装Yii2的方法,windows安装yii2 的方法 请参见我的另一篇博文 http://blog.csdn.net/zqtsx/article/details/39344913 第一步 安装Composer: 语法:“curl -sS https://getcomposer.org/installer | php中bin目录里的php可执行文件路径”我这里的php可执行文件...
分类:系统相关   时间:2014-11-26 19:02:43    阅读次数:302
关于AFNetWorking 下载进度 显示"The operation couldn’t be completed. Is a directory" 的bug处理
NSURL *URL = [NSURL URLWithString:@"http://cdn.sencha.com/ext/gpl/ext-4.2.1-gpl.zip"]; NSURLRequest *request = [NSURLRequest requestWithURL:URL]; //下载请求 AFHTTPRequestOperation *operat...
分类:Web程序   时间:2014-11-25 00:22:52    阅读次数:164
git stash 保存修改现场
用途:当你正在分支上做一个项目的时候,突然必须停下来去做别的事情,但因为没有此项目还没改好,所以不想commit 就可以保留现场,等忙完后再回复现场继续修改。bug处理保存开发现场$ git stash 当前工作现场“储藏”起来,因此可以放心地创建分支来修复bug首先确定要在哪个分支上修复bug.....
分类:其他好文   时间:2014-09-26 19:29:58    阅读次数:184
[Android_Bug]处理PhoneGap Application Error: "The connection to the server was unsuccessful.(file:///android_asset/www/index.html)"的错误
android 在log中提示TimeOut Error后,应用程序弹出application errorthe connection to the server was unsuccessful 的错误的处理方法:第一步找到项目中res/xml目录下的config.xml,把你的外网的域名地址添加...
分类:移动开发   时间:2014-06-02 22:24:37    阅读次数:361
xenserver does not support extended characters in CIFS paths,usernames,and password
在新版的XenServer6.2中挂载CIFSISO时,刚挂完ISO使用时就出现“xenserverdoesnotsupportextendedcharactersinCIFSpaths,usernames,andpassword”的错误,网上查看到说此问题可能是XenServer6.2的Bug,处理该问题只要将你的ISO文件外中的中文字符全部改成英文就可以了。然后一看..
分类:其他好文   时间:2014-05-06 17:29:26    阅读次数:287
55条   上一页 1 ... 4 5 6
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!