
工具类-涂鸦
文章平均质量分 61
你走开``
hello , my Friend and the world .
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JDBC批处理代码
/** * 批处理 */ @org.junit.Test public void test1() { try { long start_millis = System.currentTimeMillis(); // conn.setAutoCommit(false); Stateme原创 2017-06-30 16:14:43 · 369 阅读 · 0 评论 -
form表单校验
<script type="text/javascript"> function checkOut() { //6-20个字符 var p1 = /^(\w){4,20}$/; //数字字母汉字均可 var p2 = /[A-Za-z0-9\u4e00-\u9fa5]+/; //用户名 var us原创 2017-08-10 15:39:44 · 388 阅读 · 0 评论 -
js分页插件
<link type="text/css" rel="stylesheet" href="${ctxStatic}/css/simplePagination.css" /> <!--分页插件 js--> <script type="text/javascript" src="${ctxStatic}/js/jquery.simplePagination原创 2017-08-10 15:43:08 · 493 阅读 · 0 评论