会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
左岸丶
自己需要的,才是最好的,,,
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
33
下一页
2022年7月12日
描述符(__get__,__set__,__delete__)
摘要: https://www.cnblogs.com/chao-sir/articles/10828811.html https://www.cnblogs.com/xiao-xue-di/p/13524127.html
阅读全文
posted @ 2022-07-12 14:43 左岸丶
阅读(21)
评论(0)
推荐(0)
2022年7月8日
Python常用命令行参数
摘要: Python常用命令行参数 -V 参数,输出Python的版本,或者--version -u 参数,在print记录时候很有用,使用这个参数 会强制 stdin, stdout 和 stderr变为无缓冲的,会立刻输出出来,而不是等缓冲区满了才会打印数据。 -c 参数,直接运行python语句 -B
阅读全文
posted @ 2022-07-08 17:53 左岸丶
阅读(406)
评论(0)
推荐(0)
2022年5月27日
jenkins webhook触发指定分支进行构建部署
摘要: https://www.cnblogs.com/fuyuteng/p/13646048.html https://www.msy.plus/2021/09/04/jenkins-webhook/
阅读全文
posted @ 2022-05-27 18:11 左岸丶
阅读(248)
评论(0)
推荐(0)
2022年4月13日
如何解决谷歌浏览器禁用https配置
摘要: 如何解决谷歌浏览器禁用https配置 https://blog.csdn.net/qinleilei7760631/article/details/111032395
阅读全文
posted @ 2022-04-13 13:23 左岸丶
阅读(458)
评论(0)
推荐(0)
linux 下selenium chrome使用
摘要: linux 下selenium chrome使用 CentOS安装Google浏览器 linux 下selenium chrome使用详解 linux 下selenium chrome使用 wget https://dl.google.com/linux/direct/google-chrome-s
阅读全文
posted @ 2022-04-13 13:22 左岸丶
阅读(131)
评论(0)
推荐(0)
2022年4月12日
python -u 的作用
摘要: 首先要清楚python中的print语句就是调用sys.stdout.write() 然后python还有一种输出是sys.stderr.write() python缓存机制,虽然stderr和stdout默认都是指向屏幕的,但是stderr是无缓存的,程序往stderr输出一个字符,就会在屏幕上显
阅读全文
posted @ 2022-04-12 13:39 左岸丶
阅读(348)
评论(0)
推荐(0)
2022年4月11日
git 忽略ssl
摘要: git config --global http.sslVerify false git config --global --list
阅读全文
posted @ 2022-04-11 10:56 左岸丶
阅读(191)
评论(0)
推荐(0)
2022年4月7日
jenkins推送构建产物到windows环境并运行
摘要: 六. jenkins部署springboot项目(3)--windows环境--远程windows server服务器 jenkins之SSH Publishers连接windows windows下 OpenSSH ssh可以连接 sftp无法连接的解决方法 Jenkins Publish Ove
阅读全文
posted @ 2022-04-07 15:00 左岸丶
阅读(309)
评论(0)
推荐(0)
jenkins添加windows slave节点
摘要: https://www.cnblogs.com/sky-cheng/p/14931503.html
阅读全文
posted @ 2022-04-07 14:27 左岸丶
阅读(33)
评论(0)
推荐(0)
2022年4月6日
git提交规范
摘要: feat:新功能(feature) fix:修补bug docs:文档(documentation) style: 格式(不影响代码运行的变动) refactor:重构(即不是新增功能,也不是修改bug的代码变动) test:增加测试 chore:构建过程或辅助工具的变动
阅读全文
posted @ 2022-04-06 11:09 左岸丶
阅读(35)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
33
下一页
公告