码迷,mamicode.com
首页 >  
搜索关键字:zip gzip tar    ( 64026个结果
UVA 10891 Game of Sum(DP)
This is a two player game. Initially there areninteger numbers in an array and playersAandBget chance to take them alternatively. Each player can take...
分类:其他好文   时间:2014-04-30 20:34:38    阅读次数:519
Gold mining in South Africa
A quarry operator in the Libyan needed to expand their crushing and screening plant in order to cope with an increase in chip and sand demand from the...
分类:其他好文   时间:2014-04-30 20:26:27    阅读次数:646
Ruby:Mechanize的使用教程
小技巧puts Mechanize::AGENT_ALIASES 可以打印出所有可用的user_agentputs Mechanize.instance_methods(false) 输出Mechanize模块的所有方法puts Mechanize.instance_methods() 输出Mech...
分类:其他好文   时间:2014-04-30 20:22:18    阅读次数:453
tomcat设置虚拟目录
实现文件下载有很多方式:1、后台读取文件,返回io流;2、配置tomcat,用户直接连到文件系统中的文件,进行下载,如下配置:在tomcat6版本中:1、【官方文档】本人不推荐。在tomcat\conf下server.xml中找到在其中添加:这的docBase要改成你的项目目录。2、 不修改serv...
分类:其他好文   时间:2014-04-30 20:18:15    阅读次数:475
利用反射将任意元素类型 的 List 转为 DataTable
List to DataTable. 利用反射,将任意元素类型 的 List 转为 DataTable.Using System.Collections;Using System.Reflection; public static DataTable ToDataTable(IList...
分类:其他好文   时间:2014-04-30 20:06:11    阅读次数:422
vbs 解析 json jsonp 方法
昨天说了下用 htmlfile 来解析 html,今天依然用他来解析,htmlfile 是一个 COM 版的 BOM 和 DOM,所以解析 html, 执行 js 完全不在话下,今天就继续解析 json 和 jsonp 吧。我收集了三种常见 json jsonp 的格式,因为很多人找我说如何用正则提...
分类:Web程序   时间:2014-04-30 20:03:20    阅读次数:727
python文件操作
1.文件的基本操作1.1文件的打开或创建文件的打开或创建可以使用内置函数file(别名open)。函数声明如下:file(name[,mode[,buffering]])->fileobject或open(name[,mode[,buffering]])->fileobject其中,name表示被打...
分类:编程语言   时间:2014-04-30 19:48:22    阅读次数:517
整数性质和精度测试
题目:http://acm.nefu.edu.cn/JudgeOnline/problemshow.php?problem_id=612 1 /*http://acm.nefu.edu.cn/JudgeOnline/problemshow.php?problem_id=612 2 关键是对数处理位数...
分类:其他好文   时间:2014-04-30 19:46:56    阅读次数:411
mining and processing of bentonites
The Taysan Project is located on the south western segment of the island of Luzon in the well developed industrial province of Batangas, 100km south o...
分类:其他好文   时间:2014-04-30 19:45:37    阅读次数:438
Add Microsoft SQL JDBC driver to Maven(转)
from:http://claude.betancourt.us/add-microsoft-sql-jdbc-driver-to-maven/Add Microsoft SQL JDBC driver to MavenMarch 13, 2012Framework / How-To / Tutor...
分类:数据库   时间:2014-04-30 19:25:22    阅读次数:546
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!