码迷,mamicode.com
首页 >  
搜索关键字:unzip file    ( 51911个结果
jdk/java版本与Android源码编译中的错误
错误一:javap未指向有效的java版本Traceback (most recent call last): File "../../base/android/jni_generator/jni_generator.py", line 1065, in sys.exit(main(sys...
分类:移动开发   时间:2014-05-09 15:48:00    阅读次数:632
VIM命令集
CommandActionNotesvim file +54open file and go to line 54any : command can be run using + on command linevim -O file1 file2open file1 and file2 side b...
分类:其他好文   时间:2014-05-09 10:15:18    阅读次数:420
PHP大文件下载
文件大于1GB { //Big File $file = $identity . ".cleanpdb.tar.gz";...
分类:Web程序   时间:2014-05-09 09:21:01    阅读次数:345
vsftp 无法启动,500 OOPS: bad bool value in config file for: anonymous_enable
朋友的FTP启动不了,叫我帮他看,启动时出现以下错误信息:500 OOPS: bad bool value in config file for: anonymous_enable看似配置文件错误,看了一下配置相应的行:anonymous_enable=NO语句没什么错误,不过把这行注释后又到下一行...
分类:其他好文   时间:2014-05-09 08:51:30    阅读次数:287
myeclipse打war包
转自:http://wjlvivid.iteye.com/blog/1401707右键选中项目,选择export然后选择J2EE->WAR File,点击next接下来指定war包的存放路径,例如放在桌面上打包完成以后我们将war放到tomcat的webapps目录下。然后启动tomcat,tomc...
分类:系统相关   时间:2014-05-09 08:29:45    阅读次数:381
关于python -os.mkdir(str)方法的使用记录
这几天在学习python,从昨天开始安装了ubuntu系统以后,就开始研究这个备份文件的例子,可是无论如何,总是不成功,不是说OSError: [Errno 2] No such file or directory:就是说OSError: [Errno 13] Permission denied:这...
分类:编程语言   时间:2014-05-09 07:34:56    阅读次数:525
Github 修正上传时“this exceeds GitHub’s file size limit of 100 MB”错误
Github只允许上传最大100MB的文件,如果超过,则会被server reject则需:git filter-branch --force --index-filter "git rm --cached --ignore-unmatch Project1/Project1.1\ Sample\ Project/output.txt"  --prune-empty --tag-name-filt...
分类:其他好文   时间:2014-05-09 06:35:41    阅读次数:341
File类基本操作之OutputStream字节输出流
贴代码了,已经测试,可正常编译 package org.mark.streamRW; import java.io.File; import java.io.FileOutputStream; import java.io.OutputStream; /** * 字节流输出OutputStream * 注意:1,write(byte[] b)数组方法写入; * * @author ...
分类:其他好文   时间:2014-05-09 06:19:20    阅读次数:267
Velocity模版加载(classpath、webapp)
classpath资源路径加载: velocity.properties文件配置 file.resource.loader.class = org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader input.encoding = UTF-8 output.encoding = UTF-8Servlet代...
分类:移动开发   时间:2014-05-09 06:14:52    阅读次数:387
File类的基本操作之InputStream字节输入流
话不多少,我直接把代码贴上来了。有什么问题请给我留言 package org.mark.streamRW; import java.io.File; import java.io.FileInputStream; import java.io.InputStream; /** * 字节输出流:OutputStream,整个IO包中字节输出流的最大父类 * 字节输入流:InputStrea...
分类:其他好文   时间:2014-05-09 06:13:24    阅读次数:305
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!