上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 51 下一页
摘要: 看到许多朋友将工厂模式(简单工厂模式),工厂方法模式,抽象工厂模式三者之间的关系并没有搞清楚,我在一些问题上也犯了这个错误。所以就希望用一些示例和一些好的资料来分享这三种设计模式。希望这点工作能给需要帮助的朋友一点帮助。因为我的博客的这些内容都放在百度上,所以只能给一下链接,敬请见谅:http://hi.baidu.com/vily_lei/blog/category/%B1%E0%B3%CC%C... 阅读全文
posted @ 2009-08-31 16:50 vily_雷 阅读(97) 评论(0) 推荐(0)
摘要: F i l e菜单快捷键命令快捷键New Movie(新影片) C t r l + NNew Cast(新演员表) C t r l + A l t + NO p e n (打开) C t r l + OC l o s e (关闭) C t r l + F 4S a v e (保存) C t r l + SI m p o r t (输入) C t r l + RE x p o r t (输出) C ... 阅读全文
posted @ 2009-08-25 07:58 vily_雷 阅读(2039) 评论(0) 推荐(0)
摘要: web1:http://www.deansdirectortutorials.com/web2:http://www.vtc.com/products/Adobe-Director-11-Tutorials.htm 阅读全文
posted @ 2009-08-19 16:18 vily_雷 阅读(210) 评论(0) 推荐(0)
摘要: The CMB AlgorithmThe distributed computing/high performance computing community came up with many algorithms that improve upon the two common solutions mentioned above. The best one that we can use fo... 阅读全文
posted @ 2009-08-19 10:32 vily_雷 阅读(378) 评论(0) 推荐(0)
摘要: The CMB AlgorithmThe distributed computing/high performance computing community came up with many algorithms that improve upon the two common solutions mentioned above. The best one that we can use fo... 阅读全文
posted @ 2009-08-19 10:31 vily_雷 阅读(363) 评论(0) 推荐(0)
摘要: 因为设计需要,要求air程序在其安装目录(applicationDirectory)下创建和删除(目录或文件),于是我做了相关测试来创建或删除文件夹即在安装目录下如果没有templets文件夹则创建,如果有templets文件夹则将其删除。我先手动建立一个templets文件夹想先看看删除效果。代码如下: [代码]结果出现如下错误:SecurityError: fileWriteResourcea... 阅读全文
posted @ 2009-08-17 14:38 vily_雷 阅读(867) 评论(0) 推荐(0)
摘要: Windows下自定义组件的存放位置:C:\Program Files\Adobe\Adobe Flash CS4\Common\Configuration\Componentsflash cs4下自定义组件的基本实现步骤(我的目标是创建一个绘制矩形背景的工具类):1.创建一个文件夹test,在这个文件夹下创建一个test.fla文件.2.打开test.fla文件,新建一个元件,命名为rect.3... 阅读全文
posted @ 2009-07-29 11:10 vily_雷 阅读(671) 评论(0) 推荐(0)
摘要: http://www.newyx.net/list/5_1.htm 阅读全文
posted @ 2009-07-28 15:34 vily_雷 阅读(273) 评论(0) 推荐(0)
摘要: 用com.adobe.images.PNGEncoder编码类生png格式的图片的时候如果要想使透明的,那么必须注意在BitmapData()构造函数里一定要保证透明参数为true,填充色也是透明的即:0x00ffffff(透明白色)示例:var bmpd:BitmapData = new BitmapData(mySpr.width,mySpr.height,true,0x00ffffff);b... 阅读全文
posted @ 2009-07-28 15:28 vily_雷 阅读(526) 评论(0) 推荐(0)
摘要: 3dMaxs下载链接http://www.to8to.com/designer/download.html 阅读全文
posted @ 2009-07-28 13:02 vily_雷 阅读(275) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 51 下一页