码迷,mamicode.com
首页 >  
搜索关键字:enable    ( 5784个结果
UGUI Button控件
今天一起来学习下Button控件, Button控件其实是由Text,Button,Image组件形成的. 这里就简单介绍下Button组件 Interactable: 代表该组件是否进行交互, 我们以前让组件是否进行交互通常 组件.Enable = false 这样的. 现在只需要改变属性即可 T...
分类:其他好文   时间:2015-03-15 16:32:01    阅读次数:340
Nine simple steps to enable X.509 certificates on WCF
Table of contentsIntroduction and goalBeginner WCF FAQsStep 1: Create client and server certificatesStep 2: Copy the certificates in trusted people ce...
分类:其他好文   时间:2015-03-14 22:56:50    阅读次数:269
The project references RTL attributes, but does not explicitly enable or disable RTL support 解决办法
If you do not support RTL (= Right To Left locales), you need to replace all references ofstartbyleftandendbyrightin your xml layouts.The attributes "...
分类:其他好文   时间:2015-03-14 16:33:42    阅读次数:394
STM32流水灯
voidLED_Init(void)GPIO_InitTypeDefGPIO_InitStructure;RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA,ENABLE); // 使能PA端口时钟(RCC时钟你可以先不用看)GPIO的库函数库函数中主要用到的有如...
分类:其他好文   时间:2015-03-14 09:34:19    阅读次数:172
mac中的xampp配置xdebug
[xdebug]zend_extension=/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20121212/xdebug.soxdebug.remote_enable=onxdebug.remote_host=...
分类:系统相关   时间:2015-03-13 16:18:09    阅读次数:193
26. 文件系统——源程序的编译安装实例演示(ldd, ldconfig -v)
/****源文件安装过程演示****/(1)运行httpd-2.4.12中的configure文件[root@localhosthttpd-2.4.12]#./configure--prefix=/usr/local/apache--enable-so--enable-rewritecheckingforchosenlayout...Apache checkingforworkingmkdir-p...yes checkingforgrepthathandleslonglin..
分类:其他好文   时间:2015-03-13 09:27:11    阅读次数:444
Code First 数据迁移 转
一、为模型更改设置 Code First 数据迁移 1、工具—>库程序包管理器—>程序包管理器控制台—>输入“Enable-Migrations” 或者 Enable-Migrations -ContextTypeNameMvc.Models.DataContextEnable-Migra...
分类:其他好文   时间:2015-03-13 09:14:59    阅读次数:129
vsftpd 限速和用户认证
安装yuminstallvsftpd配置/etc/vsftpd/vsftpd.conf#禁止匿名登录anonymous_enable=NO#允许本地用户登录local_enable=YES#设定启用虚拟用户功能guest_enable=YES#指定虚拟用户的宿主用户,CentOS中已经有内置的ftp用户了guest_username=ftp#设定虚拟用户个人vsftp的CentOSFTP服..
分类:其他好文   时间:2015-03-12 15:27:45    阅读次数:279
mysql编译参数详解(./configure)
1.--prefix=PREFIX:指定程序安装路径;2.--enable-assembler:使用汇编模式;(文档说明:compilinginx86(andsparc)versionsofcommonstringoperations,whichshouldresultinmoreperforman...
分类:数据库   时间:2015-03-12 11:14:27    阅读次数:181
asp.net MVC code first Migrations : Model 同步到DB中
找来找去,看来用这个功能的人很少.http://www.it165.net/pro/html/201403/10653.html步骤:1,在程序包管理控制台上,Enable-Migrations,注意选择dbcontext.2,add-migration AddRatingMig3,update-d...
分类:数据库   时间:2015-03-12 09:37:54    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!