注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 51CTO三周年庆典之IT北斗..
 帮助
2008-02-21 09:46:54
from:http://www.useit.com/alertbox/application-mistakes.html
Jakob Nielsen's Alertbox, February 19, 2008:

Top-10 Application-Design Mistakes
Summary:
Application usability is enhanced when users know how to operate the UI and it guides them through the workflow. Violating common guidelines prevents both.
It's hard to write a general article about application design mistakes because the very worst mistakes are domain-specific and idiosyncratic. Usually, applications fail bec..


类别:未分类 | 阅读全文(57) | 回复(0)      

2008-01-18 15:13:43
linux的行命令列表Linux Commands Line list 来自一下网址:
http://www.linuxguide.it/linux_commands_line_en.htm
http://www.linuxguide.it/commands_list.php




System information

arch
show architecture of machine(1)

uname -m
show architecture of machine(2)

uname -r
show used kernel version

dmidecode -q
show hardware system components - (SMBIOS / DMI)

hdparm -i /dev/hda
displays the characteristics of a hard-disk

hdparm -tT /dev/sda
perform test r..



2008-01-18 15:05:15



2007-11-08 09:00:16
转:C/C++ 应用程序路线图
 




来源:
http://msdn2.microsoft.com/zh-cn/library/ms379588(vs.80).aspx
Kate Gregory
Gregory Consulting



适用于:
Microsoft Visual C++
Microsoft.NET 公共语言运行库 (CLR)
C++/CLI 扩展
Microsoft .NET Framework
WinFX
摘要: 本文针对(至少到目前为止)在新的和现有的应用程序中还没有以Microsoft .NET Framework 为目标开发平台的 C++ 程序员。 文中为如何转向 .NET Framework 而且避免抛弃现有代码中的投资提供了一些指导,并阐述了为什么应该考虑转向 .NET F..