码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
Windows context menu shortcut key
Besides the context menu key, you have another option to trigger the context menu: Shift+F10. This is especially useful when your computer/laptop (Len...
分类:Windows程序   时间:2015-04-03 19:20:39    阅读次数:194
取证学习资料DVD
http://www.infiniteskills.com/training/learning-computer-forensics.htmlhttps://www.youtube.com/watch?v=nxpu7ZeK2fMhttps://www.youtube.com/results?sear...
分类:其他好文   时间:2015-04-03 18:44:33    阅读次数:110
跨库事务
Unless MS DTC is currently installed on the computer running the instance of the Database Engine, this example produces an error message. For more inf...
分类:其他好文   时间:2015-04-03 00:14:36    阅读次数:445
What is the difference between Entities and Value Objects in DDD?
As you begin to delve deeper and deeper into the world of computer programming you start to uncover lots and lots of new theories and concepts.One suc...
分类:其他好文   时间:2015-04-01 15:03:31    阅读次数:196
设计模式-代理模式
1.基础代理模式 定义:为其他对象提供一种代理以控制对这个对象的访问。 类图示例: ProxyComputer和RealComputer都实现Computer接口,RealComputer是真正实现电脑功能的类,ProxyComputer作为RealComputer的代理,和RealComputer...
分类:其他好文   时间:2015-04-01 11:18:40    阅读次数:136
Explain about What is User Exits and Customer Exits?
In computer software, a user exit is a place in a software program where a customer can arrange for their own tailor-made program to be called. In the...
分类:其他好文   时间:2015-03-31 19:53:54    阅读次数:165
Codeforces Round #116 (Div. 2, ACM-ICPC Rules)---E. Cubes
Let’s imagine that you’re playing the following simple computer game. The screen displays n lined-up cubes. Each cube is painted one of m colors. You are allowed to delete not more than k cubes (that d...
分类:其他好文   时间:2015-03-31 09:16:05    阅读次数:141
java中23种设计模式之9-建造者模式(builder pattern)
class Computer{ private String name=null; private String cpu=null; private String ddr=null; private String hdd=null; public void setName(String name) ...
分类:编程语言   时间:2015-03-30 20:57:15    阅读次数:230
【转】Gabor 入门
Computer Vision TutorialsSearchPrimary MenuSkip to contentTutorialsSearch for:Gabor Filters : A Practical OverviewApril 27, 2014krishnamurthyj 5 Comme...
分类:其他好文   时间:2015-03-30 18:12:52    阅读次数:321
Linux下OpenCV的环境搭建(转)
OpenCV is the most popular and advanced code library for Computer Vision related applications today, spanning from many very basic tasks (capture and ...
分类:系统相关   时间:2015-03-29 13:37:17    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!