Floating Action Button的快速实现 经验

RapidFloatingActionButton 是 Floating Action Button 的快速实现,RapidFloatingActionButton(以下简称RFAB) 使用方式:

ec3y 2015-05-06   66138   0
P8

  Junit对Action与Dao的测试总结 文档

以下是使用Junit对Action与Dao的一点测试心得,有不对的地方欢迎批评指教。有疑问或是有什么错误的地方大家可以E我,Email:goshoppingzxp@yahoo.cn 在做白盒测试之前

chenhb 2011-08-08   4876   0

Android Action Bar 示例代码 经验

今天一起来看下Android Action Bar的示例代码,我们通过活动栏做一个简单选项菜单。下面这个例子将演示ActionBar.NAVIGATION_MODE_STANDARD、 ActionBar

openkk 2011-12-15   45005   0
P39

  Mahout in Action 中文版 文档

practicalecommerce.com/articles/1942-10-Questions-on-Product-Recommendations 1.3 聚类 Clustering turns up in less

Mon 2013-12-01   5643   0

庄表伟:Free Software vs. Open Source 资讯

很早以前看过一部港剧《龙兄鼠弟》,是万梓良、郑则仕和张卫健演的。其中万梓良饰演的雷文凤,在最后写了一本书,叫做《黑白灰》。大意是:这个世界,虽然存在黑白两色,绝大多数人,却都是灰色的。而他,却一定要坚持做一个纯白色的人。甚至在他看来,灰色的人,较之黑色的人,更加罪恶。

jopen 2015-06-05   7874   0

Let It Go (Software Edition) 程序员之歌 资讯

英文原文: Let It Go (Software Edition) Lyrics The code is checked into the server tonight Not a tester

jopen 2014-06-20   6724   0

流媒体软件:Open Broadcaster Software 经验

OBS 是一个开源的流媒体软件,你可以用它来录制屏幕、摄像头、游戏视频,保存成文件或者上传到youtube、通过twutch.tv进行直播。

jopen 2014-04-20   95847   0
P22

  Hadoop: A Software Framework for Data Intensive Computing Applications 文档

1. Hadoop: A Software Framework for Data Intensive Computing ApplicationsRavi Mukkamala Department of

Eric_V72 2013-10-21   1733   0
P

Domain-Driven Design: Tackling Complexity in the Heart of Software 文档

The software development community widely acknowledges that domain modeling is central to software design. Through domain modeling, software developers are able to express rich functionality and translate that functionality into software implementation that truly serves the needs of its users. Despite its obvious importance, however, there are few practical resources that show how to incorporate effective domain modeling into the software development process.<br> Domain-Driven Design fills that need. It offers readers a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining design and development practice, Domain-Driven Design incorporates numerous examples in Java-case studies taken from actual projects that illustrate the application of domain-driven design to real-world software development.

silentboy 2015-03-10   3162   0

MySQL信息收集工具 Wolf Software Mysql Size Class 资讯

Wolf Software Mysql Size Class 是一个小型轻量级的 PHP 类用来输出 MySQL 数据库的信息,包括表名、行大小以及整个数据库的大小。 项目地址: http://www

jopen 2011-11-23   10665   0
PHP  

Product Hunt:这家只有1名员工的网站融了600万美元 资讯

9 月中旬,APP 分享推荐网站 Product Hunt 获得硅谷著名风投 Andree SSE n Horowitz 公司(简称“A16Z”)领投的 600 万美元A轮融资,而此时距其拿得 100

jopen 2014-09-17   6072   0
网站  

Google 如何用「Product Snippets」大幅提高员工生产力? 资讯

Product Snippets: 一个 Google 固定每周一自动寄给员工的 email,信中要求员工回信,并简短写下上周的工作进度和本周的工作计划。所有的这些 Product Snippets

jopen 2012-01-31   6573   0
Google  

Android 8.1新款字体“Product Sans”现在可供用户尝试 资讯

最近刚刚提供了第一款 Android 8.1 公开预览版,它带来了相当多的新功能,其中一个功能是名为“Product Sans”的新字体,现在这个字体已经被提取出来,并可供任何愿意安装在手机上的用户使用。 自

jopen 2017-10-27   14309   0
Android  
P20

  Liferay in Action 中文翻译【自】 文档

信息时显示。 这个例子将介绍几个Portlet API的特点: n 门户组件模型 n 门户组件action和他们是如何处理的 n 门户组件的参数 这是探讨将提供一个更好的基础去建立portlets 然后

endlesswl 2012-08-06   13984   0
P4

  iBATIS In Action:序言和目录 文档

iBATIS In Action:序言和目录 序言 在我的软件开发生涯中,我曾工作于多种不同的环境中。在同一家公司中,人们往往会以不同的方式进行开发。考虑到各种各样的挑战——人、工具,它们就是开发人

ka520 2015-11-14   428   0
P6

  全面讲解Struts2的Action 文档

Struts2的Action Struts2框架中的Action是业务控制器,是Struts2框架的核心。用户提交的所有请求,都是通过Action进行业务逻辑处理的。在Struts2框架中,Action是实现企业应用的关键部分。

gzx2080205 2011-08-10   3522   0
P22

  iBATIS In Action:iBATIS 的安装和配置 文档

iBATIS In Action:iBATIS的安装和配置 上一篇: iBATIS In Action:什么是iBATIS(2); 译注:本章讲解的是iBATIS的安装和配置,原书使用的是Java版本,与

ka520 2015-11-14   3069   0

Android 广播大全 Intent Action 事件 经验

Intent.ACTION_AIRPLANE_MODE_CHANGED; //关闭或打开飞行模式时的广播 Intent.ACTION_BATTERY_CHANGED; //充电状态,或者电池的电量发生变化

openkk 2012-03-08   131571   0
P9

  iBATIS in Action:什么是iBATIS(二) 文档

iBATIS In Action:什么是iBATIS(二) 上一篇:什么是iBATIS(1) 2.5 iBATIS快速上手 iBATIS框架非常简单,它上手起来同样简单。有多简单呢?使用iBATIS

ka520 2015-11-14   568   0

可自定义外观的Action Sheet 经验

FMActionSheet 可自定义外观的Action Sheet Screen Shot(截图) 项目主页: http://www.open-open.com/lib/view/home/1439448114254

jopen 2015-08-13   10612   0
1 2 3 4 5 6 7 8 9 10