上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: @Component public class RedisCache { @Autowired public RedisTemplate redisTemplate; /** * 缓存基本的对象,Integer、String、实体类等 * * @param key 缓存的键值 * @param va 阅读全文
posted @ 2020-03-31 14:40 冬天不眠 阅读(327) 评论(0) 推荐(0) 编辑
摘要: public final class HTMLFilter { /** * regex flag union representing /si modifiers in php **/ private static final int REGEX_FLAGS_SI = Pattern.CASE_IN 阅读全文
posted @ 2020-03-31 14:35 冬天不眠 阅读(458) 评论(0) 推荐(0) 编辑
摘要: public class Arith { /** 默认除法运算精度 */ private static final int DEF_DIV_SCALE = 10; /** 这个类不能实例化 */ private Arith() { } /** * 提供精确的加法运算。 * @param v1 被加数 阅读全文
posted @ 2020-03-31 09:21 冬天不眠 阅读(132) 评论(0) 推荐(0) 编辑
摘要: f1 截图 f3 粘图 snipaste.exe 阅读全文
posted @ 2020-03-19 13:42 冬天不眠 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 在e盘下新建空的文件 app.uix app.png @echo onadb shell uiautomator dump /sdcard/app.uixadb pull /sdcard/app.uix E:/app.uix#存到E盘的app.uix文件中,在E盘新建一个文本文档改成app.uixa 阅读全文
posted @ 2020-03-18 16:34 冬天不眠 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 两台机器拷贝数据: mysqldump --host=192.168.80.137 -P3306 -uroot -proot -C --databases test | mysql --host=192.168.80.133 -uroot -proot test 开机启动 systemctl ena 阅读全文
posted @ 2020-03-03 22:11 冬天不眠 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 请在app中 【我的】查看自己手机中微信或者企业微信版本,然后找到下面微信或者企业微信对应版本的BTNID 填写进红包神器app中即可! 版本 BTNID 微信版本 7.0.10 com.tencent.mm:id/dan 企业微信版本 3.0.2 com.tencent.wework:id/dvu 阅读全文
posted @ 2020-02-01 20:07 冬天不眠 阅读(2046) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/sun2020/p/13961554.htmlpackage com.njhzlh.commons.utils; import com.njhzlh.slave.modules.jobs.TalcntcJob; import com.sun.mail. 阅读全文
posted @ 2020-01-18 14:07 冬天不眠 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 阅读全文
posted @ 2020-01-09 10:29 冬天不眠 阅读(496) 评论(0) 推荐(0) 编辑
摘要: 调用外部接口获取用户ip地址 1 2 3 4 5 6 7 8 9 10 11 12 //通过搜狐接口获取用户的ip; $json = file_get_contents('http://pv.sohu.com/cityjson?ie=utf-8'); preg_match_all('/"cip"\s 阅读全文
posted @ 2020-01-06 15:36 冬天不眠 阅读(500) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页