php 图片上传 使用微秒做文件名
摘要:$m = microtime ();$mtime = explode(' ' ,$m);$mtime1 = $mtime[1];$mtime2 = substr($mtime[0], 2, 6);$pic_time = "{$mtime1}{$mtime2}";
阅读全文
posted @
2014-08-21 15:21
程序猿的笔记
阅读(364)
推荐(1)
php多文件上传数组 转换
摘要:$v){ foreach($v as $kk=>$vv){ if($kk==$kk){ $arr[$kk][$k] = $vv; }; } } print_r($arr); exit();}print_r($_POST);print_r($_FILES);?>
阅读全文
posted @
2014-08-21 11:32
程序猿的笔记
阅读(1460)
推荐(0)
windows svn 上传后 自动部署 到web目录下
摘要:第一步把web目录设置为工作目录"D:\Program Files (x86)\VisualSVN Server\bin\svn.exe" upgrade "D:\yiyun_www\test" --quiet --username chiyj --password chiyj在DOS下执行。第二步...
阅读全文
posted @
2014-08-12 15:01
程序猿的笔记
阅读(566)
推荐(0)
一组实用网址
摘要:前端开发框架http://www.bootcss.com/弹出窗口artDialog在线手册http://aui.github.io/artDialog/doc/index.html国外项目管理web开源程序鑫鑫前端博客http://www.zhangxinxu.com/wordpress/在线裁剪...
阅读全文
posted @
2014-08-06 14:23
程序猿的笔记
阅读(382)
推荐(0)