会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Wh_Xcjm
新随笔
管理
随笔 - 23
文章 - 0
评论 - 0
阅读 -
6704
[置顶]
个人库
摘要:
阅读全文
posted @ 2020-11-19 21:33 Wh_Xcjm
阅读(100)
评论(0)
推荐(0)
编辑
[置顶]
关于
摘要:
人设和theme
阅读全文
posted @ 2020-09-19 23:26 Wh_Xcjm
阅读(132)
评论(0)
推荐(0)
编辑
2021年6月23日
Apache conf配置文件 allow deny order files directory location解释,re(正则表达式)入门速成
摘要: #此文章仅对作者认为常用的选项进行了解释 表达式:RewriteCond Syntax: RewriteCond TestString CondPattern [flags] ##TestString源串 配置文件目录:/etc/apache2/apache2.conf TestString一般使用
阅读全文
posted @ 2021-06-23 18:08 Wh_Xcjm
阅读(210)
评论(0)
推荐(0)
编辑
2021年5月27日
Arduino在vscode中输出乱码解决方案及解释
摘要: Arduino在vscode中输出乱码 vscode安装Arduino方式已经满天飞了,这里说一下经典问题—— 编译时: 可以看到,输出变成了乱码 网上的解决方法: 找到vscode的arduino拓展的安装目录,找到util.js这个文件,以我电脑上的为例,(注意不同电脑下,路径不同,一般是在用户
阅读全文
posted @ 2021-05-27 17:18 Wh_Xcjm
阅读(809)
评论(0)
推荐(0)
编辑
2021年5月23日
UOJ Judgement Failed惨痛教训
摘要: 服务器从上一任大佬手中转到我这里之后,一直没注意(主要备案没下来用的少) 然后前两天备案下来开始用后发现Judgement Failed了,而且随机成功 然后,三天的查错, 发现 chmod -R 777 /var/www/uoj 完结 原因:没有储存提交记录的权限
阅读全文
posted @ 2021-05-23 13:32 Wh_Xcjm
阅读(513)
评论(0)
推荐(0)
编辑
2021年5月21日
vscode导出插件列表
摘要: @echo off for /F %%i in ('code --list-extensions') do @echo code --install-extension %%i >> install.bat echo succeed pause result: code --install-exte
阅读全文
posted @ 2021-05-21 15:51 Wh_Xcjm
阅读(2047)
评论(0)
推荐(0)
编辑
2021年5月1日
vscode clang-format
摘要: workspace/.clang-format # 使用前请replace "#.*\n" "" # 原因貌似是中文字符会导致无法正常排版 # 语言: None, Cpp, Java, JavaScript, ObjC, Proto, TableGen, TextProto Language: Cp
阅读全文
posted @ 2021-05-01 17:16 Wh_Xcjm
阅读(94)
评论(0)
推荐(0)
编辑
2021年4月11日
python gotoxy getxy 设置/获取控制台坐标
摘要: from ctypes import pointer, Structure, windll from ctypes.wintypes import WORD, SHORT, SMALL_RECT import ctypes import os STD_INPUT_HANDLE = -10 STD_O
阅读全文
posted @ 2021-04-11 15:38 Wh_Xcjm
阅读(489)
评论(0)
推荐(0)
编辑
2021年4月4日
screen中退格键变为^H,左键变为^[[A等等
摘要: xshell-会话属性-键盘,退格键序列选择ASCII 127 这样退格键就能正常使用了,如果不能请参考 手动安装 python 3.7 中让python3.7正常使用的方式 上下左右不能用为正常情况,复制用^A+[进入复制模式,具体参考: C-a ? -> 显示所有键绑定信息 C-a c -> 创
阅读全文
posted @ 2021-04-04 23:06 Wh_Xcjm
阅读(292)
评论(0)
推荐(0)
编辑
Pipenv配置镜像源与python版本
摘要: 通过修改系统环境变量: vim /etc/profile 添加 export PIPENV_DEFAULT_PYTHON_VERSION=3.7 export PIPENV_PYPI_MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple 立即生效: sour
阅读全文
posted @ 2021-04-04 21:53 Wh_Xcjm
阅读(398)
评论(0)
推荐(0)
编辑
Ubuntu server vim复制到系统剪贴板
摘要: 阿里云Ubuntu Server 20.04 apt-get update -y apt-get upgrade -y apt-get install -y xorg-dev apt-get install -y libgtk2.0-dev apt-get install -y vim vim-sc
阅读全文
posted @ 2021-04-04 13:24 Wh_Xcjm
阅读(203)
评论(0)
推荐(0)
编辑
2021年3月31日
linux vim配置和相关+服务器管理杂谈(只记录坑)
摘要: vim set nu set ts=4 set softtabstop=4 set shiftwidth=4 set expandtab set autoindent v进入选择,进入后y复制(copy),d剪切(cutdown);p粘贴 u撤销,^r重做 server 1.开机启动(update-
阅读全文
posted @ 2021-03-31 19:23 Wh_Xcjm
阅读(74)
评论(0)
推荐(0)
编辑
下一页
公告
昵称:
Wh_Xcjm
园龄:
4年5个月
粉丝:
2
关注:
6
+加关注
我的标签
My Diaries
(6)
折腾
(6)
EZOJ
(5)
Linux
(2)
Deepin
(1)
C++
(1)
Arduino
(1)
About me
(1)
算法学习
(1)
随笔档案
2021年6月(1)
2021年5月(4)
2021年4月(4)
2021年3月(2)
2020年11月(5)
2020年10月(1)
2020年9月(6)
相册
壁纸(57)
点击右上角即可分享
🚀
回顶
收起