会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
java渣渣
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
54
下一页
2023年10月20日
python3 Non-UTF-8 code starting with '\xe7'
摘要: 背景 python3 将含有中文的文本写入csv时,出现上述问题 解决方案 py文件开头加上 # -*- coding:utf-8 -*-
阅读全文
posted @ 2023-10-20 12:18 java渣渣
阅读(38)
评论(0)
推荐(0)
2023年10月13日
EOF occurred in violation of protocol
摘要: 背景调用openai,接口https出现 原因 开了FQ代理 解决方法 关闭代理重新请求
阅读全文
posted @ 2023-10-13 14:00 java渣渣
阅读(164)
评论(0)
推荐(0)
2023年10月9日
java int 转 ascii码
摘要: 数字-> ascii码 System.out.println(7 + '0'); ascii码-> 数字 System.out.println('9' - '0');
阅读全文
posted @ 2023-10-09 12:30 java渣渣
阅读(137)
评论(0)
推荐(0)
2023年9月27日
java8 stream sort
摘要: https://www.baeldung.com/java-8-sort-lambda
阅读全文
posted @ 2023-09-27 10:50 java渣渣
阅读(18)
评论(0)
推荐(0)
2023年9月21日
在线库存系统设计
摘要: https://blog.csdn.net/QuietThinking/article/details/126110332 https://segmentfault.com/a/1190000022029762
阅读全文
posted @ 2023-09-21 19:41 java渣渣
阅读(10)
评论(0)
推荐(0)
2023年9月13日
mysql ddl 转 er 图
摘要: https://blog.csdn.net/csy_csy1/article/details/91493549?ydreferer=aHR0cHM6Ly9jbi5iaW5nLmNvbS8%3D
阅读全文
posted @ 2023-09-13 14:14 java渣渣
阅读(103)
评论(0)
推荐(0)
2023年9月6日
inswapper_128.onnx
摘要: ### 背景 > inswapper_128.onnx 的模型在hugging face被删了,有网友在google硬盘备份了 ### 连接地址 [https://drive.google.com/file/d/1krOLgjW2tAPaqV-Bw4YALz0xT5zlb5HF/view?usp=s
阅读全文
posted @ 2023-09-06 14:33 java渣渣
阅读(3577)
评论(0)
推荐(0)
2023年8月31日
springboot 单元测试最佳实际
摘要: [https://www.jianshu.com/p/d86fce72347c](https://www.jianshu.com/p/d86fce72347c)
阅读全文
posted @ 2023-08-31 14:36 java渣渣
阅读(19)
评论(0)
推荐(0)
2023年8月30日
'socket' object has no attribute 'pending' #857
摘要: ### 背景 > 使用websocket-client调用星火api出现上述错误 ### 原因 1.4.1及以下版本是根据sslopt来判断是否使用wss,但是url可能传的并不是wss前缀导致报错。 作者在后续版本中改成根据url是不是以wss://开头判断是不是ssl 
评论(0)
推荐(0)
2023年8月25日
markdown文章优雅迁移到微信公众号
摘要: ### 最佳实践 * 复制下面的在线markdown右上角点击复制到微信公众号即可 ##### 参考 [https://cloud.tencent.com/developer/article/1034690](https://cloud.tencent.com/developer/article/1
阅读全文
posted @ 2023-08-25 10:55 java渣渣
阅读(505)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
54
下一页
公告