上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 99 下一页
摘要: Linux系统如果需要使用Windows下字体可以使用以下方法 ![image](https://img2023.cnblogs.com/blog/1144139/202306/1144139-20230625112838048-1954895238.jpg) 例如Linux下应用WPS需要使用微软 阅读全文
posted @ 2023-06-25 11:33 minseo 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 环境查看 安装docker和docker-compose apt -y install docker.io docker-compose 设置docker-compose配置文件 root@iZ2zebcd9hncu1371fetliZ:/data/docker-compose# pwd /data 阅读全文
posted @ 2023-06-20 13:59 minseo 阅读(185) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_49223002/article/details/121038236 ![image](https://img2023.cnblogs.com/blog/1144139/202306/1144139-20230617181914202-125 阅读全文
posted @ 2023-06-17 18:19 minseo 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 肖慧联想E580电脑无法使用启动盘启动 参考:https://www.chongzhuangxitong.com/20181025/1278.html ![image](https://img2023.cnblogs.com/blog/1144139/202306/1144139-202306101 阅读全文
posted @ 2023-06-10 11:13 minseo 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 信创电脑浏览器添加收藏夹之后会生成收藏夹配置文件路径为 已谷歌浏览器为例,文件为 ``` $HOME/.config/google-chrome/Default/Bookmarks ``` 如果是其他浏览器则查找对应浏览器名称在对应路径 阅读全文
posted @ 2023-05-25 16:33 minseo 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 参考:https://zhuanlan.zhihu.com/p/366035779 模板目录 ``` /etc/skel ``` 针对不同登录用户的家目录的模板目录,可以在这个目录放置配置文件文件夹,不同的登录用户可以自动调用该目录作为模板 skel 是 skeleton 的缩写,每当你新建一个用户 阅读全文
posted @ 2023-05-25 13:58 minseo 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/fwdwqdwq/article/details/126081152 . 使用一下命令查看是否允许从外部路径导入文件 mysql> show variables like "%secure%"; + + + | Variable_name | Val 阅读全文
posted @ 2023-05-15 15:54 minseo 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 只需三步,不用下载Axure RP Extension for Chrome插件!!!只需三步,不用下载Axure RP Extension for Chrome插件!!!只需三步,不用下载Axure RP Extension for Chrome插件!!! 打开原型文件的html,会跳转到这个页面 阅读全文
posted @ 2023-05-11 11:40 minseo 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 字符串列表定义方法 已空格分割 a=(1 2 3 4) 输出列表所有元素 echo ${a[*]} 输出列表下标 echo ${!a[*]} 通过下标输出元素 下标已0开始 # echo ${a[0]} 输出列表长度 echo ${#a[*]} 列表循环 for i in ${a[*]} do ec 阅读全文
posted @ 2023-04-28 17:01 minseo 阅读(999) 评论(0) 推荐(0) 编辑
摘要: office文档编辑后会带有作者信息 右键-属性-详细信息-删除属性和个人信息 创建不包含任何信息的副本 从此文档删除以下信息 需要安装office 如果只有wps则无法使用此功能 阅读全文
posted @ 2023-04-20 10:33 minseo 阅读(289) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 99 下一页