04 2020 档案
摘要:1.Microsoft Visual Studio 2015 打开编辑器提示“已停止工作”。 问题描述: 问题事件名称: APPCRASH 应用程序名: devenv.exe 应用程序版本: 14.0.25420.1 应用程序时间戳: 57685d85 故障模块名称: KERNELBA 解决方式:
阅读全文
摘要:在百度地图基础上进行个性化开发实例:http://lbsyun.baidu.com/index.php?title=jspopularGL/guide/addOverlay 坐标拾取:http://api.map.baidu.com/lbsapi/getpoint/index.html API2.0
阅读全文
摘要:效果 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w
阅读全文
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>JSON接口测试工具(ver1.2)</title> <script src="http://cdn.bootcss.com/jquery/1.9.1/jquery.min.j
阅读全文
摘要:创建一个每天执行一次存储过程(无参、无返回值) DECLARE jobno numeric; BEGIN dbms_job.submit(jobno, 'YP_WL_SJDR;', sysdate, 'TRUNC(SYSDATE+1)'); END; 每次执行间隔时间设置 TRUNC(SYSDATE
阅读全文
摘要:示例1:获取菜单导航信息 应用知识点:while循环 create or replace PROCEDURE XT_CD_DHL( cdid IN VARCHAR, jb IN INT, res OUT VARCHAR) AS--声明变量 num INT :=0; mc VARCHAR(50); d
阅读全文
摘要:import com.univocity.parsers.tsv.TsvParser; import com.univocity.parsers.tsv.TsvParserSettings; import org.springframework.util.ClassUtils; public cla
阅读全文
摘要:package com.sinoup.util;/** * Created by Administrator on 2020-4-18. */ /** * @Title: * @ProjectName * @Description:比较字符串相似度 * @author: TongSiYu * @da
阅读全文
摘要:FileInputStream fileInputStream = new FileInputStream(rootPath + path + "/" + fileName); List<String> list = ExcelUtils.queryTopCell(fileInputStream,
阅读全文
摘要:public Result fileUp(HttpServletRequest request) { RowsVo vo = new RowsVo(); MultipartHttpServletRequest multipartRequest = (MultipartHttpServletReque
阅读全文
摘要:function showLoading() { document.getElementById("over").style.display = "block"; document.getElementById("layout").style.display = "block"; } functio
阅读全文
摘要:1.改变列颜色 { title: '运单编号', field: 'waybillNumber', align: 'center', valign: 'middle', cellStyle: function (value, row, index) { if (row.focusMark == "0"
阅读全文
摘要:.table th, .table td { text-align: center; vertical-align: middle !important; } table { width: 100px; table-layout: fixed; /* 只有定义了表格的布局算法为fixed,下面td的
阅读全文
摘要:/*获取当前页面链接中的参数*/ function GetQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).matc
阅读全文
摘要:/*随机获取颜色*/ function getRandomColor() { var r = Math.floor(Math.random() * 256); var g = Math.floor(Math.random() * 256); var b = Math.floor(Math.rando
阅读全文

浙公网安备 33010602011771号