2017年8月27日
摘要: VS2015 推荐插件///////////////////////////////////////////////////////////////////////////////////////////代码辅助及显示增强SuperCharger是原来的CodeMap在VS2013/VS2015上的 阅读全文
posted @ 2017-08-27 15:35 zpercx 阅读(210) 评论(0) 推荐(0)
  2016年3月8日
摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text 阅读全文
posted @ 2016-03-08 16:37 zpercx 阅读(139) 评论(0) 推荐(0)
摘要: <?php $num = 10; //echo "hello phpworld"; //print("<p>[num]=$num</p>"); $str = sprintf("demo:%d",1111); $appd = new applic; $appd->setName("_demo_---- 阅读全文
posted @ 2016-03-08 16:35 zpercx 阅读(350) 评论(0) 推荐(0)
  2016年3月4日
摘要: <?php $im = imagecreatefromjpeg('D:\phpplace\111.jpeg'); resizeImage($im,100,100,'xinde','.jpg'); function resizeImage($im,$maxwidth,$maxheight,$name, 阅读全文
posted @ 2016-03-04 11:38 zpercx 阅读(278) 评论(0) 推荐(0)
  2012年8月15日
摘要: 1,-F 写所有导出字段mongoexport -u root -p root -d test -c capped -f test,test1,test2,test3 --csv -o user.csv2,--fieldFile通过文本文档写导出字段(每行一个字段)mongoexport -u root -p root -d test -c capped --fieldFile fields.txt --csv -o user.csv1. 在mongodb安装目录的bin目录下有一个数据导出工具:mongoexport.exe,我们可以打开一个命令窗口,切换到该目录下并执行mongoexpor 阅读全文
posted @ 2012-08-15 10:30 zpercx 阅读(430) 评论(0) 推荐(0)