上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: wiresharke tcpdump port 8066 -i any -w gb8066.pcap 阅读全文
posted @ 2021-12-13 14:57 星回中道 阅读(18) 评论(0) 推荐(0) 编辑
摘要: F8 进入开机画面 F9进入选择启动盘选择 开机F8选择启动盘; 阅读全文
posted @ 2021-12-11 23:43 星回中道 阅读(202) 评论(0) 推荐(0) 编辑
摘要: main.py # This is a sample Python script. # Press Shift+F10 to execute it or replace it with your code. # Press Double Shift to search everywhere for 阅读全文
posted @ 2021-10-10 23:49 星回中道 阅读(218) 评论(0) 推荐(0) 编辑
摘要: """ 数据类型 """ # # # int # num1 = 1 # # float # num2 =1.1 # print(type(num1)) # print(type(num2)) # # # str ,字符串,特点:数据都带引号,单引、双引均可 # a = 'hello world' # 阅读全文
posted @ 2021-10-10 23:41 星回中道 阅读(189) 评论(0) 推荐(0) 编辑
摘要: win10 下 git bash: ssh root@192.168.204.130 Permission denied, please try again. 原因是: vim /etc/ssh/sshd_config 不允许root ssh远程登陆;可以换一个普通账户登录 https://blog 阅读全文
posted @ 2021-09-25 17:23 星回中道 阅读(250) 评论(0) 推荐(0) 编辑
摘要: https://www.hackerxone.com/2021/06/02/how-install-mysql-57-ubuntu-2004-lts/ mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456' ;Q 阅读全文
posted @ 2021-09-18 17:14 星回中道 阅读(43) 评论(0) 推荐(0) 编辑
摘要: """ 数据类型 """ # # # int # num1 = 1 # # float # num2 =1.1 # print(type(num1)) # print(type(num2)) # # # str ,字符串,特点:数据都带引号,单引、双引均可 # a = 'hello world' # 阅读全文
posted @ 2021-09-03 23:11 星回中道 阅读(89) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/read/cv12103468/ http://www.javatiku.cn/pycharm/66.html 阅读全文
posted @ 2021-09-03 22:34 星回中道 阅读(121) 评论(0) 推荐(0) 编辑
摘要: ali sentinel https://cloud.tencent.com/developer/article/1665816 https://github.com/alibaba/Sentinel https://www.jianshu.com/p/9a6cf8634805 阅读全文
posted @ 2021-08-27 10:13 星回中道 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 参数说明:https://www.cnblogs.com/poloyy/p/13227149.html 阅读全文
posted @ 2021-08-04 13:33 星回中道 阅读(10) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页