2016年11月11日
摘要:
package com.icss.test;import java.io.FileInputStream;import java.io.InputStream;import java.util.ArrayList;import java.util.List;import org.apache.poi
阅读全文
posted @ 2016-11-11 14:49
guols
阅读(1711)
推荐(0)
2016年11月10日
摘要:
try { // 获取PPT文件 String pptModelPath =ConfigReadUtil.getInstance().getConfigItem("ppt_path"); //获取路径 FileInputStream is = new FileInputStream(pptModel
阅读全文
posted @ 2016-11-10 17:59
guols
阅读(4013)
推荐(1)
2016年11月9日
摘要:
public void town_data_selectforecast(){ List<Town> t= townManager.select(town); if(t.size()<=0){ Date beginDate = new Date(); t = this.findTown(beginD
阅读全文
posted @ 2016-11-09 17:28
guols
阅读(94)
推荐(0)
2016年11月7日
摘要:
Date date=new Date(); SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String date_time=sdf.format(date); String mm=date_time.split("
阅读全文
posted @ 2016-11-07 16:52
guols
阅读(315)
推荐(0)
2016年11月4日
摘要:
<select onchange="selectUrl1(this.options[this.options.selectedIndex].value);"> <option value="">全部</option> <option value="0">预报指标</option> <option v
阅读全文
posted @ 2016-11-04 17:16
guols
阅读(241)
推荐(0)
2016年11月1日
摘要:
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <div style="margin-bottom: 10px">当前时间:<fmt:formatDate value="<%=new Date() %>" patte
阅读全文
posted @ 2016-11-01 18:36
guols
阅读(122)
推荐(0)
摘要:
document.getElementById("new_analysed_news").value=datas.weatherContent;
阅读全文
posted @ 2016-11-01 18:26
guols
阅读(4218)
推荐(0)
摘要:
var date = new Date(strTime); return date.getFullYear()+"-"+(date.getMonth()+1)+"-"+date.getDate();
阅读全文
posted @ 2016-11-01 17:24
guols
阅读(113)
推荐(0)
2016年10月31日
摘要:
<select name="elements" id="ele" style="width: 145px;"> </select> function for_elements(){ $.ajax({ url : 'selectElements', data : { }, dataType : 'js
阅读全文
posted @ 2016-10-31 18:22
guols
阅读(1607)
推荐(0)
摘要:
function for_method(){ datagridmethod = $('#formethod_datagrid').datagrid({ url : 'localforecast_select', iconCls : 'icon-tabgrid', pagination : true,
阅读全文
posted @ 2016-10-31 13:43
guols
阅读(340)
推荐(0)