码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
Java的字体类详解(Font)-摘自Java API文档
字体是个非常平常的概念,以至于看到Java API文档对于字体的长篇大论的说明时,我突然感觉自己很无知。 以下是英文原文: java.awt.Font The Font class represents fonts, which are used to render text in a visible way. A font provides the information needed...
分类:编程语言   时间:2016-07-24 01:50:38    阅读次数:451
Intent
An Intent provides a facility for performing late runtime binding between the code indifferent applications. Its most significant use is in the launch ...
分类:其他好文   时间:2016-07-23 18:03:59    阅读次数:90
redis ubuntu 开机自启
1 #! /bin/sh 2 ### BEGIN INIT INFO 3 # Provides: redis-server 4 # Required-Start: $syslog 5 # Required-Stop: $syslog 6 # Should-Start: $local_fs 7 # S ...
分类:系统相关   时间:2016-07-23 16:26:25    阅读次数:257
Master Slave SQL
http://turbogears.readthedocs.io/en/latest/cookbook/master-slave.htmlSQLAlchemyMasterSlaveLoadBalancingSinceversion2.2TurboGearshasbasicsupportforMaster/Slaveloadbalancing andprovidesasetofutilitiestouseit.TurboGearspermitstodeclareamasterserverandanynumber..
分类:数据库   时间:2016-07-22 14:55:37    阅读次数:263
numpy module 1 -- Numpy tutorial
0. Numpy Numpy is a Python library that provides a multidimensional array object, various derived objects (such as masked arrays and matrices), and an assortment of routines for fast operations o...
分类:其他好文   时间:2016-07-13 16:56:49    阅读次数:449
RH413日志服务器篇
14、配置系统日志环境:1、RHEL6.4Server2、RHEL6.4client1、配置基于TLS的日志加密1)查看日志服务状态[root@lz~]#servicersyslogstatus rsyslogd(pid2684)isrunning...2)查看/etc/rsyslog.conf配置文件2、关于日志系统日志由syslogd提供日志文件示例/var/log/dmesg---内核引..
分类:其他好文   时间:2016-07-13 12:03:37    阅读次数:267
Entity Framework 6.0 Tutorials(9):Stored Procedure Mapping
Code First - Insert, Update, Delete Stored Procedure Mapping: Entity Framework 6 Code-First provides the ability to create and use a stored procedure ...
分类:移动开发   时间:2016-07-07 13:01:03    阅读次数:282
Entity Framework 6.0 Tutorials(8):Custom Code-First Conventions
Custom Code-First Conventions: Code-First has a set of default behaviors for the models that are referred to as conventions. EF 6 provides the ability ...
分类:其他好文   时间:2016-07-07 12:53:54    阅读次数:134
Entity Framework 6.0 Tutorials(5):Command Interception
Interception: Here, you will learn how to intercept EF when it executes database commands. EF 6 provides the ability to intercept the context using ID ...
分类:其他好文   时间:2016-07-07 12:52:36    阅读次数:175
Entity Framework Tutorial Basics(41):Multiple Diagrams
Multiple Diagrams in Entity Framework 5.0 Visual Studio 2012 provides a facility to split the design time visual representation of the Entity Data Mod ...
分类:其他好文   时间:2016-07-07 12:48:53    阅读次数:192
1060条   上一页 1 ... 58 59 60 61 62 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!