04 2018 档案

摘要:alter table ZXL_JOB_INFOT add typeT varchar(2) not null default 0 要加上not null 阅读全文
posted @ 2018-04-27 14:36 aLa神灯 阅读(124) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/xihuanyuye/p/5984679.html jackson相对高效 阅读全文
posted @ 2018-04-24 11:45 aLa神灯 阅读(74) 评论(0) 推荐(0)
摘要:http://maven.aliyun.com/nexus/ 阅读全文
posted @ 2018-04-24 11:37 aLa神灯 阅读(141) 评论(0) 推荐(0)
摘要:import java.io.IOException; import java.net.URL; import java.net.URLConnection; import java.util.List; import java.util.Map; public class GetHeader { public static void main(String[] args) { ... 阅读全文
posted @ 2018-04-20 10:41 aLa神灯 阅读(12184) 评论(0) 推荐(0)
摘要:<!-- 导入外部的资源文件 --> <context:property-placeholder location="classpath:db.properties"/> 阅读全文
posted @ 2018-04-19 19:17 aLa神灯 阅读(126) 评论(0) 推荐(0)
摘要:applicationContext-aop.xml applicationContext-xml.xml 阅读全文
posted @ 2018-04-19 19:13 aLa神灯 阅读(217) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/wang-meng/p/5701987.html 1、用户发送请求至前端控制器DispatcherServlet 2、DispatcherServlet收到请求调用HandlerMapping处理器映射器。 3、处理器映射器找到具体的处理器,生成处理器 阅读全文
posted @ 2018-04-19 17:51 aLa神灯 阅读(74) 评论(0) 推荐(0)
摘要:post乱码 修改web.xml <filter> <filter-name>CharacterEncodingFilter</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter</fil 阅读全文
posted @ 2018-04-19 16:24 aLa神灯 阅读(73) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/wxd0108/p/5479442.html https://blog.csdn.net/lai_li/article/details/53070141?locationNum=13&fps=1 阅读全文
posted @ 2018-04-19 14:41 aLa神灯 阅读(114) 评论(0) 推荐(0)
摘要:Untitled Document 你喜欢哪个城市? 北京 上海 东京 首尔 你喜欢... 阅读全文
posted @ 2018-04-19 08:25 aLa神灯 阅读(307) 评论(0) 推荐(0)
摘要:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html> <head> <meta http-equiv="Content-Type" content="text/ 阅读全文
posted @ 2018-04-19 08:20 aLa神灯 阅读(241) 评论(0) 推荐(0)
摘要:html() 获取值,带元素 text('') 赋值 attr('value','值') 阅读全文
posted @ 2018-04-19 08:18 aLa神灯 阅读(124) 评论(0) 推荐(0)
摘要:Untitled Document 你喜欢哪个城市? 北京 上海 东京 首尔 ... 阅读全文
posted @ 2018-04-19 08:10 aLa神灯 阅读(120) 评论(0) 推荐(0)
摘要:Untitled Document id 为 one,class 为 one 的div ... 阅读全文
posted @ 2018-04-19 08:05 aLa神灯 阅读(90) 评论(0) 推荐(0)
摘要:Untitled Document id 为 one,c... 阅读全文
posted @ 2018-04-19 08:03 aLa神灯 阅读(155) 评论(0) 推荐(0)
摘要:Untitled Document 表单对象属性过滤选择器 对表单内 可用input 赋值操作. 对表单内 不可用input 赋值操作. 获取多选框选中的个数. 获取多选框选中的内容.... 阅读全文
posted @ 2018-04-19 08:02 aLa神灯 阅读(640) 评论(0) 推荐(0)
摘要:Untitled Document id 为 one,class 为 one 的div ... 阅读全文
posted @ 2018-04-19 08:00 aLa神灯 阅读(93) 评论(0) 推荐(0)
摘要:Untitled Document id 为 one,class 为 one... 阅读全文
posted @ 2018-04-19 07:59 aLa神灯 阅读(124) 评论(0) 推荐(0)
摘要:Untitled Document i... 阅读全文
posted @ 2018-04-19 07:58 aLa神灯 阅读(97) 评论(0) 推荐(0)
摘要:Untitled Document ... 阅读全文
posted @ 2018-04-19 07:56 aLa神灯 阅读(102) 评论(0) 推荐(0)
摘要:Untitled Document ... 阅读全文
posted @ 2018-04-19 07:55 aLa神灯 阅读(105) 评论(0) 推荐(0)
摘要:Untitled Document 你喜欢哪个城市? 北京 上海 东京 首尔 ... 阅读全文
posted @ 2018-04-19 07:53 aLa神灯 阅读(118) 评论(0) 推荐(0)
摘要:1.进入mysql安装目录bin文件夹 2.D:\e-office10\mysql\bin>mysql -u root -p weoffice10 (命令行方式 mysql -u 用户 -p 密码 数据库名) 3.更新user 表里 localhost为 % 4.刷线权限(navicate可以直接刷 阅读全文
posted @ 2018-04-18 18:11 aLa神灯 阅读(190) 评论(0) 推荐(0)
摘要:既然不能通过编写代码的方式来更改解码方式,那怎么解决这个问题呢?其解决办法就是反编码,即,我们先对通过request.getParameter("参数");等函数得到的数据进行ISO-8859-1方式解码,然后把得到的字节再通过UTF-8解码,就得到了。其代码为:String str = new S 阅读全文
posted @ 2018-04-17 10:30 aLa神灯 阅读(755) 评论(0) 推荐(0)
摘要:Insert title here 你喜欢哪个城市? 北京 上海 东京 首尔 你喜欢哪款单机游戏? 红警 实况 ... 阅读全文
posted @ 2018-04-13 08:47 aLa神灯 阅读(157) 评论(0) 推荐(0)
摘要:在父窗口中获取iframe中的元素 1、 格式:window.frames["iframe的name值"].document.getElementByIdx_x("iframe中控件的ID").click(); 实例:window.frames["ifm"].document.getElementByIdx_x("btnOk").click(); 2、 格式: var obj=do... 阅读全文
posted @ 2018-04-12 14:44 aLa神灯 阅读(297) 评论(0) 推荐(0)
摘要:prefix trim标签内sql语句加前缀 suffix 。。。。。。。。加后缀 prefixOverrides 。。。去除多余的前缀 suffixOverrides 。。。。去除多余的后缀 阅读全文
posted @ 2018-04-11 11:17 aLa神灯 阅读(3231) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/xu1916659422/article/details/77971696 注意第一种方法要想成功,需要在db链接url后面带一个参数 &allowMultiQueries=true 即: jdbc:mysql://localhost:3306/mysql 阅读全文
posted @ 2018-04-11 10:55 aLa神灯 阅读(999) 评论(1) 推荐(0)
摘要:设置 server\default\deploy\jboss-web.deployer\conf\web.xml <welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.htm</welcome- 阅读全文
posted @ 2018-04-10 14:20 aLa神灯 阅读(114) 评论(0) 推荐(0)
摘要:设置 /config/web.xml <welcome-file-list> <welcome-file>index.html</welcome-file> </welcome-file-list> 文件位置 /webapp/ROOT/index.html 阅读全文
posted @ 2018-04-10 14:14 aLa神灯 阅读(880) 评论(0) 推荐(0)
摘要:http://flashing.iteye.com/blog/2162315?utm_source=tuicool 大概是这样,要到https://certs.godaddy.com/repository下载个东西,当时自己试的时候没做笔记 折腾了几个小时,因为就没一个完整的说的对的。 大体过程是生 阅读全文
posted @ 2018-04-10 10:58 aLa神灯 阅读(780) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_17164811/article/details/782037661.Insert title here 2.$('#id').serialize( ); 这时表单的按钮的type不可以是submit,否则自提交数据,也就是自动刷新;改为buttonInsert title... 阅读全文
posted @ 2018-04-09 16:42 aLa神灯 阅读(220) 评论(0) 推荐(0)
摘要:package set; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.List; public class SetSort { public static void main(String[] args) { ... 阅读全文
posted @ 2018-04-09 16:13 aLa神灯 阅读(144) 评论(0) 推荐(0)
摘要:@RequestParam 用来处理Content-Type: 为 application/x-www-form-urlencoded编码的内容。(Http协议中,如果不指定Content-Type,则默认传递的参数就是application/x-www-form-urlencoded类型) RequestParam可以接受简单类型的属性,也可以接受对象类型。 实质是将Request.g... 阅读全文
posted @ 2018-04-09 16:11 aLa神灯 阅读(56191) 评论(4) 推荐(5)
摘要:写入clob数据 import java.io.Writer; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; public class TestClobIn { public static void main... 阅读全文
posted @ 2018-04-03 14:49 aLa神灯 阅读(875) 评论(0) 推荐(0)