AngleGradientView效果说明1. 用源码产生带环形渐变色的view2. 可以配合maskView一起使用(上图中的右下角图片的效果)源码https://github.com/YouXianMing/GradientLayerViewhttps://github.com/paiv/Ang...
分类:
其他好文 时间:
2015-05-15 17:32:12
阅读次数:
208
一、官方网站及源码下载 1、官方网站:http://topshelf-project.com/ 2、源码下载:https://github.com/Topshelf/Topshelf/downloads 二、Topshelf优势 1、调试方便:不用创建windows服务项目,直接创建控...
-----------------------------------------------------------github账号 https://github.com/yuehen -------------------------------------------------...
分类:
其他好文 时间:
2015-05-15 17:09:57
阅读次数:
87
支持各种上、下拉刷新。Github:https://github.com/chrisbanes/Android-PullToRefreshFeaturesSupports both Pulling Down from the top, and Pulling Up from the bottom (...
分类:
移动开发 时间:
2015-05-15 17:08:18
阅读次数:
180
Jenkins Python Plugin 官方wiki:https://wiki.jenkins-ci.org/display/JENKINS/Python+Plugin 它使得在构建时可以执行Python脚本(前提:Python必须已经被添加到path环境变量中) 当然,它也也可以使用Jenkins...
分类:
编程语言 时间:
2015-05-15 16:01:11
阅读次数:
229
个人感觉看谁的都不如直接看官网的教程,简单、可靠
JUnit4官网教程 :点击打开链接
使用Eclipse 建立一个Java 功能,并导入一下两个JAR包(可从官网上下载两个JAR包, 注:网络连接可能存在问题,可将http连接改为https即可):
本教程功能
(1) JUnit4的基本使用方法,
(2) 多个测试类一起执行的方法,Suites.class
(3)一次性测试多...
分类:
其他好文 时间:
2015-05-15 15:37:34
阅读次数:
134
表白第一弹的内容发出去后,收到很多人的祝福和建议,很感谢大家的捧场,2014年经历了很多事,自己的创业路失败,重新找工作,一直忙碌,也没有再修改代码,现准备重新拾起来,把第一弹完善,然后送出表白第二弹,第三弹的设想己完成,正在coding中。
这一篇的主要内容是把完善后的第一弹的程序放出,顺便讲解一下这里的一些新的东西。
源码地址:https://github.com/wuxia200...
分类:
其他好文 时间:
2015-05-15 15:32:52
阅读次数:
164
试题请參见:https://oj.leetcode.com/problems/longest-common-prefix/题目概述Write a function to find the longest common prefix string amongst an array of strings...
分类:
其他好文 时间:
2015-05-15 15:13:04
阅读次数:
104
推荐使用http://pencil.evolus.vn/它在全平台上都可以安装使用,同时也包含了 Android Material Design 的一些组件库非常方便使用与 APP 开发过程中的原型设计提供两个 Material Design 的开源素材地址Widgets(组件):https://g...
分类:
移动开发 时间:
2015-05-15 15:04:16
阅读次数:
164
Spring Session是Spring的项目之一,GitHub地址:https://github.com/spring-projects/spring-session。
Spring Session提供了一套创建和管理Servlet HttpSession的方案。Spring Session提供了集群Session(Clustered Sessions)功能,默认采用外置的Redis来存储Session数据,以此来解决Session共享的问题。...
分类:
编程语言 时间:
2015-05-15 13:44:29
阅读次数:
271