今天一起来学习下Button控件, Button控件其实是由Text,Button,Image组件形成的. 这里就简单介绍下Button组件 Interactable: 代表该组件是否进行交互, 我们以前让组件是否进行交互通常 组件.Enable = false 这样的. 现在只需要改变属性即可 T...
分类:
其他好文 时间:
2015-03-15 16:32:01
阅读次数:
340
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
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
voidLED_Init(void)GPIO_InitTypeDefGPIO_InitStructure;RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA,ENABLE); // 使能PA端口时钟(RCC时钟你可以先不用看)GPIO的库函数库函数中主要用到的有如...
分类:
其他好文 时间:
2015-03-14 09:34:19
阅读次数:
172
[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
/****源文件安装过程演示****/(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 数据迁移 1、工具—>库程序包管理器—>程序包管理器控制台—>输入“Enable-Migrations” 或者 Enable-Migrations -ContextTypeNameMvc.Models.DataContextEnable-Migra...
分类:
其他好文 时间:
2015-03-13 09:14:59
阅读次数:
129
安装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
1.--prefix=PREFIX:指定程序安装路径;2.--enable-assembler:使用汇编模式;(文档说明:compilinginx86(andsparc)versionsofcommonstringoperations,whichshouldresultinmoreperforman...
分类:
数据库 时间:
2015-03-12 11:14:27
阅读次数:
181
找来找去,看来用这个功能的人很少.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