TerryChan' Blog

less

"google分析国内还是不要用了吧"

Published on Aug. 22, 2023, 12:06 p.m.

好像加入google分析后博客加载速度更慢了,还是考虑换成百度统计吧,至少还能快点。又或者把google改成异步加载也可以。 说实话真的是不愿意使用百度的东西,实在是太流氓了,但是鉴于谷歌分析严重拖慢,博客的加载速度也真是很无奈了,别的好像没有可以用的…

Tags:

Continue Reading
"Google界面又升级了"

Published on Aug. 22, 2023, 12:06 p.m.

| | | | --- | --- | | | Google界面又升级了[查看或评论Terry Chen的信息 »](https://plus.google.com/_/notifications/emlink?emrecipient=1102…

Tags:

Continue Reading
python自动创建目录

Published on Aug. 22, 2023, 12:06 p.m.

python自动创建目录 ``` import os def mkdir(path): # 去除首位空格 path=path.strip() # 去除尾部 \ 符号 path=path.rstrip("\") # 判断路径是否存在 isE…

Tags:

Continue Reading
如何刪除 Kite

Published on Aug. 22, 2023, 12:06 p.m.

Kite這東西雖然好用但是佔用資源太大了。換成tabnine或者github最新搞出來的补全工具GitHub Copilot也不錯。 如何刪除 Kite --------- To completely remove Kite from your…

Tags:

Continue Reading