上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 120 下一页
摘要: https://blog.csdn.net/weixin_45954198/article/details/129723132 https://zhuanlan.zhihu.com/p/508559139 阅读全文
posted @ 2024-01-10 22:49 叕叒双又 阅读(6) 评论(0) 推荐(0) 编辑
摘要: yay -S goldendict-git AUR Explicit (1): goldendict-git-1:1.5.0rc2.r521.g99982a1c-2 AUR Dependency (2): qt5-webkit-5.212.0alpha4-22, libeb-4.4.3-10 :: 阅读全文
posted @ 2024-01-10 06:23 叕叒双又 阅读(123) 评论(1) 推荐(0) 编辑
摘要: 1、 安装:主页:http://seaborn.pydata.org/ pip3 install seaborn, 官方建议:python 3.8+,三个依赖:numpy,pandas,matplotlib ; 三个补充:statsmodels,scipy,fastcluster 2、例子:test 阅读全文
posted @ 2024-01-09 17:27 叕叒双又 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 这几天在看《》看到140页时,看到一个文件的定义:书中给出了文件的位置:/usr/src/linux/include/linux/fs.h 关于这个头文件的位置,由于原来的linux是可以直接下载kernel源码的,因此下载下来的源码直接在目录/usr/src下面,实际上下载的文件解压后,相当于直接 阅读全文
posted @ 2024-01-08 09:20 叕叒双又 阅读(12) 评论(0) 推荐(0) 编辑
摘要: Linux下的默认字体比较丑,在GoldenDict的配置文件夹中建立article-style.css内容为 body { font-family: Dejavu Sans Mono Book; font-size: 20px; } 阅读全文
posted @ 2024-01-07 20:35 叕叒双又 阅读(69) 评论(0) 推荐(0) 编辑
摘要: Support in Wayland Compositor Even if you are using only native wayland applications, Xwayland is recommended to be enabled for following reason. If c 阅读全文
posted @ 2024-01-07 12:11 叕叒双又 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 使用texstudio编译含有中文的latex文件时,LaTex Critical Package ctex Error: 具体为:CTeX fontset `fandol‘ is unavailable in current(ctex) mode. 后来发现是由于texstudio默认使用pdfl 阅读全文
posted @ 2024-01-07 11:19 叕叒双又 阅读(349) 评论(0) 推荐(0) 编辑
摘要: Foliate 我们在先前的 最佳的 Ubuntu 应用程序(第 3 部分) 系列中介绍了 Foliate 。它是一款轻量现代的 EPUB 阅读器,它提供了一系列的自定义选项。它是基于 GTK4 的,并且与 GNOME 桌面环境无缝集成。它有一个平滑且易于导航的界面,并且有自定义字体大小、字体类型和 阅读全文
posted @ 2024-01-05 12:07 叕叒双又 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 原文:https://bbs.deepin.org/post/232893 以上是效果图 N年前玩过,看见出新版了,无聊下载安装,结果中文全是方块,怎么搞都没用,没能搞定,只能从源代码入手,重新编译了一个,目测完美。 支持所有的发行版(64位系统),包括deepin和fedara,当然你的系统不能太 阅读全文
posted @ 2024-01-05 09:43 叕叒双又 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 好久不用的win10结果,愣是给我整的不会了,明明自己就是管理员,动不动需要管理员权限,还没有办法输入密码,你说搞笑吗。终于找到一篇可以解决的方法,原文:win10明明是管理员为何没有权限 win10明明是管理员还要权限解决办法 - Windows10系统之家 (wm300.com) 在使用电脑的过 阅读全文
posted @ 2024-01-04 22:10 叕叒双又 阅读(4934) 评论(0) 推荐(0) 编辑
摘要: 带圆圈数字,差不多够用了,直接复制即可。① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳ 阅读全文
posted @ 2024-01-04 12:24 叕叒双又 阅读(697) 评论(0) 推荐(0) 编辑
摘要: \hat{θ}=argmax\sum_{i=1}^nlogp(x_i;θ)=argmax\sum_{i=1}^nlog\sum_{z_i}p(x_i,z_i;θ) 同样的内容,如果是行内公式,也就是被两个$包括的公式,看图: 还是同样的内容,如果行间公式,也就是被四个$包括的公式,看图: 难道连软件 阅读全文
posted @ 2024-01-03 12:01 叕叒双又 阅读(31) 评论(1) 推荐(0) 编辑
摘要: 查找matlab有关的函数,还得是matlab的官网给力 https://ww2.mathworks.cn/help/control/ref/tf.html?searchHighlight=tf&s_tid=srchtitle_support_results_1_tf,内容如下: 阅读全文
posted @ 2024-01-02 11:23 叕叒双又 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1 --archive-headers 2 -a 3 显示档案库的成员信息,类似ls -l将lib*.a的信息列出。 4 5 -b bfdname 6 --target=bfdname 7 指定目标码格式。这不是必须的,objdump能自动识别许多格式,比如: 8 9 objdump -b oasy 阅读全文
posted @ 2024-01-02 10:11 叕叒双又 阅读(369) 评论(4) 推荐(0) 编辑
摘要: 一种是颜色突出显示,原文见:https://www.cnblogs.com/guochaoxxl/p/6823135.html 另一种是借助工具,manpage的pager命令是借助less命令完成的,如果将pager借助most命令,由于most的自动着色功能就可以使page页面彩色了。 1 安装 阅读全文
posted @ 2024-01-02 08:44 叕叒双又 阅读(27) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 120 下一页