ActionBar它是3.0经UI设计规格。同时它是Google设计风格强烈推荐,如何做一个高速设计的眼睛ActionBar之。进一步,我们设置了阶段为一个入眼ActionBar模板吧,然后,Android Action Bar Style Generator就出来了:http://jgilfelt...
分类:
移动开发 时间:
2015-09-30 18:07:34
阅读次数:
253
简介 因为最近一段时间需要研究一些openstack相关的东西,在阅读一些相关代码的时候碰到很多python特定的一些特性,比如generator, coroutine以及一些相关的类库,比如eventlet, greenlet。在openstack里引用的第三方类库非常多,这些特性和类库看起来还....
分类:
编程语言 时间:
2015-09-29 21:50:16
阅读次数:
391
1,下载mybatis-generator-core-1.3.2.jar,百度即可;2,新建generator.xml文件,贴上以下代码: ...
分类:
移动开发 时间:
2015-09-28 16:15:53
阅读次数:
232
1.在工程中创建公共maven quick-start项目,在此命名为simcommon,该项目只提供公共的pom,修改pom代码如下 4.0.0 com.simon.common simcommon 0.0.1-SNAPSHOT jar simcommon ...
分类:
系统相关 时间:
2015-09-28 15:58:36
阅读次数:
274
python 标准库中提供了 itertools, functools, operator 三个库支持函数式编程,对高阶函数的支持,python 提供 decorator 语法糖。 迭代器 (iterator)和生成器(generator)概念是 python 函数式编程的基础,利用迭...
分类:
编程语言 时间:
2015-09-24 19:47:27
阅读次数:
244
HTML实现置顶操作需要引入JQuery,案例中引入的是jquery-1.11.2.min.js需要图片以下为案例源码:--------------------------------------<!doctypehtml><htmllang="en"><head> <metacharset="UTF-8"> <metaname="Generator"content="EditPlus"> ..
分类:
Web程序 时间:
2015-09-23 12:01:27
阅读次数:
2203
简单导航示例效果源码:-------------------------------------<!doctypehtml><htmllang="en"><head><metacharset="UTF-8"><metaname="Generator"content="EditPlus"><metaname="Author"content=""><metaname="Keywords"content="">..
分类:
其他好文 时间:
2015-09-23 11:58:12
阅读次数:
174
下雪实例知识点:canvas画布数组绘画函数效果:源码:------------------------------<!doctypehtml><htmllang="en"><head><metacharset="UTF-8"><metaname="Generator"content=""><metaname="Author"content=""><metaname="Keywords"c..
分类:
Web程序 时间:
2015-09-23 11:52:33
阅读次数:
181
本文是基于 node 0.12.7 express 4.13.1 1)安装 npm?install?-g?express
npm?install?-g?express-generator 2)创建项目并启用 express?myapp
cd?myapp?&&?npm?install
npm?start 3)目录结构 app....
分类:
其他好文 时间:
2015-09-22 19:13:51
阅读次数:
120
波浪水球实例1.需要图片2.需要JQuery,jquery-2.1.4.min.js以下为源码:<!doctypehtml><htmllang="en"><head><metacharset="UTF-8"><metaname="Generator"content="EditPlus"><metaname="Author"content=""><metaname="Keywords"content=..
分类:
Web程序 时间:
2015-09-22 19:09:32
阅读次数:
214