2023年10月25日

摘要: 1. 别名设置在路径C:\Prog files\Git\etc\profile.d\aliases.sh里面 通过alias设置了一个复合指令 alias gsync='date;git pull m master;git add .;git commit -m "sync-desk"; git p 阅读全文
posted @ 2023-10-25 17:03 longbigfish 阅读(12) 评论(0) 推荐(0) 编辑

2022年1月19日

摘要: 参考 http://www.cems.uwe.ac.uk/~irjohnso/coursenotes/uqc109/rpcworksheet.pdf 一 定义服务器 /* remtime.x rpc protocol spec for remote time worksheet */const MA 阅读全文
posted @ 2022-01-19 10:02 longbigfish 阅读(297) 评论(0) 推荐(0) 编辑

2021年12月22日

摘要: 主要参考 https://mpitutorial.com/tutorials/mpi-hello-world/ 1. 编译: mpicc my_mpi_application.c -o my_mpi_application 运行 mpirun -host node0:2,node1,node2 mp 阅读全文
posted @ 2021-12-22 13:36 longbigfish 阅读(784) 评论(0) 推荐(0) 编辑

2021年12月3日

摘要: linux挂载win10的 1. 现在win10控制面板程序,功能中把cifs功能打开。 2. 在win10中把要挂载的文件夹设置共享,比如share。 3.在linux中进行挂载 sudo mount -t cifs -o username=user,uid=1000,gid=1000 //192 阅读全文
posted @ 2021-12-03 16:29 longbigfish 阅读(689) 评论(0) 推荐(0) 编辑

2019年4月1日

摘要: 参考1:https://codeday.me/bug/20170628/32557.html 参考2:https://avdeo.com/2009/08/14/spawn-expect-send-and-interact/ 主要是使用Unix内置的expect程序。 在脚本之前 写 #!/usr/b 阅读全文
posted @ 2019-04-01 11:14 longbigfish 阅读(327) 评论(0) 推荐(0) 编辑

2019年2月26日

摘要: 1. 参考 https://www.raspberrypi.org/forums/viewtopic.php?t=82199 找了两天看到这个文章才解决了问题。 我是之前同事在windows上挂载成功过,因此在windows再次进行挂载发现记录了上次的网络路径。 2. 然而,根据 https://b 阅读全文
posted @ 2019-02-26 11:10 longbigfish 阅读(3405) 评论(0) 推荐(0) 编辑

2018年12月30日

摘要: 参考: http://users.sdsc.edu/~ssmallen/latex/longtable.html 一般的,在首行后面加上 \endfirsthead\hline\endhead\hline \endfoot\hline\endlastfoot 即可 去掉页眉 参考 https://t 阅读全文
posted @ 2018-12-30 21:14 longbigfish 阅读(379) 评论(0) 推荐(0) 编辑

2018年9月17日

摘要: 网上有很多方法,但是基本的是片面的。 参考1 https://tracholar.github.io/wiki/python/matplotlib-chinese-font.html 参考2 https://www.cnblogs.com/touristlee/p/8805655.html wind 阅读全文
posted @ 2018-09-17 23:56 longbigfish 阅读(966) 评论(0) 推荐(0) 编辑

2018年8月26日

摘要: 我们的初始目的是想在编译的过程中嵌入所有字体 参考 我们进行了设置,但是不起作用,后发现使用pdflatex编译时是不会调用 ps2pdf的 然后,我们就需要了解编译过程 1. 通常,我们使用texstudio,只需要简单的按一下编译按钮,就可以完成整个包括bib的编译。但是,实际上这个按钮后面有一 阅读全文
posted @ 2018-08-26 10:58 longbigfish 阅读(1249) 评论(0) 推荐(0) 编辑

2018年7月16日

摘要: 1. 工具选择 了解了基本python,rodeo,anaconda套件这三种工具。 (1)基本python,下载安装python的最新版(目前是python3.7).注意要使用安装版。安装好后,一般系统路径会加入python的安装目录和其下的scripts。scripts里包含pip。 安装完成后 阅读全文
posted @ 2018-07-16 11:44 longbigfish 阅读(217) 评论(0) 推荐(0) 编辑

导航