文件大于1GB { //Big File $file = $identity .
".cleanpdb.tar.gz";...
分类:
Web程序 时间:
2014-05-09 09:21:01
阅读次数:
345
在配置安卓开发环境时,我将sdk、eclipse等工具包解压在了/opt目录下,在安装adt、导入sdk时,频频出现问题,Failed to create
directory /opt/adt-bundle-linux-x86_64-20140321/sdk/temp原因是程序在/opt目录下权限不...
分类:
系统相关 时间:
2014-05-09 09:03:05
阅读次数:
399
转自:http://wjlvivid.iteye.com/blog/1401707右键选中项目,选择export然后选择J2EE->WAR
File,点击next接下来指定war包的存放路径,例如放在桌面上打包完成以后我们将war放到tomcat的webapps目录下。然后启动tomcat,tomc...
分类:
系统相关 时间:
2014-05-09 08:29:45
阅读次数:
381
这里来看看php中如何上传图片的先看代码check_image.php Your
username ...
分类:
Web程序 时间:
2014-05-09 07:54:22
阅读次数:
475
这几天在学习python,从昨天开始安装了ubuntu系统以后,就开始研究这个备份文件的例子,可是无论如何,总是不成功,不是说OSError: [Errno
2] No such file or directory:就是说OSError: [Errno 13] Permission denied:这...
分类:
编程语言 时间:
2014-05-09 07:34:56
阅读次数:
525
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
贴代码了,已经测试,可正常编译
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
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
话不多少,我直接把代码贴上来了。有什么问题请给我留言
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
下载jQuery EasyUI出现网络问题
1、具体错误如下
错误 137 (net::ERR_NAME_RESOLUTION_FAILED):未知错误
2、错误原因
由于DNS配置出现问题,导致该网页打不开
3、解决办法
下载一个电脑管家,对DNS进行优选...
分类:
Web程序 时间:
2014-05-09 06:09:48
阅读次数:
343