E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
feathers
当一个对象方法什么都没干时
本文作者介绍:Michael
Feathers
是Object Mentor International公司的技术顾问。他的工作不仅是技术开发,他还参与对世界各地技术团队进行培训、指导等工作。
·
2015-11-02 18:09
对象
模式窗口showModalDialog的用法总结【转自http://hi.baidu.com/freezesoul/blog】
打开窗口: var handle = window.showModalDialog(url, objects,
feathers
); 其中:objects可以为参数(包括数组),也可以是对象。
·
2015-10-31 15:00
showModalDialog
window.location.search的用法
=22720通过这个函数就可以轻易取到连接后面带的参数,这个可用户父窗口向子窗口传递参数eg:Java代码:function openTable(id){ var
feathers
·
2015-10-31 14:37
location
javascript模态窗体各种用法
打开窗口: var handle = window.showModalDialog(url, objects,
feathers
); 其中:objects可以为参数(包括数组),也可以是对象。
·
2015-10-31 10:34
JavaScript
Feathers
组件的宽度或高度属性,为什么我得到的值是0
Feathers
组件使用一个失效系统延迟一会儿繁重的重绘,这样你可以在一个时间内改变多个属性。如果你还没有明确地设置宽度和高度,他们会自动 调整自身到一套“理想”的尺度。
·
2015-10-31 10:59
属性
Feathers
UI 扩展实例 For Starling Framework
package com.renaun.controls { import
feathers
.controls.Label; import
feathers
.core.FeathersControl;
·
2015-10-31 09:36
framework
模态窗口
打开窗口var handle = window.showModalDialog(url, objects,
feathers
);其中:objects可以为参数(包括数组),也可以是对象。
·
2015-10-21 11:33
窗口
关于对FLASH开发,starling、starling
feathers
、starling MVC框架的理解
说在前头:楼主之前没有任何flash开发经验,只是从一次尝试中总结自己的理解和经验而已。如果有写的不对的地方,欢迎大家指正。前一段时间尝试想用flash(as3)重新制作一下之前做的一个游戏,作为从来没有接触过flash开发的我来说,花了一些时间研究现有的一些框架。虽然现在我已经放弃了使用flash来开发(后面会说原因),但我觉得还是有必要总结一下这个过程中对于flash、starling、sta
rcfalcon
·
2014-12-18 18:00
游戏
UI
框架
Flash
starling
预防错误的设计
预防错误的设计 October 28th, 2014 Leave a comment Go to comments 上周参加了一个 Michael
Feathers
的 workshop
goahead2010
·
2014-10-29 09:00
工作
PowerMock用法[转]
正如Michael
Feathers
在Working Effectively with Legacy Code一书中对“遗留代码”的定义。他将其简单归纳为“没有测试的代码”。真是太贴切了!正
breezylee
·
2014-07-04 18:00
Powermock
PowerMock用法[转]
正如Michael
Feathers
在Working Effectively with Legacy Code一书中对“遗留代码”的定义。他将其简单归纳为“没有测试的代码”。真是太贴切了!正
breezylee
·
2014-07-04 18:00
Powermock
《修改代码的艺术》迷你书
《修改代码的艺术》迷你书世界级计算机专家MichaelC.
Feathers
的经典之作,软件开发大师RobertC.Martin作序倾情推荐,修改遗留代码的权威指南。
李航421
·
2014-06-12 10:00
艺术
迷你书
修改代码
AS3项目基础框架搭建分享robotlegs2 + starling1.3 +
feathers
1.1
这个框架和我之前使用robotlegs1版本的大体相同,今天要写一个新的聊天软件就把之前的框架升级到了2.0并且把代码整理了一下。使用适配器模式使得starling的DisplayObject和flash的DisplayObject可以相互通信,细节见http://bbs.9ria.com/thread-160633-1-1.html框架的启动流程是,先注入一个flash的DisplayObjec
bigasa
·
2013-08-16 17:00
AS3项目基础框架搭建分享robotlegs2 + starling1.3 +
feathers
1.1
这个框架和我之前使用robotlegs1版本的大体相同,今天要写一个新的聊天软件就把之前的框架升级到了2.0并且把代码整理了一下。 使用适配器模式使得starling的DisplayObject和flash的DisplayObject可以相互通信,细节见http://bbs.9ria.com/thread-160633-1-1.html 框架的启动流程是,先注入一个flash的Displa
·
2013-08-16 17:00
starling
Feathers
之component解析
Component解析 1.构造函数: Component的构造函数一般是什么都不做的, 总是在initialize()函数中进行初始化. 2.initialize():第一次被添加到显示列表的时候被调用, 且在整个生命周期中只会被调用一次, 我们需要重写这个方法做我们想做的初始化. 3.invalidate(): 当C
KB章鱼
·
2013-05-17 10:00
component
Feathers
之component解析
阅读更多Component解析1.构造函数:Component的构造函数一般是什么都不做的,总是在initialize()函数中进行初始化.2.initialize():第一次被添加到显示列表的时候被调用,且在整个生命周期中只会被调用一次,我们需要重写这个方法做我们想做的初始化.3.invalidate():当Component某个属性发生改变并且该属性会影响显示的时候,invalidate()方
KB章鱼
·
2013-05-17 10:00
Feathers
之component的生命周期
Component的生命周期,她从创建到销毁都会经历好几个阶段 1.实例化: 通常是通过new创建, 还没有被添加到舞台上, 属性可能会被改变, 但是她不会处理这些属性直到她被添加到舞台上(我认为这点很重要,请牢记), 这样确保了她不会频繁的调用绘制处理. 2.初始化: 当她被添加到舞台上的时候, initialize()函数会被调用, 她会做第一次验证, 如果每个属性都已经是
KB章鱼
·
2013-05-17 10:00
component
Feathers
之component的生命周期
阅读更多Component的生命周期,她从创建到销毁都会经历好几个阶段1.实例化:通常是通过new创建,还没有被添加到舞台上,属性可能会被改变,但是她不会处理这些属性直到她被添加到舞台上(我认为这点很重要,请牢记),这样确保了她不会频繁的调用绘制处理.2.初始化:当她被添加到舞台上的时候,initialize()函数会被调用,她会做第一次验证,如果每个属性都已经是无效状态,那么她会做一次全面的绘制
KB章鱼
·
2013-05-17 10:00
Feathers
之改变Header中Button皮肤
在细看代码后我发现这是
feathers
的优化机制导致的,如前文描述,我们对Button的设置需要在button被addChild之后设置才会生效,看了代码就会发现head
KB章鱼
·
2013-04-13 14:00
feathers
Starling
ActionScript3.0
Feathers
之改变Header中Button皮肤
在细看代码后我发现这是
feathers
的优化机制导致的,如前文描述,我们对Button的设置需要在button被addChild之后设置才会生效,看了代码就会发现head
KB章鱼
·
2013-04-13 14:00
feathers
Starling
ActionScript3.0
Feathers
之改变Header中Button皮肤
在细看代码后我发现这是
feathers
的优化机制导致的, 如前文描述,我们对Button的设置需要在button被addChild之后设置才会生效,
KB章鱼
·
2013-04-13 14:00
starling
ActionScript3.0
feathers
Feathers
之改变Button皮肤
关于
Feathers
中Button是如何自定义个性皮肤原教程中是这样描述的 绿色部分是原教程,我尝试后发现无效果,实际上是因为Button在addChil的时候会把theme中的默认皮肤方法赋值给stateToSkinFunction
KB章鱼
·
2013-04-13 14:00
starling
feathers
ActionScript3.0
Feathers
之改变Button皮肤
阅读更多关于
Feathers
中Button是如何自定义个性皮肤原教程中是这样描述的绿色部分是原教程,我尝试后发现无效果,实际上是因为Button在addChil的时候会把theme中的默认皮肤方法赋值给
KB章鱼
·
2013-04-13 14:00
Feathers
ActionScript3.0
Starling
Feathers
之改变Button皮肤
阅读更多关于
Feathers
中Button是如何自定义个性皮肤原教程中是这样描述的绿色部分是原教程,我尝试后发现无效果,实际上是因为Button在addChil的时候会把theme中的默认皮肤方法赋值给
KB章鱼
·
2013-04-13 14:00
Feathers
ActionScript3.0
Starling
关于
feathers
中改变字体样式
昨天下午纠结了挺长时间的一个问题,首先是如下代码 weekLab = new Label(); weekLab.textRendererProperties.textFormat = new TextFormat("Arial", 30, 0xffffff, null, null, null, null, null, "center"); weekLa
KB章鱼
·
2013-03-27 09:00
样式
关于
feathers
中改变字体样式
阅读更多昨天下午纠结了挺长时间的一个问题,首先是如下代码weekLab=newLabel();weekLab.textRendererProperties.textFormat=newTextFormat("Arial",30,0xffffff,null,null,null,null,null,"center");weekLab.text="本周消费:0¥";this.addChild(weekL
KB章鱼
·
2013-03-27 09:00
feathers
ui 鼠标移出事件
//设置鼠标移出移入时设设置样式vartouch:Touch=e.getTouch(e.targetasDisplayObject,TouchPhase.HOVER);if(touch){Mouse.cursor=MouseCursor.HAND;//手掌型样式。}else{Mouse.cursor=MouseCursor.AUTO;}
·
2013-02-19 10:00
UI
Starling-
Feathers
中设置单个组件对象的样式
阅读更多关于基于Starling的
Feathers
组件库,版本号比较小,是个比较新的东西,所以,可能并不是太完善,并且API文档中介绍的其实并不够详细在使用例如Button的selectedDownSkin
LiYunpeng
·
2013-01-21 21:00
starling
feathers
Starling-
Feathers
中设置单个组件对象的样式
阅读更多关于基于Starling的
Feathers
组件库,版本号比较小,是个比较新的东西,所以,可能并不是太完善,并且API文档中介绍的其实并不够详细在使用例如Button的selectedDownSkin
LiYunpeng
·
2013-01-21 21:00
starling
feathers
Starling-
Feathers
中设置单个组件对象的样式
关于基于Starling的
Feathers
组件库,版本号比较小,是个比较新的东西,所以,可能并不是太完善,并且API文档中介绍的其实并不够详细 在使用例如Button的selectedDownSkin
LiYunpeng
·
2013-01-21 21:00
starling
feathers
How to use the
Feathers
List component
How to use the
Feathers
List component http://wiki.starling-framework.org/
feathers
/list The
kenkao
·
2013-01-20 20:00
component
How to use the
Feathers
ScreenNavigator component
来自:http://wiki.starling-framework.org/
feathers
/start 原文:http://wiki.starling-framework.org/
feathers
/
kenkao
·
2013-01-19 12:00
navigator
Starling
Feathers
初体验
GettingStartedwithFeathersfrom:http://wiki.starling-framework.org/
feathers
/getting-started Inthefollowingbeginner-leveltutorial
kenkao
·
2013-01-12 19:00
starling
Starling
Feathers
:Starling专属UI框架
来自Starling中文站http://www.starlinglib.com/wiki/News:Starling_
Feathers
目录 [隐藏] 1
Feathers
类库(即原Foxhole)成为Adobe
kenkao
·
2013-01-12 00:00
starling
feathers
ui 实现机制深入解析
一,介绍:
Feathers
是轻量级,易于定制皮肤和扩展的UI组件(适用于移动设备和桌面)。
Feathers
通过Starling框架,利用GPU的强大能力渲染组件,来实现更加平滑和友好的体验。
·
2013-01-08 22:00
UI
feathers
ui 实现机制深入解析(
feathers
ui 源码解析-原创)
一,介绍:
Feathers
是轻量级,易于定制皮肤和扩展的UI组件(适用于移动设备和桌面)。
Feathers
通过Starling框架,利用GPU的强大能力渲染组件,来实现更加平滑和友好的体验。
·
2013-01-08 17:00
UI
feathers
ui 换肤
Feathers
是轻量级,易于定制皮肤和扩展的UI组件(适用于移动设备和桌面)。
Feathers
通过Starling框架,利用GPU的强大能力渲染组件,来实现更加平滑和友好的体验。
·
2013-01-05 09:00
UI
模式窗口showModalDialog的用法总结(收藏)
打开窗口: Code: var handle = window.showModalDialog(url, objects,
feathers
)
k0521klb
·
2011-08-14 10:00
showModalDialog
window.showModalDialog弹出模式对话框
window.dialogArguments对象(即主窗口传递过来的window对象集),即可获得或设置主窗口的值 varhandle= window.showModalDialog(URL,[objects],[
feathers
baiyan425
·
2011-07-12 10:11
JavaScript
js
window
showModalDialog
弹出模式
模态窗体用法
打开窗口: var handle = window.showModalDialog(url, objects,
feathers
); 其中:objects可以为参数(包括数组),也可以是对象。
yangmig
·
2011-05-26 15:00
jsp
PHP
cache
脚本
asp
该死的模式窗口showModalDialog的用法
打开窗口:varhandle=window.showModalDialog(url,objects,
feathers
);其中:objects可以为参数(包括数组),也可以是对象。
chenzenan
·
2011-03-17 09:00
html
jsp
String
header
url
asp
Hope is the Thing with
Feathers
Hopeisthethingwithfeathers ---emilydickinsonhopeisthethingwithfeathersthatperchesinthesoul,andsingsthetunewithoutthewords,andneverstopsatall.andsweetestinthegaleisheard;andsoremustbethestormthatcould
klick
·
2011-01-23 22:23
职场
休闲
extremity
好莱坞七大片中的经典台词
《Shawshank Redemption肖申克的救赎》 1.You know some birds are not meant to be caged, their
feathers
are
JAVA言诚eye218
·
2011-01-08 09:00
工作
生活
UP
Go
javascript模态窗体各种用法
打开窗口: var handle = window.showModalDialog(url, objects,
feathers
); 其中:objects可以为参数(包括数组),也可以是对象。
fkshl
·
2010-07-12 22:00
JavaScript
PHP
jsp
cache
asp
值得背的电影台词
值得背的电影台词 ㈠《Shawshank Redemption肖申克的救赎》1.You know some birds are not meant to be caged, their
feathers
jgtang82
·
2010-05-25 12:00
工作
生活
UP
Go
window.showmodaldialog 用法小结
1.打开窗口:varhandle=window.showModalDialog(url,objects,
feathers
);其中:objects可以为参数(包括数组),也可以是对象。
gaofang2009
·
2010-04-27 09:00
showModalDialog的用法
打开窗口:Code:var handle = window.showModalDialog(url, objects,
feathers
);其中:objects可以为参数(包括数组),也可以是对象。
High_Mount
·
2010-04-08 21:00
Date
String
header
url
asp
模式窗口showModalDialog的用法总结
打开窗口: var handle = window.showModalDialog(url, objects,
feathers
); 其中:objects可以为参数(包括数组),也可以是对象
心动音符
·
2010-04-01 15:00
java
PHP
jsp
cache
asp
window.location.search的用法
tid=22720 通过这个函数就可以轻易取到连接后面带的参数,这个可用户父窗口向子窗口传递参数 eg: function openTable(id){ var
feathers
=
shirlly
·
2009-05-13 09:00
java
html
PHP
iframe及弹出窗口总结
打开窗口: Code: var handle = window.showModalDialog(url, objects,
feathers
);
zlping
·
2009-04-28 17:00
JavaScript
PHP
jsp
cache
asp
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他