码迷,mamicode.com
首页 >  
搜索关键字:guide    ( 3262个结果
Event Handling Guide for iOS--事件驱动指南
事件是发送给应用程序来通知它用户动作的对象。在iOS中,事件可以有多种形式:多触摸事件,motion(,移动,手 势)事件---例如,设备的加速计(accelerometer)--和控制多媒体的事件。(最后一种类型的事件被称为一个远程控制事件因为它起始于一个 耳机或其他外部访问配件)。如下图所示:在...
分类:移动开发   时间:2015-07-18 10:55:33    阅读次数:170
handsontable-developer guide-data binding,data sources
数据绑定:1、表格中得数据是引用了数据源中的数据:表格中数据改变,数据源中得数据也改变;数据源中得数据改变,通过render方法,表格中的数据也改变;2、如果想把数据源中的数据和表格中的数据分开:JSON.parse(JSON.stringify(data2))3、保存之前clone表格,使用aft...
分类:其他好文   时间:2015-07-18 10:51:48    阅读次数:256
handsontable-developer guide-load and save
不过handsontable不能用jquery取对象var $$ = function(id) { return document.getElementById(id); }, container = $$('example1'), exampleConsole = $$('examp...
分类:其他好文   时间:2015-07-18 10:50:22    阅读次数:249
polymer-developer guide-registration and lifecycle
注册和声明周期my = Polymer({ is: "proto-element", created: function() { this.innerHTML = 'created'; } });//注册之后会返回构造函数,创建实例的两种方法var e...
分类:其他好文   时间:2015-07-18 00:21:14    阅读次数:234
polymer-developer guide-feature overview
{{greeting}} //使用polymer的过程注册和生命周期属性声明局部dom事件数据绑定行为公共函数实现性特征和元素
分类:其他好文   时间:2015-07-18 00:18:43    阅读次数:133
屏幕适配
http://developer.android.com/guide/practices/screens_support.html常用的解决方法:1、java代码中设置宽高度首先我们要做的是获取当前屏幕的宽高度,因为这个在后面要用到 我们可以写两个静态变量用来保存当前屏幕的宽高度:public cl...
分类:其他好文   时间:2015-07-17 20:47:50    阅读次数:98
Spartan-6 FPGA SelectIO Resources User Guide 笔记4 I/O Pins Note for PCB
All VCCO pins on the FPGA must be connected, even if a bank is unused.the HSWAPEN pin must be either connected directly to GND, or forcedLow by anothe...
分类:其他好文   时间:2015-07-17 18:04:32    阅读次数:91
Spartan-6 FPGA SelectIO Resources User Guide 笔记3 Supply Voltages for the IOBs
1.The VCCO supplies, one for each of the I/O banks2.VCCINT is the main power supply for the internal FPGA logic3.VCCAUX is an auxiliary(辅助) source of ...
分类:其他好文   时间:2015-07-17 17:51:40    阅读次数:133
Spartan-6 FPGA SelectIO Resources User Guide 笔记2 SelectIO Attributes/Constraints
1.Location Constraint 用于分配I/O端口NET LOC = "";Example:NET MY_IO LOC=R7;2.IOSTANDARD Attribute 用于选择IO标准如LVCMOS25,LVDS_25等NET IOSTANDARD=””;3.Output Sl...
分类:其他好文   时间:2015-07-17 17:44:59    阅读次数:323
ALERT日志中常见监听相关报错之一:ORA-609错误的排查
参考MOS文档有: Troubleshooting Guide ORA-609 : Opiodr aborting process unknown ospid (文档 ID 1121357.1) Alert.log shows ORA-609 with TNS-12537: TNS:connection closed (文档 ID 1538717.1) Fatal NI Connect 12...
分类:其他好文   时间:2015-07-17 16:20:21    阅读次数:580
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!