摘要: 现在还是beta版 https://github.com/cboxdoerfer/fsearch 安装方法指引 https://github.com/cboxdoerfer/fsearch/wiki/Build-instructions 用编译的方法安装: 1. Install build depe 阅读全文
posted @ 2020-06-11 11:00 重积德 阅读(3684) 评论(0) 推荐(0) 编辑
摘要: cmd代码比较复杂,用python删除空文件夹,但一时没有找到符合的代码,于是自己写了一点 import os folder='D:/folder/' subdir_list = os.listdir(folder) for cur_dir in subdir_list: cur_path=fold 阅读全文
posted @ 2020-06-08 11:19 重积德 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 原Wordpress部署在Windows下,迁移部署到Ubuntu18.04下, 新环境为Apache2,MySQL5.7,PHP7.0 ubuntu软件安装配置 https://www.cnblogs.com/Minstrel223/p/12306584.html 在root用户下操作,可以不使用 阅读全文
posted @ 2020-06-08 09:25 重积德 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 安装最新版Arch Linux,遇到一些想不到的问题,记录一下。 官方说明页面: https://wiki.archlinux.org/index.php/Installation_guide 主要参考以下文章: https://blog.csdn.net/r8l8q8/article/detail 阅读全文
posted @ 2020-06-06 23:47 重积德 阅读(2502) 评论(0) 推荐(0) 编辑
摘要: 安装Mono,测试aspx页面 第一步:Add the Mono repository to your system 按照 https://www.mono-project.com/download/stable/#download-lin-ubuntu 比如Ubuntu 18.04使用以下命令 s 阅读全文
posted @ 2020-06-05 16:41 重积德 阅读(774) 评论(0) 推荐(0) 编辑
摘要: 按照一下文章安装 https://blog.csdn.net/t8116189520/article/details/81976755 首页运行 yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel r 阅读全文
posted @ 2020-06-04 11:31 重积德 阅读(139) 评论(0) 推荐(0) 编辑
摘要: ubuntu、windows7双系统。ubuntu无法挂载ntfs分区 忘记截图了,记录一下 1、如题,Ubuntu无法加载NTFS硬盘,原硬盘在/dev/sda2位置,mount命令说找不到,执行sudo fdisk -l命令,可以看到硬盘在/dev/sda位置,分区在/dev/sda2上 2、运 阅读全文
posted @ 2020-05-31 15:03 重积德 阅读(2751) 评论(0) 推荐(0) 编辑
摘要: Emeditor 比较轻量,可以用于快速编辑python小程序,比PyCharm、VS Code、Spyder、Atom等速度快很多。对于我来说,至少需要三个基本功能: 1、可以自动4个空格换行。 实现方法: 工具——选择配置——定义配置: python——属性: 勾选“将制表符转换为空格”,并且缩 阅读全文
posted @ 2020-05-31 11:35 重积德 阅读(595) 评论(0) 推荐(0) 编辑
摘要: 之前一直用anaconda,但是anaconda比较大,于是尝试用源代码编译安装了一下,发现还真不容易。 在Ubuntu下手动编译安装python3,遇到不少坑,具体过程如下: 1、下载python源代码: wget https://www.python.org/ftp/python/3.6.10/ 阅读全文
posted @ 2020-05-30 17:45 重积德 阅读(3205) 评论(0) 推荐(0) 编辑
摘要: Tesseract-ocr可以OCR识别藏文、梵文,识别为Unicode字符,效果还不错 1、下载Windows安装版 Windows安装版地址:https://github.com/UB-Mannheim/tesseract/wiki 所有版本下载地址: https://digi.bib.uni- 阅读全文
posted @ 2020-05-17 23:48 重积德 阅读(2603) 评论(0) 推荐(0) 编辑