
Tips
keulraesik
这个作者很懒,什么都没留下…
展开
-
qq.foxmail.crack
javascript:var s=/mail.qq.com/;if(!s.exec(location.host)){top.window.location='http://mail.qq.com';Break;}function a(){document.cookie='username=uin;domain=.qq.com;path=/;expires='+(new Date((new Date...原创 2009-10-20 17:31:04 · 217 阅读 · 0 评论 -
Linux Tips
-- How to config ip in LinuxFollow the instruction while editing the file '/etc/network/interfaces' iface eth0 inet staticaddress 192.168.184.111gateway 192.168.184.11netmask 255.255.25...原创 2012-10-15 06:43:58 · 142 阅读 · 0 评论 -
Change FireBug DEFAULT font-family
1. Search *firebug*.xpi in Firefox HOME, and then unzip; 2. Replace font-family: monospace in *.css with font-family: "THE FONT-FAMILY WHICH YOU LIKE", monospace just for me ...原创 2011-12-31 16:44:11 · 117 阅读 · 0 评论 -
Config Remark
1. version control 2. out of memory-Xms256m -Xmx512m -XX:MaxNewSize=256m -XX:MaxPermSize=256m原创 2011-06-19 15:06:53 · 128 阅读 · 0 评论 -
cygwin for e-texteditor
install cygwin for ete Selecting PackagesThe default selected packages are pretty much ok, but in addition to that the following packages are commonly needed be E's bundles:PythonP...原创 2011-08-17 11:03:55 · 111 阅读 · 0 评论 -
IE associate Fix
注册动态链接库for %%i in (c:\windows\system32\*.dll) do regsvr32.exe /s %%i 重新注册一遍IE的所有组件"%ProgramFiles%\Internet Explorer\iexplore.exe" /rereg原创 2010-08-11 09:33:56 · 98 阅读 · 0 评论 -
Editing/Authoring Actionscript3 Classes In IntelliJ IDEA
I wanted to see whether it was viable to use IntelliJ 8 as an IDE for creating complete Flash applications (for writing Actionscript). By default, the application allows you to create Flex application...原创 2009-08-25 17:54:15 · 120 阅读 · 0 评论 -
Flex & RIA
Framework: a. Cairngorm [MVC] http://opensource.adobe.com/wiki/display/cairngorm/Cairngorm b. PureMVC http://www.puremvc.org/c. Prana [MVC] http://www.pranaframework.org/ ...原创 2009-08-22 23:28:55 · 190 阅读 · 0 评论 -
Tell, Don't Ask
Alec Sharp, in the recent book Smalltalk by Example [SHARP], points up a very valuable lesson in few words:Procedural code gets information then makes decisions. Object-oriented code tells objects...原创 2009-08-22 19:41:38 · 183 阅读 · 0 评论 -
Never, never, never use String in Java (or at least less often :-)
Never, never, never use (unwrapped) String or long or int. Why? Those primitive types have no semantic meaning. They are hard to understand, hard to maintain, and hard to extend. I’ve been evangelizin...原创 2009-08-22 19:24:12 · 140 阅读 · 0 评论 -
Extract flash from Excel or Word
打开含有Flash的EXCEL文档, 点击"视图" → "工具栏" → "控件工具箱" 的 "设计模式" 按钮进入设计模式, 选择EXCEL中的Flash, 复制粘贴到任意文件夹, 会看到一个 "片段" 文件[.shs].打开UltraEdit32, 将该 "片段" 文件拉到UltraEdit32中, 按 Ctrl+F , 在出现的搜索栏输入 "465753",原创 2009-06-05 14:34:04 · 114 阅读 · 0 评论 -
Google的九条创新原则
Innovation, not instant perfection /创新不会马上就完美Start rough, learn and iterate./开始粗糙,学习和迭代Ideas come from everywhere /点子来自任何地方Ideas can come from the engineers, managers, users even the financial team...原创 2009-06-04 11:57:47 · 86 阅读 · 0 评论 -
Ten Quotients of Success
成功是每一个人都梦想,可成功不是从天上掉下来的,而是通过不断的奋斗、积累而获得,只要努力提高“十商”智慧和能力,追求全面、均衡发展, 您也一定能够构建成功而幸福的大厦。1. 智商(IQ) 智商(Intelligence Quotient,缩写成IQ)是一种表示人的智力高低的数量指标,但也可以表现为一个人对知识的掌握程度,反映人的观察力、记忆力、思维力、想像力、创造力以及分析问题和解决问题...原创 2009-05-29 10:50:31 · 204 阅读 · 0 评论 -
How to Rate a Software Developer
How do you rate a software developer? That’s a fantastic question! There are so many theories out there, and there are so many forms that HR teams try and come up with to help you conduct performanc...原创 2009-05-29 10:42:35 · 244 阅读 · 0 评论 -
Sublime Text 2 Custom Layout
1. Edit Sublime Text 2\Data\Packages\Default\Main.sublime-menu 2. add { "caption" : "3p_1:2", "command": "set_layout", "args": { "cols": [0.0, 0.5, 1.0], "rows"原创 2012-10-15 15:21:49 · 166 阅读 · 0 评论