03 2020 档案
摘要:@Component public class RedisCache { @Autowired public RedisTemplate redisTemplate; /** * 缓存基本的对象,Integer、String、实体类等 * * @param key 缓存的键值 * @param va
阅读全文
摘要:public final class HTMLFilter { /** * regex flag union representing /si modifiers in php **/ private static final int REGEX_FLAGS_SI = Pattern.CASE_IN
阅读全文
摘要:public class Arith { /** 默认除法运算精度 */ private static final int DEF_DIV_SCALE = 10; /** 这个类不能实例化 */ private Arith() { } /** * 提供精确的加法运算。 * @param v1 被加数
阅读全文
摘要:在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
阅读全文
摘要:两台机器拷贝数据: mysqldump --host=192.168.80.137 -P3306 -uroot -proot -C --databases test | mysql --host=192.168.80.133 -uroot -proot test 开机启动 systemctl ena
阅读全文

浙公网安备 33010602011771号