public void startC138() { new Thread(() -> { try { Thread.sleep(10000); String killredis = "/home/bjlthy/gym/code/killredis.sh"; Process ps = Runtime. ...
分类:
编程语言 时间:
2021-06-28 17:45:28
阅读次数:
0
export function chooseWXPay(params: wx.ChooseWXPayConfig) { return new Promise<{ status: 'success' | 'error' | 'cancel'; result?: string; message?: st ...
分类:
微信 时间:
2021-06-28 17:44:33
阅读次数:
0
最近项目中遇到了要使用密码技术和国产密码技术的地方,对相关知识点做一个思维导图总结。 主要参考资料: 《信息系统密码应用基本要求(GM/T 0054-2018 )》; 《图解密码技术》结城浩[日]; 《商用密码应用与安全性评估》霍炜。 最新的国标已发布《信息安全技术 信息系统密码应用基本要求(GB/ ...
分类:
其他好文 时间:
2021-06-25 17:14:59
阅读次数:
0
How to quickly check installed software versions Posted on March 31, 2020by Adam the 32-bit Aardvark There are situations where you need to check whet ...
分类:
其他好文 时间:
2021-06-25 17:10:48
阅读次数:
0
最近开发中,idea重启项目总是要等待很久,盲猜只能是 @PreDestroy注解影响,所以做一下测试来验证 随便两个service 一个睡眠5秒,一个睡眠8秒 验证如下 ...
分类:
其他好文 时间:
2021-06-25 17:06:58
阅读次数:
0
这个错误的出现一般是SpringBoot的启动类(类名上面有@SpringBootApplication注解 )与controller包不在同一个目录下,解决方案就是把启动类和controller包放在同目录下就可以啦。 这个错误出现需要将Controller层中的@Controller注解改为@R ...
分类:
移动开发 时间:
2021-06-25 16:59:24
阅读次数:
0
mysql引擎 create table t_mysql ( id Int32, name String, ) engine = MySQL('127.0.0.1:3306', 'test', 't', 'root', '123456'); mysql进行ddl: alter table t mod ...
分类:
其他好文 时间:
2021-06-25 16:44:37
阅读次数:
0
编辑-Z DB107在DB-4封装里采用的4个芯片,其尺寸都是50MIL,是一款小方桥。DB107的浪涌电流Ifsm为50A,漏电流(Ir)为10uA,其工作时耐温度范围为-55~150摄氏度。DB107采用GPP芯片材质,里面有4颗芯片组成。DB107的电性参数是:正向电流(Io)为1A,反向耐压 ...
分类:
数据库 时间:
2021-06-25 16:31:45
阅读次数:
0
在引入的子组件尾部加上文件 .vue 后缀名 ...
分类:
其他好文 时间:
2021-06-24 18:33:01
阅读次数:
0