摘要: package com.stylefeng.guns.core.common.constant.factory; import com.baomidou.mybatisplus.mapper.EntityWrapper;import com.baomidou.mybatisplus.mapper.W 阅读全文
posted @ 2018-07-07 12:03 曾祥财 阅读(1104) 评论(0) 推荐(0) 编辑
摘要: /** * Copyright (c) 2015-2017, Chill Zhuang 庄骞 (smallchill@163.com). * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may 阅读全文
posted @ 2018-07-07 11:58 曾祥财 阅读(818) 评论(0) 推荐(0) 编辑
摘要: JS算法 阅读全文
posted @ 2018-07-05 10:35 曾祥财 阅读(174) 评论(0) 推荐(0) 编辑
摘要: import java.util.ArrayList; import java.util.ArrayList; import java.util.List; import java.util.List; /** /** * DES加密/解密 * DES加密/解密 * * * @Copyright C 阅读全文
posted @ 2018-06-30 13:43 曾祥财 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 正则表达式:* 具体字符(字面值)*字符边界*字符集合【ace】,【0123456789】*字符补集【^ qxz】: 不在qxz范围内*字符范围【a-z 0-9】*字符簇(系统定义好的常用集合) 字符边界 -^ 匹配字符串的开始 -$匹配字符串的结尾 -\b匹配单词的开始和结尾 -\B匹配单词的非边 阅读全文
posted @ 2018-06-29 08:33 曾祥财 阅读(97) 评论(0) 推荐(0) 编辑
摘要: JAVAScript代码加CSS和HTML 阅读全文
posted @ 2018-06-29 08:29 曾祥财 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 调用百度地图代码 阅读全文
posted @ 2018-06-29 08:27 曾祥财 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: 代码如下: 阅读全文
posted @ 2018-06-26 16:42 曾祥财 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1.中国地图省份和市 调用的包( ) 阅读全文
posted @ 2018-06-12 14:42 曾祥财 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 分类: 1.DDL (定义语句) create 、alter 、drop 不需要commit create table aaa( tt1 varchart ) 2. DML (操纵语句) lnset、update、delete Select......for update 传统数据库 Oracle数 阅读全文
posted @ 2018-03-09 10:38 曾祥财 阅读(551) 评论(0) 推荐(0) 编辑