在提交完代码后,我们发现所改动的文件还有须要完好的地方,可是我们已经upload过了可是还未合入到库上,此时要提交新的改动有两种做法:一是等上次的改动合入到库上后,再次upload提交一次,这明显是比較繁琐的方法;还有一种方法就是amend改动,详细步骤是: (1)改动文件,然后 git add (...
分类:
其他好文 时间:
2014-06-18 23:04:53
阅读次数:
194
原地址:http://blog.csdn.net/dean19900504/article/details/8164734Waiting for Upload (Yellow)Appears when you’ve completed entering your metadata, however,...
分类:
移动开发 时间:
2014-06-18 20:19:31
阅读次数:
327
[HttpPost]public HttpResponseMessage Upload(){string json = "{\"result\":\"true\"}";return new HttpResponseMessage { Content = new StringContent(json,...
首先对文件按内容分块(有块大小的约束),然后对于每个chunk构造单独的一个UDP 数据报进行传输,在应用层的开始是自定义的包头,有块号,块长度,块指纹等元数据信息,这些信息便于接收端能够按序正确接收。
/*--vonzhou
---this project is to upload file after chunking using
rabin fingerprint, h...
分类:
其他好文 时间:
2014-06-18 12:27:16
阅读次数:
171
上传文件表单上载文件表单请选择文件: $file_size_max) {echo "对不起,你的文件容量大于规定";exit;}// 检查读写文件if (file_exists($store_dir . $upload_file_name) && !$accept_overwrite) {Echo ...
分类:
Web程序 时间:
2014-06-17 15:42:15
阅读次数:
216
原来看lucene4.0的posting格式(http://blog.csdn.net/jollyjumper/article/details/30017581),发现这还是比较简单的VInt格式,据说VInt压缩解压都不错(medium),但解压时分支太多打乱CPU流水线因而不够高效,流行的索引压缩有很多,for,simple9,simple16,PForDelta是比较流行的一种,发现luce...
分类:
其他好文 时间:
2014-06-16 22:35:40
阅读次数:
355
使用File类的listFiles()来遍历指定路径下的所有文件信息。在tomcat的conf/web.xml中通过可查看支持的MIME类型,也可修改。可在dos中调用netstat -ab来查看对应的端口应用程序。filter:在web.xml中配置,将请求的request、返回的response提前过滤掉一些信息或者设置一些参数,如设置字符编码,权限过滤器等等;而interceptor是在st...
分类:
其他好文 时间:
2014-06-16 20:18:04
阅读次数:
250
案例说明:1.假设服务器的IP为192.168.127.200。2./tmp共享为可读写,并且不限制用户身份的方式,共享给192.168.127.0/24网段的所有计算机。3./home/nfs共享的属性为只读,可提供除了网段内的工作站外,向Internet亦提供数据内容。4./home/upload作为192.168.127.0/24这个网段..
分类:
其他好文 时间:
2014-06-16 15:15:56
阅读次数:
299
1.upload_file.php
//该文件负责获取上传的图片的扩展名和随机生成文件名
header("content-type:text/html;charset=utf-8");
/**
* 获取文件扩展名
*Enter description here ...
* @param unknown...
分类:
Web程序 时间:
2014-06-15 13:32:41
阅读次数:
242
默认安装好ftp软件包匿名用户是可以下载的。匿名以后可以上传:anon_upload_enable=YES# getsebool -a | grep ftpallow_ftpd_anon_write --> onchcon -t public_content_rw_t pubchmod 775 pu...
分类:
系统相关 时间:
2014-06-14 19:21:33
阅读次数:
344