06 2014 档案
eclipse scons 使用指南
摘要:http://sconsolidator.com/projects/sconsolidator/wiki/Getting_StartedAdd SCons support to an existing projectTo add SCons support to an existing C/C++ ...
阅读全文
eclipse 安装scons
摘要:http://www.sconsolidator.com/updateInstallationTo use SConsolidator, you first have to installSCons(version 2.0 is the minimum requirement). SConsolid...
阅读全文
在Windows7上搭建Cocos2d-x 3.2alpha0开发环境
摘要:在windows7上搭建COCOS2D-X开发环境并不难, 但是由于框架更新过快,很多用户都有困难。我希望你们认为这个教程有用。建议:为了避免安全相关的问题,请以管理员权限执行所有的操作,当运行命令的时候,也要确保之前是以管理员权限打开了命令行窗口.工具准备搭建开发环境需要安装工具包括Visual ...
阅读全文
Centos6.3 jekyll环境安装
摘要:yuminstallruby yuminstallrubygems yum install ruby-develgem install rdiscountyum install python-pygmentsgem install jekyll
阅读全文
[Ruby01]Class, Module, Object,Kernel的关系
摘要:puts Class.ancestorsputs '11111111111111111111'puts Module.ancestorsputs '2222222222222222222'puts Object.ancestorsputs '3333333333333333333'puts Kern...
阅读全文
AngularJS应用的解析
摘要:模板(Templates)模板是您用HTML和CSS编写的文件,展现应用的视图。 您可给HTML添加新的元素、属性标记,作为AngularJS编译器的指令。 AngularJS编译器是完全可扩展的,这意味着通过AngularJS您可以在HTML中构建您自己的HTML标记!应用程序逻辑(Logic)和...
阅读全文
Angularjs 整体框架结构
摘要://angulajs整体代码框架结构/** * @license AngularJS v1.2.6 * (c) 2010-2014 Google, Inc. http://angularjs.org * License: MIT */(function(window, document, undef...
阅读全文
Angularjs 初始化框架
摘要:bindJQuery(); publishExternalAPI(angular); jqLite(document).ready(function() { angularInit(document, bootstrap);//初始化angular模块 });//初始化函数funct...
阅读全文
angurlajs 如何绑定Jquery
摘要://绑定Jqueryfunction bindJQuery() { // bind to jQuery if present; jQuery = window.jQuery;//获取windows 的jquery对象 // reset to jQuery or default to us. ...
阅读全文
Centos 卸载OpenJdk
摘要:[root@localhost ~]# rpm -qa|grep jdkjava-1.6.0-openjdk-devel-1.6.0.0-1.50.1.11.5.el6_3.i686java-1.7.0-openjdk-devel-1.7.0.9-2.3.3.el6_3.1.i686java-1.6...
阅读全文
OpenNebula Restfull 接口请求示例
摘要:Fri Jun 20 07:28:20 2014 [I]: 10.0.2.2 - - [20/Jun/2014 07:28:20] "POST /vmtemplate HTTP/1.1" 201 815 0.7095Fri Jun 20 07:28:59 2014 [I]: 10.0.2.2 - -...
阅读全文