码迷,mamicode.com
首页 >  
搜索关键字:containers    ( 468个结果
Thinking in java -- 队列
运行下面代码package containers;//: containers/QueueBehavior.java // Compares the behavior of some of the queues import java.util.concurrent.*; import java.util.*; import net.mindview.util.*;public class Queu...
分类:编程语言   时间:2015-03-31 18:14:10    阅读次数:175
[LINK]List of .NET Dependency Injection Containers (IOC)
http://www.hanselman.com/blog/ListOfNETDependencyInjectionContainersIOC.aspxI'm trying to expand my mind around dependency injection in .NET (beyond t...
分类:Web程序   时间:2015-03-18 22:58:34    阅读次数:207
NSSearchPathForDirectoriesInDomains
1.iPhone会为每一个应用程序生成一个私有目录,这个目录位于:/Users/***/Library/Developer/CoreSimulator/Devices/79D02154-BE58-4A15-A764-79619AFB92E1/data/Containers/Data/Applicat...
分类:其他好文   时间:2015-03-18 17:56:34    阅读次数:116
Inversion of Control Containers and the Dependency Injection pattern(控制反转和依赖注入模式)
本文内容 Components and Services A Naive Example Inversion of Control Forms of Dependency Injection Constructor Injection with PicoContainer Setter Inject...
分类:其他好文   时间:2015-03-17 19:41:36    阅读次数:155
IoC Containers and the DI pattern
In the Java community there‘s been a rush of lightweight containers that help to assemble components from different projects into a cohesive application. Underlying these containers is a common pat...
分类:其他好文   时间:2015-03-17 09:05:44    阅读次数:281
STL总结
Sequence containers Associative containers   Headers   Members complex vector deque list set multiset ...
分类:其他好文   时间:2015-03-12 17:14:18    阅读次数:125
GTK+布局管理
GTK+布局管理 GTK+ 布局管理在本章中,我们将讲述如何将构件布置在窗口与对话框中。当我们在设计应用程序的图形界面时,我们首先要决定的是在程序中用到哪种构件和管理应用程序中的这些构件。为了方便管理我们的构件,在GTK+通常使用不可见的构件称作layout containers. 。在本章节中,我...
分类:其他好文   时间:2015-03-08 18:47:16    阅读次数:227
LXC(Linux Containers)简介
Linux Containers技术简介
分类:系统相关   时间:2015-03-04 20:52:48    阅读次数:161
LXC(Linux Containers)安装及使用
LXC的安装与使用方法
分类:系统相关   时间:2015-03-04 20:52:09    阅读次数:273
ASP.NET 5: New configuration files and containers
原文:http://gunnarpeipman.com/2014/11/asp-net-5-new-configuration-files-and-containers/ASP.NET vNext提供了一种新的config文件. 能支持多种格式的config文件可以是.json .ini .xml....
分类:Web程序   时间:2015-03-02 18:59:19    阅读次数:172
468条   上一页 1 ... 39 40 41 42 43 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!