Pascal吧友作品 一个小RPGChaobs转载varplife,plifemax,patt,pre:integer;gr,ex,exmax:integer;alife,alife1,aatt,are:integer;name,fname:string;na:text;code,co:string...
分类:
其他好文 时间:
2014-07-16 19:31:32
阅读次数:
305
AnimationSet set = new AnimationSet(false); Animation animation = new AlphaAnimation(0,1); //AlphaAnimation 控制渐变透明的动画效果 animation.setD...
分类:
移动开发 时间:
2014-07-16 19:28:37
阅读次数:
302
启动VIP报CRS-1028/CRS-0223致使VIP状态为UNKNOWN故障分析与解决...
分类:
其他好文 时间:
2014-07-14 13:54:38
阅读次数:
287
FIELD OF THE DISCLOSUREThe subject matter of the present disclosure relates to a framework for handling graphics animation and compositing operations ...
分类:
其他好文 时间:
2014-07-13 19:19:20
阅读次数:
351
1、错误描述
2014-7-12 21:06:05 com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager
信息: Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquire...
分类:
数据库 时间:
2014-07-13 16:41:14
阅读次数:
372
今天要记录的是CSS3中的三种属性transform、transition以及animation,这三个属性大大提升了css处理动画的能力。一、Transform 变形 CSS中transform 属性允许你修改CSS可视化模型的坐标控件。使用transform,元素可以安装设定的值变形、旋转、缩....
分类:
Web程序 时间:
2014-07-13 13:00:09
阅读次数:
546
这里下载:http://www.newtonsoft.com/products/json/安装: 1.解压下载文件,得到Newtonsoft.Json.dll 2.在项目中添加引用..序列化和反序列在.net项目中:Product product = new Product();product.Na...
分类:
Web程序 时间:
2014-07-13 12:31:23
阅读次数:
254
SQLServer 2005 SELECT d.name N'TableName', d.xtype N'TableType', a.colorder N'ColumnIndex', a.name N'ColumnName', (case when COLUMNPROPERTY( a.id,a.na...
分类:
数据库 时间:
2014-07-13 08:58:15
阅读次数:
197
思路:
1.viewPager有setOnPageChangeListener可以监听切换动作,但viewFlipper却死活没类似的东西。!
此处有一个变种思路,基于animation,animation结束时是有事件的,哈哈,搞定。!
viewFlipper.getInAnimation().setAnimationListener(
new Animation.Anim...
分类:
移动开发 时间:
2014-07-12 23:07:57
阅读次数:
338
思路:
1.基于时间的显示映射。如:给定度数,显示圆弧,加上时序,即可有圆弧动画的效果
2.给定时序。用于驱动动画的一帧帧绘制
方案一、基于ObjectAnimator。动画运作时会调用degree对应set函数(基于放射调用),即setDegree。
ObjectAnimator ani=ObjectAnimator.ofInt(myView, "degree", 0,300);...
分类:
移动开发 时间:
2014-07-12 21:51:30
阅读次数:
241