- 博客(8)
- 收藏
- 关注
原创 html页面表格转Excel
//tableid:表格id 创建一个a标签,id为download //jQuery HTML导出Excel文件(兼容IE及所有浏览器) function HtmlExportToExcel(tableid) { var filename = "下载的Excel名称"; if (getExplorer() == 'ie' || getExplor...
2019-01-18 15:03:25
3547
3
原创 调用天气的WebService接口
20多个常用的免费WebService接口:http://www.cnblogs.com/ooooo/archive/2011/12/28/2304777.html WeatherUtil 调用天气的WebService接口 import org.w3c.dom.Document; import org.w3c.dom.Node; import org.w3c.dom.NodeList; ...
2018-09-25 15:46:12
1506
转载 String、StringBuilder、StringBuffer
探秘Java中的String、StringBuilder以及StringBuffer
2018-08-09 13:46:09
177
转载 测试接口工具类
需要导入jar包:commons-httpclient-3.1.jar main方法: public class Test { // 提供主方法,测试发送GET请求和POST请求 public static void main(String args[]) { // 发送GET请求 String getUrl = ...
2018-07-12 09:59:06
304
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅