一直想找一个好用UI 界面库,看过Direct UI,也想过 金山的界面库,后来找到了这个Duilib现在的软件界面很多都是利用XML 来布局和定位。 像迅雷7,QQ,金山卫士等- <thunder_skin>- <skin id="default" name="image" type="bkg">- <title> <text>洲-缥缈</text> </title>- <bkg> <image>image\bkg.jpg</ima Read More
只需要在Ext的Css 文件中,加入下面这段就好了.x-form-check-wrap,.x-form-radio-wrap{padding:3px 0 0 0;line-height:15px;width:150px;} x-form-check-group .x-form-check-wrap,.x-form-radio-group .x-form-radio-wrap{height:15px;} .ext-ie .x-form-check-group .x-form-check-wrap,.ext-ie .x-form-radio-group .x-form-radio-wrap{hei Read More
把ffmpeg 和 生成缩略图整合了一下。include("ImageResize.class.php") //转视频 $cmd="ffmpeg.exe -i starwar.avi -ab 56 -ar 22050 -b 500 -r 15 -s 320x240 1.flv"; exec($cmd); //视频截图 $cmd="ffmpeg.exe -i starwar.avi -f image2 -ss 10 -s 400*300 -vframes 1 1.jpg"; exec($cmd); //生成缩略图 $thumbnail Read More
常见效果类: AnimateProperty:动画属性 Blur :模糊 Desolve :溶解 Fade :凋零 Glow :发光 Iris :瞳孔放大缩小 Move :移动 Pause :定格 Resize :改变大小 Rotate :旋转 SoundEffect :音效 (WipeLeft, WipeRight, WipeUp, WipeDown) :擦拭 Zoom :放大缩小 Sequence:顺序播放组合 Parallel:同时播放组合常见触发动画效果方式: AddedEffect :加入容器 creationCompleteEffect :创建完成 focusInEffect :获 Read More