码迷,mamicode.com
首页 >  
搜索关键字:enables    ( 262个结果
PerformancePoint Services in SharePoint 2013
Introduction PerformancePoint Services is a SharePoint Server 2013 service application. It enables users to create business intelligence (BI) dashboar ...
分类:其他好文   时间:2016-05-27 14:30:24    阅读次数:224
MYSQL LOCK IN SHARE MODE&FOR UPDATE
SELECT ... LOCK IN SHARE MODE sets a shared mode lock on the rows read. A shared mode lock enables other sessions to read the rows but not to modify t ...
分类:数据库   时间:2016-04-16 18:17:52    阅读次数:198
mac iTerm2 配色
mac iTerm2 是一款很好的终端,但是默认颜色很不爽,所以需要自己配色。之前查找了好多关于类似的文章,大部分是转载,而且还有问题,所以做了些修改。 首先,可以编辑 .bash_profile,输入命令:~/.bash_profile。然后将如下代码输入进去: #enables colorin ...
分类:系统相关   时间:2016-04-09 10:45:56    阅读次数:1017
安装python 2.7.11
rehat6.5安装python2.7.11(系统里已存在2.6)wgethttps://www.python.org/ftp/python/2.7.11/Python-2.7.11.tar.xztar[J]xvfPython-2.7.11.tar.xzcdPython-2.7.11./configure--prefix=/usr/--enable-shared--with-system-expat--with-system-ffi--enable-unicode=ucs4&&..
分类:编程语言   时间:2016-04-08 01:06:52    阅读次数:504
开启程序的Visual Styles
首先看看MS对Visual Styles的解释: Windows XP and later operating systems support a feature called visual styles that enables the appearance of common controls ...
分类:其他好文   时间:2016-03-31 18:35:07    阅读次数:232
RAPI编程之CeCopyFile的用法
CeCopyFile 在MSDN上的说明及原型如下: CeCopyFile is a remote application programming interface (RAPI), which enables an application running on a desktop computer
分类:Windows程序   时间:2016-03-07 09:02:25    阅读次数:217
利用Swagger Maven Plugin生成Rest API文档
利用Swagger Maven Plugin生成Rest API文档 Swagger Maven Plugin This plugin enables your Swagger-annotated project to generate Swagger specs and customizable, templated static documents during t...
分类:Windows程序   时间:2016-03-07 01:31:43    阅读次数:610
Competing Consumers Pattern (竞争消费者模式)
Enable multiple concurrent consumers to process messages received on the same messaging channel. This pattern enables a system to process multiple mes...
分类:其他好文   时间:2016-02-23 17:13:52    阅读次数:439
react-native 入门资源合集
# 了解react-native React Native enables you to build world-class application experiences on native platforms using a consistent developer experience bas
分类:其他好文   时间:2016-02-21 01:32:30    阅读次数:390
DWR 3.0 入门示例教程(简单实例)
DWR(Direct Web Remoting) DWR is a Java library that enables Java on the server and JavaScript in a browser to interact and call each other as simply a
分类:其他好文   时间:2016-02-01 18:53:30    阅读次数:211
262条   上一页 1 ... 18 19 20 21 22 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!