上一页 1 2 3 4 5 6 ··· 8 下一页

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 阅读(1030) 评论(0) 推荐(0) 编辑

2018年8月26日

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

2018年7月5日

摘要: 参考: http://www.staroceans.org/e-book/linux-bootstrap-1.html 1. MBR里的内容属于grub grub-2.02\grub-core\boot\i386\pc\boot.S 就是MBR的内容,该文件最后一句 .word GRUB_BOOT_ 阅读全文
posted @ 2018-07-05 23:56 longbigfish 阅读(126) 评论(0) 推荐(0) 编辑

2018年6月22日

摘要: 1. 需求 电脑A和电脑B本来通过服务器同步工作目录。服务器时linux系统上有个裸仓库,不管在A上还是B上工作,工作完毕后使用git go与服务器仓库同步。A和B都是windows系统,在工作目录下有个git残酷,里面的config文件里与远程连接的命令类似“url = ssh://user@11 阅读全文
posted @ 2018-06-22 22:12 longbigfish 阅读(222) 评论(0) 推荐(0) 编辑

2018年3月17日

摘要: 参考 https://www.thegeekstuff.com/2013/11/reverse-ssh-tunnel/ https://www.howtoforge.com/reverse-ssh-tunneling 1. 背景 机器A的ip 192.168.0.100,机器B的ip 123.123 阅读全文
posted @ 2018-03-17 11:23 longbigfish 阅读(585) 评论(0) 推荐(0) 编辑

2018年1月17日

摘要: 参考:https://superuser.com/questions/152921/how-to-boot-with-mem-1024m-argument-using-grub-ubuntu-10-04 With Ubuntu and Debian-based installations that 阅读全文
posted @ 2018-01-17 19:06 longbigfish 阅读(244) 评论(0) 推荐(0) 编辑

2017年10月5日

摘要: 目前libleveldb的a或so库有三个路径,/usr/lib, /usr/lib/x86_64-linux-gnu , /usr/local/lib 使用 ls -d -1 /usr/lib/* /usr/lib/x86_64-linux-gnu/* /usr/local/lib/* |grep 阅读全文
posted @ 2017-10-05 08:48 longbigfish 阅读(332) 评论(0) 推荐(0) 编辑

2017年10月4日

摘要: 使用thrift0.8.0编译好java版的mapkeeper并安装到ycsb下,使用thrift0.9.2编译好c++版的mapkeeper并编译leveldb客户端运行。 测试成功。recordcount设置为10m,发现leveldb开始会不断往log里写,log已经达到了1GB多。然后突然有 阅读全文
posted @ 2017-10-04 14:03 longbigfish 阅读(599) 评论(0) 推荐(0) 编辑
摘要: 1. mapkeeper下有个thrift目录,在该目录编译c++版本和java版本。 C++版本需要系统安装thrift-0.9.2,而java版本需要系统安装thrift-0.8.0 2. thrift-0.9.2使用源码安装很顺利,thrift-0.8.0需要congfigure时disabl 阅读全文
posted @ 2017-10-04 13:11 longbigfish 阅读(196) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页

导航