会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
大龙挂了,公主在哪
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2024年5月24日
md 编辑快捷键
摘要: 标题: ctrl + 1/2/3/4/5 表格: ctrl+T 代码块:``` 有序列表: ctrl + shift + [ 无序列表: ctrl + shift + ] 加粗:ctrl + B 斜体: ctrl+I 下划线: ctrl+u
阅读全文
posted @ 2024-05-24 23:50 大龙挂了,公主在哪
阅读(93)
评论(0)
推荐(0)
2024年1月17日
python学习随笔01 分析多个编码方式不同的文本,将文件名和编码方式存在字典中
摘要: # 分析多个文本 import chardet filenames = ['file\pi_digits.txt', 'file\guest.txt', 'file\words.txt'] encod_file = dict() def get_charset(filename): with ope
阅读全文
posted @ 2024-01-17 16:29 大龙挂了,公主在哪
阅读(13)
评论(0)
推荐(0)
2024年1月4日
python pip 报错
摘要: pip报错 原因:需要配置一个国内的源 eg : 要装requests包 pip install requests -i https://pypi.doubanio.com/simple/
阅读全文
posted @ 2024-01-04 11:36 大龙挂了,公主在哪
阅读(2)
评论(0)
推荐(0)
2023年12月14日
mysql导入导出
摘要: # 数据库导出 mysqldump -u root -p mysql > mysql.sql # 数据库导入 mysql -u root -p -D mysql < mysql.sql # 单表导出 mysqldump -u root -p mysql tablename > tablename.s
阅读全文
posted @ 2023-12-14 10:04 大龙挂了,公主在哪
阅读(6)
评论(0)
推荐(0)
2023年8月7日
安装虚拟机
摘要: 1、下载vm 17pro 我用夸克网盘分享了「VMware-workstation-full-17.5.2-23775571.exe」,点击链接即可保存。打开「夸克APP」,无需下载在线播放视频,畅享原画5倍速,支持电视投屏。 链接:https://pan.quark.cn/s/ad92834eed
阅读全文
posted @ 2023-08-07 09:18 大龙挂了,公主在哪
阅读(26)
评论(0)
推荐(0)
2023年6月8日
tomcat乱码
摘要: tomcat8\conf 下面的logging.properties 将UTF-8 改为 GBK
阅读全文
posted @ 2023-06-08 16:43 大龙挂了,公主在哪
阅读(8)
评论(0)
推荐(0)
2023年4月16日
免费下载器 NDM(附安装包+谷歌浏览器插件)
摘要: ndm https://www.aliyundrive.com/s/skj2mPoR6iY 提取码: ux31
阅读全文
posted @ 2023-04-16 23:15 大龙挂了,公主在哪
阅读(517)
评论(0)
推荐(0)
2023年3月26日
steam Wallpaper Engine 壁纸引擎
摘要: 步骤一、下载steam,并注册账号 步骤二、下载steam加速器 steam++ 步骤三、购买Wallpaper Engine,并下载。 创意工坊:https://steamcommunity.com/workshop/browse/?appid=431960&browsesort=toprated
阅读全文
posted @ 2023-03-26 18:48 大龙挂了,公主在哪
阅读(793)
评论(0)
推荐(0)
2022年12月7日
plsql乱码
摘要: windows电脑新增环境变量 NLS_LANG 值为: SIMPLIFIED CHINESE_CHINA.ZHS16GBK
阅读全文
posted @ 2022-12-07 09:46 大龙挂了,公主在哪
阅读(25)
评论(0)
推荐(0)
2022年11月29日
iis 修改证书
摘要: 1、如果拿到的是cer结尾的证书,需要修改为pfx后缀的,转换地址 https://ssl4less.eu/ssl-tools/convert-certificate.html#certificateConverter 自定义密码 如果是pfx结尾的 不需要修改 2、控制面板打开IIS 3、双击服务
阅读全文
posted @ 2022-11-29 17:38 大龙挂了,公主在哪
阅读(428)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告