随笔分类 -  Java

摘要:.. <input id="uploaderInput" class="input" type="file" accept="application/pdf" multiple=""> .. // var FU_TIMEOUT = 30*1000; // //ajax超时 //将base64转换为文 阅读全文
posted @ 2022-12-02 16:45 SilentKiller 阅读(207) 评论(0) 推荐(0)
摘要:reflections-0.9.11 <!-- https://mvnrepository.com/artifact/org.reflections/reflections --> <dependency> <groupId>org.reflections</groupId> <artifactId 阅读全文
posted @ 2022-07-25 17:40 SilentKiller 阅读(232) 评论(0) 推荐(0)
摘要:x-spreadsheet 文档 https://hondrytravis.com/x-spreadsheet-doc/ <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@page import="com. 阅读全文
posted @ 2021-07-21 18:16 SilentKiller 阅读(2495) 评论(0) 推荐(0)
摘要:(人笨,占时想法的办法,不要骂,不要骂,怕了怕了,想到别的会来改的) 父页面; <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <% String path = reques 阅读全文
posted @ 2021-02-23 16:28 SilentKiller 阅读(1514) 评论(0) 推荐(0)
摘要:... package com.kingzheng.projects.word; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.File 阅读全文
posted @ 2021-02-09 17:12 SilentKiller 阅读(183) 评论(0) 推荐(0)
摘要:import java.util.Date; import java.util.List; import java.util.Properties; import javax.activation.DataHandler; import javax.activation.FileDataSource 阅读全文
posted @ 2021-02-09 17:06 SilentKiller 阅读(119) 评论(0) 推荐(0)
摘要:.... public String cs() throws Exception{ /*访问页面,服务器会得到 code(request.getParameter("code")) ,根据 code 换取网页授权access_token 根据获取的access_token,openid 然后再请求获 阅读全文
posted @ 2020-04-09 17:25 SilentKiller 阅读(300) 评论(0) 推荐(0)
摘要:package JDBC; import java.sql.Clob; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.Resu 阅读全文
posted @ 2020-03-19 17:16 SilentKiller 阅读(1581) 评论(0) 推荐(0)
摘要:... package POIXLS; import java.io.File; import java.io.FileInputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.List; 阅读全文
posted @ 2019-12-06 16:54 SilentKiller 阅读(2478) 评论(0) 推荐(0)
摘要:... poi 3.8 import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java 阅读全文
posted @ 2019-12-06 16:51 SilentKiller 阅读(467) 评论(0) 推荐(0)
摘要:... /** * 导出word * @return * @throws Exception */ @JCall public String word() throws Exception{ String data=WebUtil.getParam("submitData"); // {"nf":" 阅读全文
posted @ 2019-11-25 16:50 SilentKiller 阅读(345) 评论(0) 推荐(0)
摘要:.... 突然就用上这东西还不熟悉就写了一个页面而已 <a class="open-popup button pull-right create-actions" id="tjsjcx" >查询</a><!-- href="javascript:tjsjcx();" --> <script> //查 阅读全文
posted @ 2019-11-20 09:34 SilentKiller 阅读(417) 评论(0) 推荐(0)
摘要:创建函数: SQL用例: 前台: md5 js: 后台: 阅读全文
posted @ 2019-11-01 10:00 SilentKiller 阅读(322) 评论(0) 推荐(0)
摘要:原地址:https://www.cnblogs.com/mysterious-killer/p/11671741.html (防止) 导出: 不要数据的:exp username/pwd@localhost:1521/orcl file=f:/backup.dmp rows=n 要数据的:exp u 阅读全文
posted @ 2019-10-14 15:31 SilentKiller 阅读(932) 评论(0) 推荐(0)
摘要:1、查看你删除的是哪张表(SQL 中的时间是删表时的时间 (我删表的时间 大概是:2019-08-16 08:47:00 之后 )): select * from user_recyclebin where DROPTIME >'2019-08-16 08:47:00'; (DROPTOME 为删除 阅读全文
posted @ 2019-08-16 14:56 SilentKiller 阅读(1881) 评论(0) 推荐(1)
摘要:... 阅读全文
posted @ 2019-07-11 17:02 SilentKiller 阅读(3249) 评论(0) 推荐(0)
摘要:... 阅读全文
posted @ 2019-07-10 17:51 SilentKiller 阅读(929) 评论(0) 推荐(0)
摘要:... 阅读全文
posted @ 2019-07-09 15:22 SilentKiller 阅读(2364) 评论(0) 推荐(0)
摘要:-*- 父页面js function mapFocus(){ //console.log("-*-"); var longitude = mini.get("jd").getValue(); // 经度 var latitude = mini.get("wd").getValue(); // 纬度 阅读全文
posted @ 2019-07-03 11:09 SilentKiller 阅读(622) 评论(0) 推荐(0)
摘要:// Excel 读取写入数据库 // 3.8版本的poi 4.0 可以不用写 parseCell 这个方法,可以直接赋值 STRING 类型 阅读全文
posted @ 2019-05-23 16:56 SilentKiller 阅读(1579) 评论(0) 推荐(0)