文章列表
1.
tendency ['tendənsi]
n. 倾向,趋势;脾性,癖好
The tendencies of the times are written in current events.
时事蕴含着时代发展的趋势。
There is a tendency for unstressed vowels to disappear.
弱母音有消失的趋势。
A tendency to talk excessively or unwisely.
多嘴说话过火或说错话的倾向
The tendency of such a ball to swerve.
拐弯球路上述球突然转弯的倾向
T ...
Delphi的灵活的参数标识
- 博客分类:
- DAY DELPHI
引言:
Delphi中参数的应用是很灵活的。这里对Delphi中的特殊参数进行一下子的总结吧。
在Delphi中,特殊参数往往都有标识,而且加亮显示为蓝色。
a)字符串参数,用单引号扩住标识,加亮显示为蓝色。
这样子标识是字符串参 ...
assert
void assert (int expression);
Evaluate assertion
If the argument expression of this macro with functional form compares equal to zero (i.e., the expression is false),
a message is written to the standard error device and abort is called, terminating the program execution.
The specifics of ...
Vim使用:wq,保存编辑退出时引起死机
- 博客分类:
- PROBLEMS
自己强制关机之后,重启,再次打开文件进行编辑编辑文档时,提示发现交换文件。这个是什么情况哪?具体见自己的截图吧。在相册管理里面的啦。截图0和截图1。
收获:;使用vim编辑指定文件时,同样会自动在当前目录下创建一个文件名为“.文件名.swp
CPP Books Collection
- 博客分类:
- BOOK CPP
No1.Windows_viaC/CPP ,Fifth Edition.pdf
Vim Usage:Happy Vimming
- 博客分类:
- LINUX
I am a slow walker,but i never walk backwards.
(Hyp:
let me make a summaries for the usage of Vim^^)
Log Time:2011_10_26 AM
1.Modes
Vim,by default,runs in a mode which does not let you begin typing(unlike notepad,Word,etc).
Instead,vim begins in command mode.Each mode is accessed by press ...
Love Reading Shedule
- 博客分类:
- BOOK CPP
1.
hyp--Time:2011/10/23---2011/11/23
Name1:<<Windows via C,C++,Fifth Edition>> by Jeffrey Richter
Press1:China Machine Press
Name2:<<C++面向对象程序设计>> 第六版
Press2:清华大学出版社
2.
C Run-Time Libraries
Visual Studio 2010 Other Versions Visual Studio 2008 Visual Studio 2005 Visual Studio .NET 2003
This topic discusses the various .lib files that comprise the C run-time libraries as well as their associated compiler options and preprocessor directives.
C Run-Time Libraries (C ...
/warn (C# Compiler Options)
Visual Studio 2010
The /warn option specifies the warning level for the compiler to display.
otherCopy
/warn:option
Arguments
--------------------------------------------------------------------------------
option
The warning level you want displayed for the compilatio ...
It will never be too early to think about performance.
Time:2011_10_25
Appendix A:The Build Environment
[
TAG001:
appendix [ə'pendiks]
n. 附录,盲肠
]
Overview
To build the sample applications in this book,
you must deal with compiler and linker switch settings.
I have tried to isolate these ...
TIEM:18:21 2011/10/24
chapter1:Error Handling
overview
Before we jump in and start examining the many features that Microsoft Windows has to offer,
you should understand how the various Windows functions perform their error handling.
When you call a Windows function,it validates the param ...
Love:Language never scale,but architecture does.Date:2011_10_24By:HYP(my name first letter makes it)Sentences:Originally Adapted From: 《Windows via C/C++ ,Fifth Edition》Although this book does not cover some Windows concept--such as the Component Object Model(COM)--COM is built on top of basic build ...
Life is not what you show others but youself.
Originally Adapted From:
《Windows via C/C++ ,Fifth Edition》
by Jeffrey Richter :http://www.wintellect.com/CS/blogs/jeffreyr/default.aspx
Time:
20:57 2011/10/23
Attention:
Words knowledge info from www.chadanci.com not translate.google.cn
...
(ORIGINALLY ADAPTED FROM:
http://weblogs.java.net/blog/2007/11/27/consistent-hashing
CSDN GET ANOTHER BEAUTIFUAL PASSAGE:
http://blog.csdn.net/sparkliang/archive/2010/02/02/5279393.aspx
)
I've bumped into consistent hashing a couple of times lately. The paper that introduced the idea (Consist ...
1.
http://hi.baidu.com/sector/blog/item/a8f6013000f216ea1b4cff07.html
2.
http://hi.baidu.com/hafle/blog/item/e516e78d49cbb304b31bba8d.html
3.
http://hi.baidu.com/j2eedoc/blog/item/164ad63d4dd6c7cf9f3d6201.html
4.
http://blog.csdn.net/todototry/article/details/1562954
5.
http://www.cnblogs.com/fangyuk ...