`
文章列表
Never, never, never use (unwrapped) String or long or int. Why? Those primitive types have no semantic meaning. They are hard to understand, hard to maintain, and hard to extend. I’ve been evangelizing this concept for some time, the essay “Object calisthenics” finally prompted be to write this post. ...
$CATALINA_BASE/conf/Catalina/localhost/dashboard.xml <Context docBase="D:/mydata/projects/PatchworkSystems/development/Dashboard/webapp" path="/dashboard" reloadable="true" antiJARLocking="true" antiResourceLocking="true" debug="1&q ...

Mysql Remark

1. jdbc url   jdbc:mysql://IP:3306/dbName?useUnicode=true&characterEncoding=GBK   2. user privileges 更改用户权限后记得 flush privileges;     3. 导入数据表 大小写 在 my.ini 中添加 如下配置 # Identifier Case Sensitivity # http://dev.mysql.com/doc/refman/5.0 ...
Defination in wiki :   XAMPP's name is an acronym for: X (meaning cross-platform) Apache HTTP Server MySQL PHP Perl The program is released under the terms of the GNU General Public License and acts as a free web server capable of serving dynamic pages. XAMPP is available for
当前全球有数百万的开发人员在使用微软的.NET技术。如果你是其中之一,或者想要成为其中之一的话,我下面将要列出的每一个站点都应该是你的最爱,都应该收藏到书签中去。对于不熟悉.NET技术的朋友,需要说明一下,.NET提供了一个平台和一些相应的工具,编程人员可以使用它们来在开发Windows桌面,互联网,甚至是手持移动设备上构建极富交互性的应用。很有可能你最喜欢的网站之一就是用微软的ASP.NET技术构建的。1.CodeProject这些年来我在这个站点下载了数不清的代码。该站点中的快速有效的文章都是由真正的开发人员撰写的,他们可以给你关于特定编程问题的直接帮助,而文章中总是会包含一个代码下载的链接 ...
14.2.2 正则表达式的两个构成部分简写模式:var 正则对象:RegExp = /匹配模式/标志位构造函数模式:var 正则对象:RegExp = new RegExp(匹配模式,标志位)匹配模式就是正则表达式,标志位包括五个字母 gimsx14.3 正则表达式语法14.3.1 正则表 ...
String.split("\\.")  
public static function clone(object:Object):Object{ var qClassName:String = getQualifiedClassName(object); var objectType:Class = getDefinitionByName(qClassName) as Class; registerClassAlias(qClassName, objectType); var copier : ByteArray = new ByteArray(); copier.writeObject ...
ActionScript 与容器应用程序之间的通信方式有两种: 1. ActionScript 可以调用容器中定义的代码 (如 JavaScript 函数); 2. 或者容器中的代码可以调用被指定为可调用函数的 ActionScript 函数.  在这两种情况下, 都可以将信息发送给被调用的代码, 而将结果返回给执行调用的代码.   ExternalInterface.available 属性指示当前的 Flash Player 是否位于提供外部接口的容器中. 如果外部接口可用, 则此属性为 true ; 否则, 为 false. 在使用 ExternalInterface 类中 ...
打开含有Flash的EXCEL文档, 点击"视图" → "工具栏" → "控件工具箱" 的 "设计模式" 按钮进入设计模式, 选择EXCEL中的Flash, 复制粘贴到任意文件夹, 会看到一个 "片段" 文件[.shs]. 打开UltraEdit32, 将该 "片段" 文件拉到UltraEdit32中, 按 Ctrl+F , 在出现的搜索栏输入 "465753", 将搜索到的 "465753" 中的"4"位置以上的 ...
Innovation, not instant perfection /创新不会马上就完美Start rough, learn and iterate./开始粗糙,学习和迭代 Ideas come from everywhere /点子来自任何地方Ideas can come from the engineers, managers, users even the financial team. Share everything you can /分享一切Everything is put on the intranet, so employees know what is happeni ...
成功是每一个人都梦想,可成功不是从天上掉下来的,而是通过不断的奋斗、积累而获得,只要努力提高“十商”智慧和能力,追求全面、均衡发展, 您也一定能够构建成功而幸福的大厦。 1. 智商(IQ)    智商(Intelligence Quotien ...
How do you rate a software developer?  That’s a fantastic question!  There are so many theories out there, and there are so many forms that HR teams try and come up with to help you conduct performance review.  However, what really makes a great developer?  And if you are a Software Developer, how ca ...
References: Sean Christmann: Optimizing Adobe AIR for Code Execution, Memory, and Rendering http://www.craftymind.com/2008/11/20/max-2008-session-material/ Dennis Ippel: Some ActionScript 3.0 Optimizations http://www.rozengain.com/blog/2007/05/01/some-actionscript-30-optimizations/ ...

simple.button

  创建SimpleButton 类实例和创建upState, downState, overState, 和hitTestState等对象。当用户点 击按钮时用MouseEvent.CLICK事件激活方法.     SimpleButton 按钮的状态有以下这些:   upState 代表按钮默认"up"状态的对象, 当鼠标不在按钮上, 按钮就处于这个状态. overState 当鼠标移动到按钮上时按钮的状态, 鼠标离开时按钮又回到"up"状态. downState 当鼠标按下左键时所处的状态. hitTestState 这个状态定义按钮的界限, ...
Global site tag (gtag.js) - Google Analytics