会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
永远的幻想
这个博客主要保存软件开发中“技”层面的知识点。 “术”、“道”,以及紫微、占星,放在https://xuanmanstein.wordpress.com/
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
···
25
下一页
2020年11月24日
mint install gaussian 16
摘要: 参考http://www.molcalx.com.cn/gaussian-16-installation/ install 脚本是csh 改zsh报错。犯懒直接安装csh, apt-get install csh 再运行脚本搞定。其实只是改可执行文件的权限而已 环境变量 xed ~/.profile
阅读全文
posted @ 2020-11-24 10:49 永远的幻想
阅读(916)
评论(0)
推荐(0)
2020年11月17日
flask 使用工程外的static文件位置
摘要: 必须在构造函数里传参,不能用app["] = XXX 的方式! 坑死了 #must set in construct fn cant set by app.config['static_folder'] = config.PATH_STATIC app = Flask(__name__, stati
阅读全文
posted @ 2020-11-17 12:26 永远的幻想
阅读(520)
评论(0)
推荐(0)
2020年11月15日
nw.js 命令行参数
摘要: http://nwjs.net/doc/api/command-line-options.html 1.启动一个网页 --url 失效了 https://github.com/nwjs/nw.js/issues/5008 要这样写 在package.nw/package.json的main里直接写1
阅读全文
posted @ 2020-11-15 09:26 永远的幻想
阅读(602)
评论(0)
推荐(0)
2020年11月13日
python parse bit from bytes
摘要: 先说结论 能用struct就用struct 能转成int就转成int 然后在int格式下 能 掩码& 移位>>。反而不是在bytes下。个人感觉这是一个“反直觉”的地方。不喜欢。所以记下来。 比如,解析flv文件。 按flv文件格式: https://blog.csdn.net/byxdaz/art
阅读全文
posted @ 2020-11-13 05:21 永远的幻想
阅读(551)
评论(0)
推荐(0)
2020年10月28日
mint 安装 anaconda3
摘要: 从清华的镜像站下载https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 从最下面选Anaconda3-2020.11-Linux-x86_64 在下载 路径下 执行 bash ./Anaconda3-2020.11-Linux-x86_64.s
阅读全文
posted @ 2020-10-28 17:14 永远的幻想
阅读(403)
评论(0)
推荐(0)
win10 + cuda11
摘要: 1 下载exe https://developer.download.nvidia.com/compute/cuda/11.1.0/local_installers/cuda_11.1.0_456.43_win10.exe 2 下载cuDNN https://developer.nvidia.com
阅读全文
posted @ 2020-10-28 15:24 永远的幻想
阅读(1212)
评论(0)
推荐(0)
mint 20 install NVIDIA driver for 3080 via run
摘要: 3080 太新 在mint里还没有驱动。只能自己手动下载run文件 安装过程参考 https://blog.csdn.net/qq_30468723/article/details/107531062 1下载run文件 https://www.nvidia.cn/Download/index.asp
阅读全文
posted @ 2020-10-28 14:40 永远的幻想
阅读(235)
评论(0)
推荐(0)
2020年10月21日
使用numpy rot90操作image后,opencv cv2.rectangle 报错
摘要: 参考 http://www.voidcn.com/article/p-hamaapsy-bvd.html https://stackoverflow.com/questions/20843544/np-rot90-corrupts-an-opencv-image # 旋转 img_rgb_shift
阅读全文
posted @ 2020-10-21 10:18 永远的幻想
阅读(334)
评论(0)
推荐(0)
2020年10月19日
anaconda Script file \Scripts\pip-script.py is not present
摘要: 不要随便升级anaconda的pip,坑死了 重装pip过程: 参考https://blog.csdn.net/douniwan007009/article/details/81463958 1、先到 pypi 官网下载 setuptools,解压2、用cmder或cmd切到解压后的目录,执行命令
阅读全文
posted @ 2020-10-19 16:09 永远的幻想
阅读(3604)
评论(0)
推荐(0)
anaconda3+ paddleOCR安装使用
摘要: 老实说,官网文档有点云山雾罩。 windows下又不让用nvidia-docker,只好anaconda的方式装 综合 https://www.paddlepaddle.org.cn/install/quick 和 https://github.com/PaddlePaddle/PaddleOCR/
阅读全文
posted @ 2020-10-19 15:58 永远的幻想
阅读(9950)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
25
下一页
公告