10 2022 档案

该文被密码保护。
posted @ 2022-10-31 22:37 叕叒双又 阅读(0) 评论(0) 推荐(0) 编辑
摘要:两个好用的同义词替换网址thesaurus和powerthesaurus 1、https://zh.powerthesaurus.org/ 2、https://sourceforge.net/projects/thesaurus/ 20221030无法访问 3、https://www.thesaur 阅读全文
posted @ 2022-10-30 11:02 叕叒双又 阅读(622) 评论(0) 推荐(0) 编辑
摘要:代码非常简单: 1 #include <stdio.h> 2 #include <termios.h> 3 #include <unistd.h> 4 #include <sys/types.h> 5 #include <sys/time.h> 6 7 int kbhit(void){ 8 stru 阅读全文
posted @ 2022-10-30 09:26 叕叒双又 阅读(368) 评论(0) 推荐(0) 编辑
摘要:keycode 8 = BackSpace BackSpacekeycode 9 = Tab Tabkeycode 12 = Clearkeycode 13 = Enterkeycode 16 = Shift_Lkeycode 17 = Control_Lkeycode 18 = Alt_Lkeyc 阅读全文
posted @ 2022-10-30 08:44 叕叒双又 阅读(57) 评论(0) 推荐(0) 编辑
摘要:Theory is when you know everything but nothing works. Practicee is when everything works but no one knows why. in out lab, theory and practice are com 阅读全文
posted @ 2022-10-29 22:41 叕叒双又 阅读(58) 评论(0) 推荐(0) 编辑
摘要:Octave的默认编辑器一般是emacs,该编辑器虽然强大,但是对于新手来说并不友好,并且我在macOS中使用时,发现Octave中的emacs的快捷键有失效的现象,因此为了避免麻烦,自己修改了Octave的默认编辑器,采用如下修改方法能够一劳永逸,每次在终端启动Octave都能够将编辑器改为Vim 阅读全文
posted @ 2022-10-29 11:36 叕叒双又 阅读(88) 评论(0) 推荐(0) 编辑
摘要:1、https://docs.qmk.fm/#/zh-cn/ 2、https://kbfirmware.com/ 3、http://www.keyboard-layout-editor.com/#/ 4、qmk软件: 阅读全文
posted @ 2022-10-29 10:12 叕叒双又 阅读(116) 评论(0) 推荐(0) 编辑
摘要:1. 下载安装Zoterozotero官方下载网址安装方法和普通软件相同,一路点击,选择 安装目录,再安装即可。2. 下载安装插件茉莉花(Jasminum)(下载caj时转换成pdf,需要pdftk server)zotero connector(必装,从网页上抓取文献)Zotfile(批量重命名) 阅读全文
posted @ 2022-10-29 10:05 叕叒双又 阅读(1757) 评论(0) 推荐(0) 编辑
摘要:转自:Fengz,并注明出处: https://sync.sh ,原文:https://sync.sh/rmk-handwired-40percent 有一个小伙伴做了一个视频到B站,可以点这里。 首先,先感谢 老杨 无私地给我带路。 因为市面上的键位布局都不太满意,主要是喜欢这个创作的过程,所以就 阅读全文
posted @ 2022-10-29 10:03 叕叒双又 阅读(1056) 评论(0) 推荐(0) 编辑
摘要:Linux下 cat也是使用非常频繁的一个工具了,但是输出比较单一:大佬就开发出了 ccat 这个命令。ccat 与 cat 非常相似,但是使用ccat命令,显示的代码内容会带有颜色,这对于码农来讲非常友好。目前,ccat 支持 JavaScript,Java,Ruby,Python,Go,C 和 阅读全文
posted @ 2022-10-29 08:48 叕叒双又 阅读(87) 评论(0) 推荐(0) 编辑
摘要:https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-64-bit 一般人还需要这个工具: 镜像写入文件win:https://downloads.raspberrypi.org/imager/imager_l 阅读全文
posted @ 2022-10-29 08:14 叕叒双又 阅读(88) 评论(0) 推荐(0) 编辑
摘要:1、下载和安装字体: sudo pacman -S xx # XX表示可以将以下列表中的字体中选择安装,也可以安装全部字体,最好全部安装。 sudo fc-cache -fv # 刷新缓存 可以在这些中选择: adobe-source-sans-fonts # 思源Source Sans Pro英文 阅读全文
posted @ 2022-10-28 17:59 叕叒双又 阅读(2020) 评论(0) 推荐(0) 编辑
摘要:原文:https://zhuanlan.zhihu.com/p/548516588 一、学位论文 1、麻省理工学院本科、硕士、博士论文免费下载 http://dspace.mit.edu/handle/1721.1/7582 香港大学硕博论文,下载全文 http://www.engg.ksu.edu 阅读全文
posted @ 2022-10-28 09:17 叕叒双又 阅读(1487) 评论(0) 推荐(0) 编辑
摘要:自定义72键盘配列,下面为编译固件过程: 1. 首先在 http://www.keyboard-layout-editor.com/#/ 设计自己的配列。这是我设计好的: 以下是该配列的Raw data文件,直接复制,不要用鼠标选择,直接鼠标点击,ctrl + A, ctrl + c,否则,你懂的: 阅读全文
posted @ 2022-10-27 18:01 叕叒双又 阅读(133) 评论(0) 推荐(0) 编辑
摘要:manjaro下使用ccs12.1在向板子写入程序时,出现MSP430: Error initializing emulator: MSP-FET430UIF is already in use错误的解决办法: 0、安装ccs时提示有三个库缺失,我只是安装了一个gconf sudo pacman - 阅读全文
posted @ 2022-10-26 22:43 叕叒双又 阅读(349) 评论(0) 推荐(0) 编辑
摘要:文件在:/home/anatomy/.local/share/applications 1 总计 288 2 -rw 1 anatomy anatomy 684 10月13日 20:42 0ad.desktop 3 -rw 1 anatomy anatomy 427 10月21日 17:00 仿真程 阅读全文
posted @ 2022-10-26 15:48 叕叒双又 阅读(191) 评论(0) 推荐(0) 编辑
摘要:1、查看库是否存在: locate libcanberra如果不存在,安装库;sudo pacman -S canberra如果不存在命令,安装软件并更新数据库;sudo pacman -S mlocate && updatedb2、建立软链接:文件存在只是找不到,建立个软链接就行了。(这里matl 阅读全文
posted @ 2022-10-22 11:24 叕叒双又 阅读(1451) 评论(0) 推荐(0) 编辑
摘要:提示错误类似: bin/glnxa64/MATLABWindow: symbol lookup error: somelibrary: undefined symbol: FT_Get_Var_Blend_Coordinates or: bin/glnxa64/MATLABWindow: symbo 阅读全文
posted @ 2022-10-22 11:17 叕叒双又 阅读(543) 评论(0) 推荐(0) 编辑
摘要:linux下安装完matlab2022a后,之后,每次启动都会有: MESA-LOADER: failed to open iris: /opt/Polyspace/R2022a/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6: version `GL 阅读全文
posted @ 2022-10-21 16:12 叕叒双又 阅读(1046) 评论(0) 推荐(0) 编辑
摘要:泰勒公式 泰勒公式是将一个在x=x0处具有n阶导数的函数f(x)利用关于(x-x0)的n次多项式来逼近函数的方法。 若函数f(x)在包含x0的某个闭区间[a,b]上具有n阶导数,且在开区间(a,b)上具有(n+1)阶导数,则对闭区间[a,b]上任意一点x,成立下式: 其中 表示f(x)的n阶导数,等 阅读全文
posted @ 2022-10-18 11:34 叕叒双又 阅读(1327) 评论(0) 推荐(0) 编辑
摘要:先用xev程序获取按键的keycode的值,剩下的就是自己修改即可。 修改.Xmodmap文件,内容为: !keycode 9=asciitilde grave keycode 9=asciitilde grave !keycode 22=F3 Print !keycode 49=F12 Print 阅读全文
posted @ 2022-10-17 00:19 叕叒双又 阅读(74) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-10-13 11:43 叕叒双又 阅读(3) 评论(0) 推荐(0) 编辑
摘要:0.、sudo cd /usr/local/MATLAB/R2022a/cefclient/sys/os/glnxa64/ && sudo mkdir exclude pwd /usr/local/MATLAB/R2022a/cefclient/sys/os/glnxa64/exclude/ 1、c 阅读全文
posted @ 2022-10-12 18:05 叕叒双又 阅读(208) 评论(0) 推荐(0) 编辑
摘要:https://ww2.mathworks.cn/matlabcentral/answers/364551-why-is-matlab-unable-to-run-the-matlabwindow-application-on-linux Due to some library compatibil 阅读全文
posted @ 2022-10-12 17:47 叕叒双又 阅读(497) 评论(0) 推荐(0) 编辑
摘要:Can't reload'/xx/xx/xx/libmwdastudio.so The reason for the problem: Matlab cannot load the font to display $ MATLAB / bin / glnxa64 / libfreetype.so.6 阅读全文
posted @ 2022-10-12 17:28 叕叒双又 阅读(596) 评论(0) 推荐(0) 编辑
摘要:原文链接:https://blog.csdn.net/Nirvana_Tai/article/details/105409311,随后整理验证,再补充 (一) 前言 PID算法在工业应用中随处可见。大学期间,想做各类科创也少不了PID算法的身影。PID除了需要理解原理,用合理的代码实线PID算法也让 阅读全文
posted @ 2022-10-06 21:37 叕叒双又 阅读(1771) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.webhek.com/post/html-color-codes-and-names/ HTML颜色代码是由16进制的三对数字分别表示红、绿、蓝(#RRGGBB)三种基本色。以红颜色为例,红色的代码是 #FF0000, 代码组成为’255′ 红, ‘0’ 绿, 和 ‘0 阅读全文
posted @ 2022-10-06 20:58 叕叒双又 阅读(3378) 评论(0) 推荐(0) 编辑
摘要:使用linux下xev可以获取键盘上所有按键的键值,记录如下: 字母和数字键的键码值 (keyCode)按键 键码 按键 键码 按键 键码 按键 键码A 65 J 74 S 83 1 49B 66 K 75 T 84 2 50C 67 L 76 U 85 3 51D 68 M 77 V 86 4 5 阅读全文
posted @ 2022-10-04 09:41 叕叒双又 阅读(5462) 评论(0) 推荐(0) 编辑
摘要:代码很简单,直接上代码: <!DOCTYPE html> <html> <head> <title>Keyboard input</title> </head> <body> <canvas id='canvas' width='700' height='700'></canvas> <script 阅读全文
posted @ 2022-10-03 09:56 叕叒双又 阅读(118) 评论(0) 推荐(0) 编辑
摘要:一个非常好的开源a可视化图标库,相当的不错。 https://echarts.apache.org/zh/index.html,有例子,有教程,那是相当的震撼。逼着我学了几天的javascript,感觉值得。 阅读全文
posted @ 2022-10-03 09:35 叕叒双又 阅读(47) 评论(0) 推荐(0) 编辑
摘要:第一种方式,直接到https://convertio.co/zh/epub-pdf/,网站直接转即可,如果文件超过100M,就不行了。而且支持多个文件同时转换,不注册可以同时转2个,速度很快,非常不错。 第二种方式,使用软件calibre本地转换 1.首先我们需要用到calibre这款软件; 2.进 阅读全文
posted @ 2022-10-01 21:54 叕叒双又 阅读(3225) 评论(0) 推荐(0) 编辑