会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
等一念
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
11
下一页
2023年7月6日
Kafka消费者知识
摘要: Kafka消费者_kafka beginning offset_尤小硕的博客-CSDN博客
阅读全文
posted @ 2023-07-06 15:36 等一念
阅读(13)
评论(0)
推荐(0)
2023年4月26日
Windows批量删除进程
摘要: Windows批量删除进程 taskkill /F /IM notepad.exe
阅读全文
posted @ 2023-04-26 11:29 等一念
阅读(85)
评论(0)
推荐(0)
2023年3月30日
邮箱配置问题
摘要: 1.密码不能直接使用邮箱密码,需要在邮箱web页注册第三方链接密码。 2.代码中的auth是否开启,有的需要开启,有的不需要开启。 3.需要鉴权时,配置中用于鉴权的帐户name是邮箱账号的name,不对的话会鉴权失败。
阅读全文
posted @ 2023-03-30 14:35 等一念
阅读(23)
评论(0)
推荐(0)
2023年2月8日
Linux上git pull等操作需要每次都输入用户名和密码等问题
摘要: 在linux上拉取项目代码后,发现每次git pull都需要输入用户名和密码,设置全局的都没有用,终于找到解决方法,直接用以下的命令即可。 git config --global credential.helper store 使用此命令后还会需要输入一次用户名和密码,但是下一次就不需要了
阅读全文
posted @ 2023-02-08 13:59 等一念
阅读(84)
评论(0)
推荐(0)
2022年12月23日
Fiddler一直提示The system proxy was changed,click to reenable fiddler capture
摘要: 解决办法:进入到Fiddler-->Rules-->Customize Rules 1.在main()方法上方添加: static function DoReattach(o: Object, ea: EventArgs) { ScheduledTasks.ScheduleWork("reattac
阅读全文
posted @ 2022-12-23 09:51 等一念
阅读(273)
评论(0)
推荐(0)
2022年12月8日
测试调试,ddt用例全部执行
摘要: 原理:通过inspect方法获取类的所有方法,再将过滤的ddt用例加入套件 for item in inspect.getmembers(CaseConvertAndUpdateModel,inspect.isfunction): if 'test_ConvertAndUpdateModel_15_
阅读全文
posted @ 2022-12-08 11:49 等一念
阅读(53)
评论(0)
推荐(0)
2022年11月9日
pip设置其它源
摘要: pip config set global.index-url https://www...
阅读全文
posted @ 2022-11-09 15:10 等一念
阅读(11)
评论(0)
推荐(0)
2022年10月27日
django框架学习
摘要: python程序员的环境搭建 1.创建虚拟环境 python -m venv tutorial-env 2.激活虚拟环境 tutorial-env\Scripts\activate.bat 3.库安装 pip install Django 创建Django项目 python -m django st
阅读全文
posted @ 2022-10-27 11:11 等一念
阅读(50)
评论(0)
推荐(0)
2022年9月26日
springboot布署文档相关内容学习
摘要: Linux crontab -e 定时任务,或者开机任务可通过这个进行 @reboot sleep 120s && /sbin/iptables -P INPUT ACCEPT && /sbin/iptables -P FORWARD ACCEPT && /sbin/iptables -F && /
阅读全文
posted @ 2022-09-26 10:54 等一念
阅读(30)
评论(0)
推荐(0)
2022年6月14日
docker 启动容器参数详解、docker知识收藏
摘要: docker run -dit --privileged=true --restart=always -v /home/test:/home -p 8086:8080 --name=autotest 0429a3daccd0 /bin/bash --privileged=true:挂载宿主机目录,不
阅读全文
posted @ 2022-06-14 10:07 等一念
阅读(900)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
11
下一页
公告