12 2019 档案

摘要:WebSocket ​ 基于Springboot https://blog.csdn.net/liyongzhi1992/article/details/81221103 阅读全文
posted @ 2019-12-31 14:47 雷神约 阅读(254) 评论(0) 推荐(0)
摘要:tcpdump i any s 0 host 10.4.78.129 and port 23 阅读全文
posted @ 2019-12-31 09:23 雷神约 阅读(187) 评论(0) 推荐(0)
摘要:MySQL事务 事务隔离级别, 数据库事务的隔离级别有4种,由低到高分别为 Read uncommitted Read committed [事务更新] Repeatable read Serializable 查看事务隔离级别 事务隔离级别设置 幻读 insert ​ (前后多次读取,数据总量不一 阅读全文
posted @ 2019-12-27 18:45 雷神约 阅读(286) 评论(0) 推荐(0)
摘要:一、抽离调度中心服务 二、抽离消息队列服务 文档地址:https://www.jb51.net/article/135803.htm 阅读全文
posted @ 2019-12-24 17:21 雷神约 阅读(212) 评论(0) 推荐(0)
摘要:Springboot版本为2.1.6 多数据源配置使用druid进行配置,数据库使用的为Oracle11g,如果使用的是MySQL,直接将数据库的地址和驱动改一下即可 org.springframework.boot spring boot starter parent 2.1.6.RELEASE 阅读全文
posted @ 2019-12-23 15:45 雷神约 阅读(1807) 评论(0) 推荐(0)
摘要:Java 5,6,7,8,9,10,11新特性吐血总结 " lkd_whh" 关注赞赏支持 12018.04.01 14:09:15字数 1,948阅读 10,615 作者:拔剑少年 简书地址:https://www.jianshu.com/u/dad4d9675892 博客地址: "https:/ 阅读全文
posted @ 2019-12-19 17:27 雷神约 阅读(224) 评论(0) 推荐(0)
摘要:pip install ctypes from ctypes import while True: u = windll.LoadLibrary('user32.dll') result = u.GetForegroundWindow() time.sleep(5) print(result) 0则 阅读全文
posted @ 2019-12-19 10:27 雷神约 阅读(4036) 评论(0) 推荐(0)
摘要:MySQL 8.x GitLab Nexus Registry Jenkins RocketMQ ./data/brokerconf/broker.conf docker compose.yml Nacos Nginx Redis HA sentinel.conf 附:环境变量配置 /etc/env 阅读全文
posted @ 2019-12-17 15:26 雷神约 阅读(287) 评论(0) 推荐(0)
摘要:http://c.biancheng.net/design_pattern/ 阅读全文
posted @ 2019-12-11 11:37 雷神约 阅读(145) 评论(0) 推荐(0)
摘要:1、首先确保你的系统里已经安装了Conda,打开命令行窗口,执行命令:conda --version 2、查看你的系统当前已有的Python环境,执行命令:conda info --envs,从图中我们看到,我的机器里目前只有安装Anaconda时创建的默认Python环境,环境名称叫root,对应 阅读全文
posted @ 2019-12-04 17:14 雷神约 阅读(10999) 评论(0) 推荐(0)