上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 61 下一页
  2014年6月23日
摘要: yuminstallruby yuminstallrubygems yum install ruby-develgem install rdiscountyum install python-pygmentsgem install jekyll 阅读全文
posted @ 2014-06-23 22:31 heidsoft 阅读(147) 评论(0) 推荐(0) 编辑
摘要: puts Class.ancestorsputs '11111111111111111111'puts Module.ancestorsputs '2222222222222222222'puts Object.ancestorsputs '3333333333333333333'puts Kern... 阅读全文
posted @ 2014-06-23 15:41 heidsoft 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 模板(Templates)模板是您用HTML和CSS编写的文件,展现应用的视图。 您可给HTML添加新的元素、属性标记,作为AngularJS编译器的指令。 AngularJS编译器是完全可扩展的,这意味着通过AngularJS您可以在HTML中构建您自己的HTML标记!应用程序逻辑(Logic)和... 阅读全文
posted @ 2014-06-23 14:39 heidsoft 阅读(193) 评论(0) 推荐(0) 编辑
摘要: //angulajs整体代码框架结构/** * @license AngularJS v1.2.6 * (c) 2010-2014 Google, Inc. http://angularjs.org * License: MIT */(function(window, document, undef... 阅读全文
posted @ 2014-06-23 11:16 heidsoft 阅读(463) 评论(0) 推荐(0) 编辑
摘要: bindJQuery(); publishExternalAPI(angular); jqLite(document).ready(function() { angularInit(document, bootstrap);//初始化angular模块 });//初始化函数funct... 阅读全文
posted @ 2014-06-23 11:10 heidsoft 阅读(197) 评论(0) 推荐(0) 编辑
摘要: //绑定Jqueryfunction bindJQuery() { // bind to jQuery if present; jQuery = window.jQuery;//获取windows 的jquery对象 // reset to jQuery or default to us. ... 阅读全文
posted @ 2014-06-23 11:00 heidsoft 阅读(442) 评论(0) 推荐(0) 编辑
  2014年6月21日
摘要: Document 阅读全文
posted @ 2014-06-21 18:05 heidsoft 阅读(215) 评论(0) 推荐(0) 编辑
摘要: [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... 阅读全文
posted @ 2014-06-21 16:25 heidsoft 阅读(217) 评论(0) 推荐(0) 编辑
  2014年6月20日
摘要: 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 - -... 阅读全文
posted @ 2014-06-20 16:59 heidsoft 阅读(274) 评论(0) 推荐(0) 编辑
  2014年5月2日
摘要: 堆和栈的区别一、预备知识—程序的内存分配一个由c/C++编译的程序占用的内存分为以下几个部分1、栈区(stack)—由编译器自动分配释放,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。2、堆区(heap)—一般由程序员分配释放,若程序员不释放,程序结束时可能由OS回收。注意它与数... 阅读全文
posted @ 2014-05-02 23:10 heidsoft 阅读(320) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 61 下一页