码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
Entity Framework 6.0 Tutorials(10):Index Attribute
Index Attribute: Entity Framework 6 provides Index attribute to create Index on a particular column in the database as shown below: By default, Index ...
分类:其他好文   时间:2016-07-07 12:47:12    阅读次数:176
Entity Framework Tutorial Basics(35):Local Data
Local Data The Local property of DBSet provides simple access to the entities that are currently being tracked by the context, and have not been marke ...
分类:其他好文   时间:2016-07-07 11:02:17    阅读次数:111
angularjs DOM操作之jqLite篇
angular.element(el).find("input").attr({value:1}); * ## Angular's jqLite * jqLite provides only the following jQuery methods: * * - [`addClass()`](htt... ...
分类:Web程序   时间:2016-07-06 01:47:57    阅读次数:248
Setting up a database adapter
Setting up a database adapter zend-db provides a general purpose database abstraction layer. At its heart is the Adapter, which abstracts common datab ...
分类:数据库   时间:2016-07-05 12:14:00    阅读次数:293
Request
Request The Request class provides many methods for examining the HTTP request for your application and extends the Symfony\Component\HttpFoundation\R ...
分类:其他好文   时间:2016-07-05 12:00:19    阅读次数:118
linux基础二十二
1.yum installpackages_name安装指定程序包 reinstallpackages_name重装指定程序包 check-update检查可升级的包 updatepackages_name升级指定程序包,要升级到指定版本在后面指定程序版本号 erase|removepackages_name删除程序包 whatprovides|provides/path/file查询某个..
分类:系统相关   时间:2016-07-03 16:00:22    阅读次数:190
ExecutorService
java.util.concurrent.ExecutorService An Executor that provides methods to manage termination and methods that can produce a Future for tracking progre ...
分类:其他好文   时间:2016-07-02 17:21:24    阅读次数:261
KVM and CentOS-6
CentOS 6 has native availability of KVM virtualization support and tools in the base distribution. Dell provides two whitepapers about how to use KVM  ...
分类:其他好文   时间:2016-07-02 13:10:06    阅读次数:323
Netty ChannelGroup
io.netty.channel.group.ChannelGroup A thread-safe Set that contains open Channels and provides various bulk operations on them. Using ChannelGroup, yo ...
分类:Web程序   时间:2016-07-02 13:10:03    阅读次数:345
Making your first driver - complete walkthrough(使用VisualDDK)
This article describes how to create, build and debug your first driver using Visual Studio and VisualDDK. It provides detailed step-by-step instructi ...
分类:其他好文   时间:2016-06-25 00:48:02    阅读次数:449
1060条   上一页 1 ... 59 60 61 62 63 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!