上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 36 下一页

在windows server中部署服务

摘要: 部署fastAPI 参考:https://deepinout.com/fastapi/fastapi-questions/178_fastapi_fastapi_as_a_windows_service.html 阅读全文
posted @ 2024-02-22 12:22 朝朝暮Mu 阅读(58) 评论(0) 推荐(0)

kvm相关

摘要: 安装kvm 参考:https://blog.csdn.net/m0_56006701/article/details/130936288 阅读全文
posted @ 2024-02-21 13:23 朝朝暮Mu 阅读(11) 评论(0) 推荐(0)

docker学习笔记

摘要: 创建和启动容器 交互式运行 docker run -it --name agent --link web:insideweb --link mailer:insidemailer dockerinaction/ch2_agent -it 交互式运行 link web:insideweb 将其他容器的 阅读全文
posted @ 2024-02-17 14:52 朝朝暮Mu 阅读(17) 评论(0) 推荐(0)

gPRC基础学习

摘要: 环境部署 1.1 安装protoc go 语言插件 参考:https://www.bilibili.com/read/cv21871593/ proto自动编译代码Makefile文件 .PHONY: gen help PROTO_DIR=proto gen: protoc \ --proto_pa 阅读全文
posted @ 2024-01-31 22:44 朝朝暮Mu 阅读(32) 评论(0) 推荐(0)

Go基础学习

摘要: JSON处理 参考:https://www.jb51.net/jiaoben/296384a3z.htm go mod 2.1 修改proxy: go env -w GOPROXY=https://goproxy.cn,direct gin框架 3.1 文档:https://gin-gonic.co 阅读全文
posted @ 2024-01-14 17:19 朝朝暮Mu 阅读(26) 评论(0) 推荐(0)

中级会计考试资料

摘要: 报名 网站:http://kzp.mof.gov.cn/ 报名:6月21日 模拟:http://kzp.mof.gov.cn/moni.jsp 官网:http://kzp.mof.gov.cn/index.jsp 考试:9月7日 考试 科目:会计实务、财务管理、经济法 题型:单选、多选、判断、计算/ 阅读全文
posted @ 2024-01-08 14:57 朝朝暮Mu 阅读(21) 评论(0) 推荐(0)

WebSocket学习

摘要: 参考资料:https://www.yiibai.com/websocket/python-websockets-library.html 阅读全文
posted @ 2024-01-03 17:10 朝朝暮Mu 阅读(12) 评论(0) 推荐(0)

js 拖拽功能

摘要: 拖拽 参考:https://zhuanlan.zhihu.com/p/655200166 伸缩 参考:https://www.zhihu.com/question/449608492/answer/3227993079 参考:https://zhuanlan.zhihu.com/p/62882983 阅读全文
posted @ 2023-12-31 20:49 朝朝暮Mu 阅读(9) 评论(0) 推荐(0)

vue事件总结

摘要: vue常用事件 参考:https://blog.csdn.net/Love_malichao/article/details/130504744 阅读全文
posted @ 2023-12-25 17:06 朝朝暮Mu 阅读(12) 评论(0) 推荐(0)

nltk问题

摘要: 参考 https://blog.csdn.net/u010456265/article/details/126137589 阅读全文
posted @ 2023-12-17 09:53 朝朝暮Mu 阅读(11) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 36 下一页