10 2015 档案

摘要:install and uninstall all in terminalhttps://github.com/supermarin/Alcatraz 阅读全文
posted @ 2015-10-17 09:35 sumile123
摘要:http://stackoverflow.com/questions/21984971/how-to-compile-a-c-program-using-eigen-without-specifying-the-i-flag 阅读全文
posted @ 2015-10-15 20:53 sumile123
摘要:只是不显示而已,并不是真的没有输入进去 阅读全文
posted @ 2015-10-13 23:21 sumile123
摘要:http://www.stevearzh.me/2015/07/03/SublimeREPL-Shell-Path-Hack/这种方法在我的电脑上不能保存原有的path(即便后面加了$PATH)所以别再轻易用这个方法 阅读全文
posted @ 2015-10-13 20:57 sumile123
摘要:xcode里面,找到build settings 搜索search paths 在header search paths后面添加eigen这个文件夹(就是下层包含cmake,blas,Eigen的一个文件夹)的位置VShttp://stackoverflow.com/questions/158419... 阅读全文
posted @ 2015-10-13 19:27 sumile123
摘要:1.2.3.sublime text如何打开文件cmd-p 寻找文件main加上m@bar还可以找到特定函数barm:16可以找到16行 阅读全文
posted @ 2015-10-13 18:13 sumile123
摘要:http://stan.cc/post/d537e_5434e22 阅读全文
posted @ 2015-10-13 17:30 sumile123
摘要:http://www.cnblogs.com/TankXiao/p/3247113.html#brewinstall 阅读全文
posted @ 2015-10-13 17:26 sumile123
摘要:This page write clearly.http://www.math.mtu.edu/~msgocken/ma5630spring2003/lectures/lines/lines/node3.html#wolfe1错误:文中关于steps are too small的例子里面xk应该是1... 阅读全文
posted @ 2015-10-12 15:22 sumile123
摘要:再给Yosemite安装一个程序的时候提示:“您需要安装java runtime environment才能查看此web内容”按照提示安装了java runtime依然提示这个问题,非常郁闷。搜索中文网页只找到了抱怨这个问题的:http://ask.gter.net/show/2048-1.html... 阅读全文
posted @ 2015-10-10 18:11 sumile123
摘要:http://economistry.com/2013/01/installing-and-using-latex-for-mac/1.注意用sublime新建时候是自己在文件名后面加上 .tex 的后缀以后才能编译2.中文支持:必须第一行是%!TEX program = xelatex 第一行不... 阅读全文
posted @ 2015-10-10 09:55 sumile123
摘要:http://liam0205.me/2014/11/02/latex-mactex-chinese-support/(首先要把编码方式改为utf8)\documentclass{article}\usepackage{xeCJK}\setCJKmainfont[BoldFont=STSong, I... 阅读全文
posted @ 2015-10-10 09:23 sumile123
摘要:装package control时候输入code不成功安装时候改成手动安装方法ctrl+`,出现package以后要进入上层目录,才能找到installed package目录,再把下载的sublime-package放到installed package目录里面 阅读全文
posted @ 2015-10-10 09:08 sumile123