会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
左岸丶
自己需要的,才是最好的,,,
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
5
6
7
8
9
10
11
12
13
···
33
下一页
2021年10月12日
seata安装部署
摘要: https://seata.io/zh-cn/docs/ops/deploy-server.html tee /usr/lib/systemd/system/seata.service << "EOF" [Unit] Description=seata-server After=syslog.tar
阅读全文
posted @ 2021-10-12 16:14 左岸丶
阅读(599)
评论(0)
推荐(0)
2021年10月8日
requests 上传文件
摘要: @seldom.file_data("test_data/device/device.yaml", key="test_importDevice") @seldom.skip("ok") def test_importDevice(self, file_path, code, device_name
阅读全文
posted @ 2021-10-08 14:28 左岸丶
阅读(170)
评论(0)
推荐(0)
2021年9月26日
aarch64安装mysql_Linux安装MySQL
摘要: https://support.huaweicloud.com/instg-kunpengdbs/kunpengdbs_03_0001.html https://support.huaweicloud.com/
阅读全文
posted @ 2021-09-26 14:46 左岸丶
阅读(991)
评论(0)
推荐(0)
2021年9月10日
tcpdump
摘要: https://www.cnblogs.com/lvdongjie/p/10911564.html tcpdump 与wireshark Wireshark(以前是ethereal)是Windows下非常简单易用的抓包工具。但在Linux下很难找到一个好用的图形化抓包工具。 还好有Tcpdump。我
阅读全文
posted @ 2021-09-10 17:30 左岸丶
阅读(199)
评论(0)
推荐(0)
2021年9月1日
修改Docker默认的网段
摘要: route -n 发现路由冲突 vim /etc/docker/daemon.json { "bip":"192.168.0.1/24" } 然后重启 https://www.cnblogs.com/lemon-le/p/10515069.html
阅读全文
posted @ 2021-09-01 15:01 左岸丶
阅读(77)
评论(0)
推荐(0)
2021年8月29日
python类的继承
摘要: python类的继承
阅读全文
posted @ 2021-08-29 20:44 左岸丶
阅读(21)
评论(0)
推荐(0)
2021年8月6日
vscode运行unittest框架
摘要: 1、f1 2、输入“Python:Configure Tests” 3、测试框架 4、选择文件路径 5、选择文件的命名方式 6、打开测试工作台(新的)就可以开搞了 https://www.pianshen.com/article/82682039274/
阅读全文
posted @ 2021-08-06 15:48 左岸丶
阅读(601)
评论(0)
推荐(0)
2021年8月5日
Python中排序sort和sorted用法
摘要: 函数sort进行排序,在本地进行排序,不返回副本 函数sorted进行排序,返回副本,原始输入不变 sort >>> help(list.sort) Help on method_descriptor: sort(...) L.sort(cmp=None, key=None, reverse=Fal
阅读全文
posted @ 2021-08-05 15:01 左岸丶
阅读(300)
评论(0)
推荐(0)
2021年8月2日
linux 普通用户不能使用1024一下端口
摘要: 上次坑了我半天 可以反向代理解决
阅读全文
posted @ 2021-08-02 18:07 左岸丶
阅读(258)
评论(0)
推荐(0)
Jenkins Html Rport 使用frame报错解决办法
摘要: ###错误 Blocked script execution in '<URL>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set. 解决 这种报错,可以通过设置jenki
阅读全文
posted @ 2021-08-02 13:55 左岸丶
阅读(1962)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
33
下一页
公告