06 2014 档案

摘要:14.04 LTSenabling vnc:0. apt-get install dconf-tools1.click icon "search your computer and online sources"desktop sharing, enable2. create file and na... 阅读全文
posted @ 2014-06-26 14:43 sadcat 阅读(264) 评论(0) 推荐(0)
摘要:structured editor:texmacs, http://www.texmacs.org/tmweb/home/welcome.en.htmltext editor:notepad++notepad2sublime textlime textmodelling:starumlstaruml... 阅读全文
posted @ 2014-06-25 20:08 sadcat 阅读(231) 评论(0) 推荐(0)
摘要:( parenthesis, singular; parentheses, plural[ (square) bracket{ brace / curly bracketleft/right +open/close + 阅读全文
posted @ 2014-06-20 10:36 sadcat 阅读(330) 评论(0) 推荐(0)
摘要:1. load symbol.sympath srv*c:\localsymbols*http://msdl.microsoft.com/download/symbols.reload.loadby sos mscorwks2.Psscor4 Managed-Code Debugging Exten... 阅读全文
posted @ 2014-06-17 19:47 sadcat 阅读(157) 评论(0) 推荐(0)
摘要:c:\windows\system32\certutil.exedecodecertutil -decode inputfile outputfileencodecertutil -encode inputfile outputfile 阅读全文
posted @ 2014-06-10 11:57 sadcat 阅读(136) 评论(0) 推荐(0)
摘要:1. full convertion from .pfx to .pemopenssl pkcs12 -in file.pfx -out file.pem2. certificate convertion onlyopenssl pkcs12 -in file.pfx -out certificat... 阅读全文
posted @ 2014-06-09 15:56 sadcat 阅读(207) 评论(0) 推荐(0)
摘要:Liskov Substitution Princple, LSPFor every object "o1" from type "t1", there is object "o2" from type "t2", when all "o2" is replaced with "o1" in pro... 阅读全文
posted @ 2014-06-06 18:25 sadcat 阅读(123) 评论(0) 推荐(0)
摘要:-1. build ruby in ubuntuhttp://stackoverflow.com/questions/18490591/how-to-install-ruby-2-on-ubuntu-without-rvm0. environmentWindows 7 sp1 64bit1. ins... 阅读全文
posted @ 2014-06-06 18:09 sadcat 阅读(185) 评论(0) 推荐(0)
摘要:win: _vimrclinux: .vimrcset fontif has('gui_running') set guifont=Lucida_Console:h11endif 阅读全文
posted @ 2014-06-06 09:19 sadcat 阅读(88) 评论(0) 推荐(0)
摘要:THIS PAGE IS INTENDED FOR TESTING.1. create new objectjsvar obj = new ActiveXObject("Scripting.FileSystemObject")vbset obj = CreateObject("Scripting.F... 阅读全文
posted @ 2014-06-05 10:29 sadcat 阅读(273) 评论(0) 推荐(0)