Table of Contents
ForewordPreface
About This BookConventions Used in This BookSafari® Books OnlineHow to Contact UsContent Updates
May 23, 2014
I. Networking 101
1. Primer on Latency an...
分类:
Web程序 时间:
2014-09-18 22:20:04
阅读次数:
225
1.Code in PreGetFieldValue, PreSetFieldValue, SetFieldValue, PreCanInvokeMethod, PreInvokeMethod and InvokeMethod event handlers has been placed outsi...
分类:
其他好文 时间:
2014-09-17 18:18:22
阅读次数:
225
Some negative feelings may improve work performance
适量消极情绪有助于提高工作能力
Surprising new research suggests it can actually be good to feel bad at work, and that feeling good in the workplace can lead to negative outcomes.
新研究的惊人发现表明,实际上工作时的消极情绪能带来积极效果,而积极的情绪却可...
分类:
其他好文 时间:
2014-09-16 16:03:00
阅读次数:
261
Linux 平台上的性能工具有很多,眼花缭乱,长期的摸索和经验发现最好用的还是那些久经考验的、简单的小工具。系统性能专家 Brendan D. Gregg 在最近的 LinuxCon NA 2014 大会上更新了他那个有名的关于 Linux 性能方面的 talk (Linux Performance...
分类:
系统相关 时间:
2014-09-16 15:44:51
阅读次数:
238
Bill Chiles(Roslyn编译器的程序经理)写了一篇文章《Essential Performance Facts and .NET Framework Tips》,知名博主寒江独钓对该文进行了摘译,文中分享了性能优化的一些建议和思考,比如不要过早优化、好工具很重要、性能的关键,在于内存.....
分类:
Web程序 时间:
2014-09-15 17:32:09
阅读次数:
388
Maximize WPF 3D Performance.NET Framework 4.5As you use the Windows Presentation Foundation (WPF) to build 3D controls and include 3D scenes in your a...
分类:
其他好文 时间:
2014-09-15 10:00:28
阅读次数:
397
工业监控软件 Movicon 11.3 1CDMovicon(Monitor Vision and Control),由意大利著名自动化软件供应商PROGEA公司开发.Movicon是全新的第三代(Scada/HMI)工业监控软件. 20年来, Movicon 一直是自动化软件技术的参考点,始终坚持...
分类:
其他好文 时间:
2014-09-13 21:19:25
阅读次数:
475
今天开始学PHP,首先安装Apache,装完Apache Service2.0.54,打开发现Apache Service Monitor start、stop、restart几个按钮都是灰色如下图:百度下,原来是服务没有开。解决方法:在Apache安装目录的bin子目录下,使用如下命令来开启服务:...
分类:
其他好文 时间:
2014-09-12 18:55:04
阅读次数:
489
通过案例学调优之--分区表索引分区表索引Justlikepartitionedtables,partitionedindexesimprovemanageability,availability,performance,andscalability.Theycaneitherbepartitionedindependently(globalindexes)orautomaticallylinkedtoatable‘spartitioningmethod(localindex..
分类:
其他好文 时间:
2014-09-12 15:22:54
阅读次数:
232
lock 关键字可以用来确保代码块完成运行,提供给 lock 关键字的参数必须为基于引用类型的对象,该对象用来定义锁的范围。Lock关键字是使用Monitor类实现的使用 lock 关键字通常比直接使用 Monitor 类更可取,一方面是因为 lock 更简洁,另一方面是因为 lock 确保了即使受...
分类:
编程语言 时间:
2014-09-11 20:44:32
阅读次数:
192