码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
asp.net 检测页面是否刷新
public partial class TestRefresh : ProAspNet20.CS.Components.Page { protected void AddContactButton_Click(object sender, EventArgs e) { Msg.InnerText = "Added"; if (!this.IsRefreshed) AddRecord(FName.Text, LName.Text); else Msg.InnerText = "Page re...
分类:Web程序   时间:2014-09-04 14:57:19    阅读次数:317
圆筒绘画
CGContextRef context=UIGraphicsGetCurrentContext(); CGColorSpaceRef colorSp=CGColorSpaceCreateDeviceRGB(); CGFloat components[]={1.0,0.0,0.0,1.0...
分类:其他好文   时间:2014-09-02 22:51:25    阅读次数:412
(五)unity4.6Ugui中文教程文档-------概要-UGUI Interaction Components
4、Interaction Components 本节涵盖了处理交互,例如鼠标或触摸事件和使用键盘或控制器交互的 UI 系统中的组件。 4.1  Selectable BaseClass 所有交互组件都有一些共同点。selectables是他们所有的控件的基类,这意味着他们都有共享状态,之间的前瞻转换和导航到其他使用键盘或控制器的 selectables 的内...
分类:其他好文   时间:2014-09-01 12:39:33    阅读次数:330
php持续集成环境笔记
记录下php集成环境中若干个工具的安装步骤和过程: 安装pear 安装phpunit pear channel-discover pear.phpunit.de pear channel-discover components.ez.no pear channel-discover pear.symfony-project.com sudo pear install phpunit/...
分类:Web程序   时间:2014-08-31 13:16:51    阅读次数:242
【Java】Java Platform
The Java platform has two components: The Java Virtual Machine The Java Application Programming Interface(API)The API are known as packages.
分类:编程语言   时间:2014-08-29 12:57:47    阅读次数:201
heartbeat 3.X 源码安装
原码安装heartbeat需要三个包1.groupaddhaclient2.useradd-ghaclienthaclusterHeartbeat-3-0-7e3a82377fa8.tar.bz2Reusable-Cluster-Components-glue--glue-1.0.9.tar.bz2ClusterLabs-resource-agents-v3.9.2-0-ge261943.tar俩台主机centos6.51安装Gluetar-jxvfReusable-Cluste..
分类:其他好文   时间:2014-08-27 11:09:38    阅读次数:282
java swing最简单实例(2) 往JFrame里面放一个容器或组件
可以往JFrame里面放的东西有两种,Containers和Components.介绍了如果添加一个容器或组件...
分类:编程语言   时间:2014-08-26 17:33:36    阅读次数:162
YII数据库操作中打印sql
配置如下:'components' => array( 'db'=>array( 'enableParamLogging' => true, ), 'log'=>array( 'class'=>'CLogRouter', 'routes'=>array( arra...
分类:数据库   时间:2014-08-26 13:15:56    阅读次数:223
JavaEE学习之路-Sharing Information
Web components, like most objects, usually work with other objects to accomplish their tasks. Web components can do so by doing the following. Using private helper objects (for example, JavaBeans...
分类:编程语言   时间:2014-08-26 09:55:05    阅读次数:340
hadoop发行版本
Azure HDInsightAzure HDInsight is Microsoft's distribution of Hadoop. The Azure HDInsight ecosystem includes the following features/components: Pig, H...
分类:其他好文   时间:2014-08-18 10:30:23    阅读次数:477
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!