929355193的头像-动感记事小屋
管理员
这家伙很懒,什么都没有写...
centos7怎么看有哪些分区-动感记事小屋

centos7怎么看有哪些分区

1、利用“blkid -o list”命令查看多有的分区; 2、利用“fdisk -l”命令显示出所有挂载和未挂载的分区;3、利用“cfdisk /dev/sda”查看分区; 4、利用“lsblk”命令查看分区和磁盘。
3年前
430
url中换行符\n是%0a-动感记事小屋

url中换行符\n是%0a

www.xxxx.com/a.php?a=123%0a456
3年前
500
小米手机强制安装低版本手机管家降级安装显示电池健康度-动感记事小屋

小米手机强制安装低版本手机管家降级安装显示电池健康度

路径和文件名不要有中文 强制降级安装apk adb devices获取手机id adb -s 手机id install -r -d C:\Users\Administrator\Desktop\v6.3.4220623.0.1.apk apk地址:https://www.dongganboy.com/app...
Win10关闭3次异常断电或者没有成功启动自动进入恢复选项功能-动感记事小屋

Win10关闭3次异常断电或者没有成功启动自动进入恢复选项功能

启动 【命令行(管理员模式)】,一定要是管理员模式。 依次输入如下命令(注意空格和符号): bcdedit /set bootstatuspolicy ignoreallfailures bcdedit /set recoveryenabled No bcdedit /set ...
4年前
790
flutter(dart)程序开发读取解析json的简单方法-动感记事小屋

flutter(dart)程序开发读取解析json的简单方法

json数据文件或者自己http获取到的json *jsondate.dart var jsontext = '''{ 'data': [ { 'children': [ { 'courseId': 13, 'id': 538, 'name': '', 'order': 255001, 'parentChapterId': 535, ...
4年前
680
win10卸载当前激活码-动感记事小屋

win10卸载当前激活码

在命令提示符【管理员】窗口中输入命令slmgr.vbs /upk回车运行
4年前
280
vue打包 element 字体图标 丢失-动感记事小屋

vue打包 element 字体图标 丢失

build目录下utils.js文件 if (options.extract) { return ExtractTextPlugin.extract({ use: loaders, fallback: 'vue-style-loader', publicPath: '../../' }) } else { return ['vue-style-lo...
5年前
390
python中doc转pdf-动感记事小屋

python中doc转pdf

pip install pywin32 from win32com.client import gencache from win32com.client import constants, gencache def doctupdf(wordPath, pdfPath): ''' word转pdf :param wordPath: word文件路...
5年前
590
centos 7 网络同步时间-动感记事小屋

centos 7 网络同步时间

yum -y install ntp ntpdate ntpdate ntp1.aliyun.com // 开机启动 vim /etc/rc.d/rc.local /usr/sbin/ntpdate ntp1.aliyun.com;/sbin/hwclock -w 定时任务 crontab -e 0 */1 * * * ntpdate ntp...
5年前
380
任务栏图标隐藏或者空白-动感记事小屋

任务栏图标隐藏或者空白

“新建文本文档.bat”,将下面的内容复制进去:   reg delete 'HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify' /va /f taskk...