摘要: +++ title = "移动光猫改桥接" description = "" date = 2023-03-03T23:04:09+08:00 featured = false comment = true toc = true reward = true categories = [ "" ] t 阅读全文
posted @ 2023-10-09 19:07 kasusa 阅读(5810) 评论(0) 推荐(0)
摘要: +++ title = "如何避免timemachine占用宝贵的mac磁盘空间" description = "" date = 2023-02-28T16:47:50+08:00 comment = true toc = true reward = true categories = [ "" 阅读全文
posted @ 2023-10-09 19:07 kasusa 阅读(393) 评论(1) 推荐(0)
摘要: +++ title = "windows开启WebDAV" description = "" date = 2023-02-24T19:56:44+08:00 featured = false comment = true toc = true reward = true categories = 阅读全文
posted @ 2023-10-09 19:07 kasusa 阅读(158) 评论(0) 推荐(0)
摘要: +++ title = "mac essencials 3" description = "" date = 2023-09-18T08:03:07+08:00 comment = true toc = true reward = true categories = [ "" ] tags = [ 阅读全文
posted @ 2023-10-09 19:07 kasusa 阅读(16) 评论(0) 推荐(0)
摘要: +++ 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)
摘要: 需要工具 gitbash 用于快速操作 githubDesktop 用于查看文件历史等 注意 此操作不可撤销,如果你的历史记录中有着不想要被删除的重要数据,请务必提前备份。 适用情况:清理git文件夹,让git每次clone下来更轻松。有可能项目中留存着一些没有用的垃圾,比如很大的图片、视频等。虽然 阅读全文
posted @ 2023-10-09 18:34 kasusa 阅读(171) 评论(0) 推荐(0)