• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

国民时代

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

上一页 1 2 3 4 5 6 ··· 9 下一页

2021年11月17日

Python常用插件

摘要: 网络 web requests - 最被推荐使用的网页访问工具。 Office excel openpyxl 官方推荐,功能最全,使用方便,读写、对象、链接皆可操作。 word docx 最流行,功能全。 文件格式 yaml json csv html 19 from shutil import c 阅读全文

posted @ 2021-11-17 15:14 国民时代 阅读(593) 评论(0) 推荐(0)

2021年10月13日

Python-FAQ: 调用 win32com.gencache.EnsureDispatch("kwps.Application") 抛出异常 AttributeError:module‘win32com.gen_py has no attribute ‘CLSIDToClassMap‘

摘要: 现象: 调用 win32com.gencache.EnsureDispatch("kwps.Application") 抛出异常 AttributeError:module‘win32com.gen_py has no attribute ‘CLSIDToClassMap‘ 解决: 删除上图中目录“ 阅读全文

posted @ 2021-10-13 17:05 国民时代 阅读(1166) 评论(0) 推荐(0)

Python-FAQ

摘要: 目录 Python-FAQ: AttributeError:module‘win32com.gen_py has no attribute ‘CLSIDToClassMap‘ test 阅读全文

posted @ 2021-10-13 16:59 国民时代 阅读(40) 评论(0) 推荐(0)

2021年10月8日

GIT-FAQ

摘要: FAQ-GIT: .git/index:索引文件比预期的小 阅读全文

posted @ 2021-10-08 11:02 国民时代 阅读(36) 评论(0) 推荐(0)

FAQ-GIT: .git/index:索引文件比预期的小

摘要: 解决方案: git checkout -f master git reset --hard origin/master 阅读全文

posted @ 2021-10-08 11:00 国民时代 阅读(602) 评论(0) 推荐(0)

2021年1月4日

linux设置上网代理

摘要: 一、为系统设置代理 编辑文件/etc/profile,增加如下两行 export http_proxy=http://proxy.com:8080/ export https_proxy=http://proxy.com:8080/ 1 2 然后更新一下环境文件: source /etc/profi 阅读全文

posted @ 2021-01-04 15:38 国民时代 阅读(1089) 评论(0) 推荐(0)

2020年10月28日

python 字符串转义html

摘要: echo 'a=1&b=2' | python3 -c "import sys,html; print(html.escape(sys.stdin.read()))" 阅读全文

posted @ 2020-10-28 19:05 国民时代 阅读(1220) 评论(0) 推荐(0)

2020年2月25日

不能修改字符集的相关错误的解决办法

摘要: 现象: 执行某些命令报以下错误消息: 1) locale: Cannot set LC_CTYPE to default locale: No such file or directory 2)/bin/sh: warning: setlocale: LC_ALL: cannot change lo 阅读全文

posted @ 2020-02-25 15:17 国民时代 阅读(491) 评论(0) 推荐(0)

2020年2月16日

敏捷知识

摘要: 敏捷概念 迭代发布 敏捷基础概念 故事点 阅读全文

posted @ 2020-02-16 16:39 国民时代 阅读(126) 评论(0) 推荐(0)

2019年12月19日

主机名

摘要: https://www.jianshu.com/p/476a92a39b45 https://www.cnblogs.com/FengGeBlog/p/10398046.html https://blog.csdn.net/qq_39663216/article/details/78166520 阅读全文

posted @ 2019-12-19 15:17 国民时代 阅读(196) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 ··· 9 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3