会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Simple.Smile
Mr.zf
github:https://github.com/zhangfulv
博客园
首页
新随笔
联系
管理
订阅
07 2021 档案
vi 关闭自动缩进
摘要:如果在.vimrc中设置了自动缩进set autoindent,那么在插入模式下粘贴代码时,vim会自动为代码缩进,导致格式混乱。在/etc/.vimrc中文件将set autoindent进行注释。 如果在.vimrc中设置了自动缩进set autoindent,那么在插入模式下粘贴代码时,vim
阅读全文
posted @
2021-07-27 14:50
SimpleSmile
阅读(939)
评论(0)
推荐(0)
python 读写word
摘要:''' #利用python读取word文档,先读取段落 # pip install docx # pip3 install python-docx ''' #导入所需库 from docx import Document class docxOpraCls: myDoc = '' def openD
阅读全文
posted @
2021-07-07 18:18
SimpleSmile
阅读(203)
评论(0)
推荐(0)
html提示模板
摘要:<div class="remind"> </div> <div class="corner"> </div> <style> .remind{ box-shadow: rgb(136, 136, 136) 0px 0px 6px; right: auto; left: 935p
阅读全文
posted @
2021-07-06 08:19
SimpleSmile
阅读(447)
评论(0)
推荐(0)
公告