上一页 1 2 3 4 5 6 7 ··· 23 下一页
摘要: 现代 Linux 都采用 systemd 来作为守护进程,例如在 Ubuntu 18.04 上它们都指向同一个 systemd, $ ll /sbin/init /sbin/init -> /lib/systemd/systemd*$ ll /bin/systemd /bin/systemd -> 阅读全文
posted @ 2023-03-12 17:09 Anonymous596 阅读(938) 评论(0) 推荐(0)
摘要: Adjust your python to version no less than 3.7, (use conda do it if your default python is not 3.7) a config error, as: ERROR: Dependency "pixman-1" n 阅读全文
posted @ 2023-02-25 22:45 Anonymous596 阅读(39) 评论(0) 推荐(0)
摘要: need to with channel pdrops, $ conda install -c pdrops allure-pytest 阅读全文
posted @ 2023-02-20 20:02 Anonymous596 阅读(110) 评论(0) 推荐(0)
摘要: pytest-env is a good module, allow you to set env variable in pytest.ini as for example, [pytest] env = SCM=git 阅读全文
posted @ 2023-02-17 15:25 Anonymous596 阅读(36) 评论(0) 推荐(0)
摘要: - conda append channels, $ conda config --append channels conda-forge then a simple conda config ~/.condarc should be, auto_activate_base: false show_ 阅读全文
posted @ 2023-01-02 15:12 Anonymous596 阅读(19) 评论(0) 推荐(0)
摘要: https://pypi.org/project/ply/ http://www.dabeaz.com/ply/ http://www.dalkescientific.com/writings/diary/archive/2007/11/03/antlr_java.html http://www.d 阅读全文
posted @ 2022-10-11 20:21 Anonymous596 阅读(14) 评论(0) 推荐(0)
摘要: 解决方案: $ fsck -t ext4 /dev/sda1 ...#一路 yes...$ reboot (完) 阅读全文
posted @ 2022-08-16 10:18 Anonymous596 阅读(98) 评论(0) 推荐(0)
摘要: Refer To: https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml For Device Section: DEVICE SECTIONThe config file may have multiple Device 阅读全文
posted @ 2022-08-15 17:18 Anonymous596 阅读(795) 评论(0) 推荐(0)
摘要: 如下示例, import multiprocessing import random def worker(base_num, queue): for _ in range(1000): queue.put(base_num + random.randint(0, 99)) print('{} en 阅读全文
posted @ 2022-07-22 18:43 Anonymous596 阅读(497) 评论(0) 推荐(0)
摘要: 安装 Pillow 出现问题,解决方法, $ sudo apt-get install libjpeg-dev (完) 阅读全文
posted @ 2022-06-06 19:45 Anonymous596 阅读(289) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 23 下一页