挫折

"遭受挫折,并不是坏事。因为,人生的最终结果是一个极大值函数(由所有尝试中最成功的一次决定),而不是一个平均值函数。

in reference to:

""遭受挫折,并不是坏事。因为,人生的最终结果是一个极大值函数(由所有尝试中最成功的一次决定),而不是一个平均值函数。"
- 被拒绝,也是一种肯定 (view on Google Sidewiki)

[+/-] Read More...

Debug in Matlab GUIDE

1. add a button callback
with callback fcn. "keyboard".
one word!!!
2. get gui handle through guidata fcn.
e.g.
handleGUI = findobj(0, 'Tag','This is the GUI that I want to find')
handles = guidata(handleGUI);
%%% if handle visibility is set to 'off' or 'callback', it's better to use findall instead of findobj...

in reference to:

"handleGUI = findobj(0, 'Tag','This is the GUI that I want to find') and again: handles = guidata(handleGUI);"
- Adding a debug button to a MATLAB GUI. | Doug's MATLAB Video Tutorials (view on Google Sidewiki)

[+/-] Read More...

SVN comments svn cleanup

And this is exactly what svn cleanup does: it searches your working copy and runs any leftover logs, removing working copy locks in the process. If Subversion ever tells you that some part of your working copy is “locked,” then this is the command that you should run. Also, svn status will display an L next to locked items:

in reference to:

"And this is exactly what svn cleanup does: it searches your working copy and runs any leftover logs, removing working copy locks in the process. If Subversion ever tells you that some part of your working copy is “locked,” then this is the command that you should run. Also, svn status will display an L next to locked items:"
- 有时你只需要清理 (view on Google Sidewiki)

[+/-] Read More...

有点复杂,先mark一下《加速你的 Emacs》

不加载任何配置文件进行启动
用 emacsclient 来连接 emacs server
使用 multi-tty 补丁
简介
获取和安装
使用 Debian 的 apt-get 直接安装
获取 emacs—multi-tty 的源代码
获取 emacs 22 的代码和 multi-tty 的补丁文件
修改与编译
PURESIZE
输入法问题导致的段错误
编译
配置与使用
试用
一次启动随处运行
配合窗口管理器

in reference to:

"加速你的 Emacs"
- 加速你的 Emacs (view on Google Sidewiki)

[+/-] Read More...

White Noise in MOS Transistors and Resistors

Shot noise and thermal
noise have long been
considered the results of
two distinct mechanisms,
but they aren’t

in reference to: www.rle.mit.edu/avbs/publications/journal_papers/journal_16.pdf (view on Google Sidewiki)

[+/-] Read More...

[转]英语写作最TOP80个使用高频词搭配[转载]

1. 随着经济的繁荣 with the booming of the economy
2. 随着人民生活水平的显著提高 with the remarkable improvement of people's living standard
3. 先进的科学技术 advanced science and technology
4. 为我们日常生活增添了情趣 add much spice / flavor to our daily life
5. 人们普遍认为 It is commonly believed that…
6. 我同意前者(后者)观点 I give my vote to the former / latter opinion.
7. 引起了广泛的公众关注 Sth. has aroused wide public concern. / Sth has drawn great public attention.
8. 不可否认 It is undeniable that…
9. 热烈的讨论/ 争论 a heated discussion / debate
10. 有争议性的问题 a controversial issue
11. 就我而言/ 就个人而言 As far as I am concerned, / Personally,
12. 有充分的理由支持 be supported by sound reasons
13. 双方的论点 argument on both sides
14. 发挥日益重要作用 play an increasingly important role in…
15. 对…必不可少 be indispensable to …
16. 正如谚语所说 As the proverb goes:
17. 对…产生有利/不利的影响 exert positive / negative effects on…
18. 利远远大于弊 The advantages far outweigh the disadvantages.
19. 导致,引起 lead to / give rise to / contribute to / result in
20. 复杂的社会现象 a complicated social phenomenon
21. 责任感 / 成就感 sense of responsibility / achievement
22. 竞争与合作精神 sense of competition and cooperation
23. 开阔眼界 widen one's horizon / broaden one's vision
24. 学习知识和技能 acquire knowledge and skills
25. 经济/心理负担 financial burden / psychological burden

in reference to:

"[转]英语写作最TOP80个使用高频词搭配[转载]"
- [转]英语写作最TOP80个使用高频词搭配[转载] (view on Google Sidewiki)

[+/-] Read More...

允许NTLM,解决win7远程登录问题

[+/-] Read More...