摘要: +++ title = "我写了一个python库:dumb_meun" description = "" date = 2023-02-18T16:19:07+08:00 featured = false comment = true toc = true reward = true catego 阅读全文
posted @ 2023-10-09 19:07 kasusa 阅读(88) 评论(0) 推荐(0)
摘要: +++ title = "如何把 Python 程序打包成 exe" description = "" date = 2023-02-18T22:27:09+08:00 featured = false comment = true toc = true reward = true categori 阅读全文
posted @ 2023-10-09 19:07 kasusa 阅读(23) 评论(0) 推荐(0)
摘要: +++ title = "Python打包和上传到pypi" description = "" date = 2023-02-18T21:59:09+08:00 featured = false comment = true toc = true reward = true categories = 阅读全文
posted @ 2023-10-09 19:07 kasusa 阅读(69) 评论(0) 推荐(0)
摘要: +++ title = "用 simple_term_menu 创建更好的python菜单" description = "" date = 2023-02-09T16:25:24+08:00 featured = false comment = true toc = true reward = t 阅读全文
posted @ 2023-10-09 19:07 kasusa 阅读(65) 评论(0) 推荐(0)
摘要: +++ title = "Dbdiagram.io,数据库设计的好选择" description = "" date = 2023-02-09T16:01:23+08:00 featured = false comment = true toc = true reward = true catego 阅读全文
posted @ 2023-10-09 19:07 kasusa 阅读(276) 评论(0) 推荐(0)
摘要: turn on grub menu if your grub menu don't show when you boot up your system , you can follow this : edit grub config sudo vim /etc/default/grub # GRUB 阅读全文
posted @ 2023-10-09 18:40 kasusa 阅读(52) 评论(0) 推荐(0)
摘要: +++ title = "Fix dual system time problem" description = "" date = 2023-02-06T14:21:50+08:00 featured = false comment = true toc = true reward = true 阅读全文
posted @ 2023-10-09 18:39 kasusa 阅读(17) 评论(0) 推荐(0)
摘要: +++ title = "python_beautiful_soup" description = "" date = 2023-03-20T15:50:22+08:00 featured = false comment = true toc = true reward = true categor 阅读全文
posted @ 2023-10-09 18:39 kasusa 阅读(11) 评论(0) 推荐(0)
摘要: +++ title = "使用标准的path处理方法 (Python)" description = "" date = 2023-01-31T15:26:05+08:00 featured = false comment = true toc = true reward = true catego 阅读全文
posted @ 2023-10-09 18:39 kasusa 阅读(13) 评论(0) 推荐(0)
摘要: +++ title = "Json读写(Python)" description = "" date = 2023-01-31T15:34:37+08:00 featured = false comment = true toc = true reward = true categories = [ 阅读全文
posted @ 2023-10-09 18:39 kasusa 阅读(33) 评论(0) 推荐(0)
摘要: 最近工作终于闲了下来,可以上班研究代码。遇到一些需要正则表达式的编程问题,无法解决所以决定个学一下。 Regex 101 - ZH-CN (regexlearn.com) Regex Learn - 练习场 Regex Learn - cheatsheet 练习题 简单 匹配单词 he is in 阅读全文
posted @ 2023-10-09 18:38 kasusa 阅读(32) 评论(0) 推荐(0)
摘要: csharp 程序不能输入 用vscode运行csharp默认使用的terminal是不支持输入的,输入没反应 需要修改 launch.json 增加这两行我估计是关闭了什么东西,并且调用系统的terminal,具体就不懂了。 "configurations": [ { // For more in 阅读全文
posted @ 2023-10-09 18:38 kasusa 阅读(53) 评论(0) 推荐(0)
摘要: chmod的用法 今天我们有一节技术分享,讲的是linux的文件和权限,学到了点有用的。 然后由于我自己的一些思考,我就觉得比如我把自己写文件的权限去掉了,这个时候我为什么还能够通过chmod来修改这个文件的权限呢?搞了一会儿chmod搞懂了,分享一下: ls -l:看权限 这个权限一般是这样的 r 阅读全文
posted @ 2022-05-06 17:15 kasusa 阅读(58) 评论(0) 推荐(0)