02 2012 档案

[Jasmine]Why Another JavaScript TDD/BDD Framework?
摘要:There are some great JavaScript testing frameworks out there already, so why did we write another?None of the existing frameworks quite worked the way we wanted. Many only work from within a browser. Most don't support testing asynchronous code like event callbacks. Some have syntax that's h 阅读全文

posted @ 2012-02-29 20:09 Jalen Wang 阅读(1196) 评论(0) 推荐(0)

JavaScript Conventions
摘要:With any program design it is important to use a programming convention when writing code. This not only helps the code look consistent (and one hopes avoids certain bugs), but also allows different programmers to work on the same code.The Alt Framework is no exception, so I hope to outline the conv 阅读全文

posted @ 2012-02-26 22:03 Jalen Wang 阅读(264) 评论(0) 推荐(0)

[转]MyEclipse下设置合适的Content Assist快捷键
摘要:MyEclipse安装完成之后,有一个很常用的快捷键Content Assist(即代码提示)被默认为Ctrl + Space。这会使得我们使用中文操作系统的计算机用起来很不方便,因为我们平时打字必用的切换打字法的快捷键,恰恰就是这个!当然,你可以直接在Windows => Preferences... => General => Keys去替换掉这个快捷键,不过可能还会有其他快捷键与我们的中文操作系统有冲突。这里介绍一个一劳永逸,也是更“Eclipse化”的方法来改变这种尴尬局面:在MyEclipse的启动选项中,其实有Duser.language这样一项设置,在MyEcl 阅读全文

posted @ 2012-02-25 22:11 Jalen Wang 阅读(223) 评论(0) 推荐(0)

[Learn Note]Assembly Manifest
摘要:1 What is Assembly ManifestEvery assembly, whether static or dynamic, contains a collection of data that describes how the elements in the assembly relate to each other. The assembly manifest contains this assembly metadata. An assembly manifest contains all the metadata needed to specify the assemb 阅读全文

posted @ 2012-02-15 20:46 Jalen Wang 阅读(665) 评论(2) 推荐(0)

[Learn Note] MSBuild
摘要:1 基本定义 属性是键/值的配对,相应于: 环境变量项目文件自身中的定义使用 /p 传递给 msbuild.exe 的命令行参数 2 项 <Item Type="FilesToCompile" Include="file1.cs"/> <Item Type="FilesToCompile" Include="file2.cs"/> <Item Type="FilesToComp... 阅读全文

posted @ 2012-02-15 20:38 Jalen Wang 阅读(299) 评论(0) 推荐(0)

[Learn Note] Java Script Guide Line
摘要:Table of Contents1 Reference 2 Highlights 2.1 Formating 2.1.1 Curly Braces 2.1.2 Array and Object Initializers 2.1.3 Function Arguments 2.1.4 Passing Anonymous Functions 2.1.5 More Indentation 2.1.6 Binary and Ternary Operators 2.2 Strings 2.3 JavaScript Types 2.3.1 Type Casts 2.4 Comments 2.4.1 JSD 阅读全文

posted @ 2012-02-08 16:33 Jalen Wang 阅读(292) 评论(0) 推荐(0)

[LearnNote] JSON
摘要:1 JSONJSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.More information is availble on the home page.2 JSON in JavaScript2.1 Operate with a JSON object2.1.1 Create a JSON object// Declar 阅读全文

posted @ 2012-02-07 21:14 Jalen Wang 阅读(338) 评论(0) 推荐(0)

Flex Builder
摘要:Adobe® Flex® 3 是用于构建和维护在所有主要浏览器、桌面和操作系统一致地部署的极具表现力的 Web 应用程序的高效率的开放源码框架。 可以使用免费的 Flex SDK 构建 Flex 应用程序, 开发人员可以使用 Adobe Flex Builder™ 3 软件来显著促进开发。Download:http://subject.csdn.net/adobedownload/Post by: Jalen Wang (转载请注明出处) 阅读全文

posted @ 2012-02-05 10:19 Jalen Wang 阅读(249) 评论(0) 推荐(0)

Update emacs to 23.2 on Ubuntu
摘要:sudo add-apt-repository ppa:ubuntu-elisp/ppasudo apt-get updatesudo apt-get upgraderef:http://jeffbeeman.com/node/120Post by: Jalen Wang (转载请注明出处) 阅读全文

posted @ 2012-02-05 10:12 Jalen Wang 阅读(222) 评论(0) 推荐(0)

导航