上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页
摘要: Download https://www.mongodb.com/try/download/community Python Driver https://pypi.org/project/pymongo/ $ sudo pip install -i https://pypi.douban.com/ 阅读全文
posted @ 2021-11-20 20:05 Anonymous596 阅读(36) 评论(0) 推荐(0) 编辑
摘要: Ubuntu 18.04 $ sudo pip install backports.lzma CentOS 7 $ sudo yum install xz-devel $ sudo yum install python-backports-lzma $ sudo pip install backpo 阅读全文
posted @ 2021-11-15 10:32 Anonymous596 阅读(570) 评论(0) 推荐(0) 编辑
摘要: 环境: Master Node:Linux Slave Node:Zynq 板卡一块(已打包 java 到 image) 配置: Slave Node 如下, 问题: 配置后,launch slave 发生错误: ... Host key verification failed ... 这是因为板卡 阅读全文
posted @ 2021-08-19 21:18 Anonymous596 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 仅适用于网易云音乐,其它软件无此选项。 打开, $ sudo gvim /usr/share/applications/netease-cloud-music.desktop 修改如下, Exec=netease-cloud-music --force-device-scale-factor=1.5 阅读全文
posted @ 2021-08-01 21:38 Anonymous596 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 注意:wine 安装成功后,不能随意卸载。安装前请三思。 wine(是 “Wine Is Not an Emulator” 的缩写)是一个兼容层,能够在几个 POSIX 兼容的操作系统上运行 Windows 应用程序,如 Linux、MaOS、BSD。代替模拟虚拟机或仿真器的内部 Windows 逻 阅读全文
posted @ 2021-08-01 14:44 Anonymous596 阅读(628) 评论(0) 推荐(0) 编辑
摘要: 默认的网卡名可能为形如 enp6s0,如果要将其改为常见的 eth0,则如下操作, $ sudo gvim /etc/default/grub 将原本的, GRUB_CMDLINE_LINUX="" 改为, GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname= 阅读全文
posted @ 2021-08-01 13:19 Anonymous596 阅读(642) 评论(0) 推荐(0) 编辑
摘要: 例如分卷压缩 xxx.pdf,每卷最大 15MB,则命令如下, $ rar a -v15m xxx.rar xxx.pdf 压缩后得到 xxx.part1.rar,xxx.part2.rar,... (完) 阅读全文
posted @ 2021-07-31 12:53 Anonymous596 阅读(548) 评论(0) 推荐(0) 编辑
摘要: Refer to https://matt.sh/redis-benchmark-compilers (完) 阅读全文
posted @ 2021-06-21 20:20 Anonymous596 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 如果在 initial commit 的时候没有配置好 .gitignore,而导致某些文件,例如 .pyc 被 commit 了。 则,之后 .gitignore 再加入 *.pyc 的规则,对已经 commit 的 .pyc 文件不起作用,这些文件的改动依然会被 git status 发现。 解 阅读全文
posted @ 2021-05-15 22:48 Anonymous596 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 1) 手动创建一个 .desktop 文件,例如 DemoWebApplication.desktop,内容如下 (注意 Categories 的取值,可参考 /usr/share/applications/ 下 的 .desktop 文件), [Desktop Entry] Encoding=UT 阅读全文
posted @ 2021-05-09 21:30 Anonymous596 阅读(297) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页