07 2017 档案
摘要:mongoexport -h 172.23.88.107 --port 27017 -d stat_terminalbase -c stat_terminalbase -f terminal_mac,detect_time,site_id,device_id,device_longti,device_lat --type=csv -o d:\123.csv db.stat_terminalb...
阅读全文
摘要:C#中我们使用比较多的文件压缩第三方DLL就是Ionic.Utils.Zip.dll。但是这个DLL只支持对现有文件进行压缩,而不支持内存压缩,如果需要使用内存压缩,那么有第三方DLL ICSharpCode.SharpZipLib.dll。 下面把例子粘出来: 压缩后的目录结构如下:
阅读全文
摘要:一、web.xml配置 <!-- 注意:第一句很重要,修改动态web项目为3.0版本 --> <web-app version="3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:/
阅读全文
摘要:1、servlet配置 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> 2、Gson <de
阅读全文