package com.github.doctor.dubbo.config;
import java.util.Map;
import java.util.Map.Entry;
import javax.annotation.PostConstruct;
import org.springframework.beans.factory.annotation.Autowired;
impor...
分类:
其他好文 时间:
2015-01-11 09:40:12
阅读次数:
251
最近利用一周左右的业余时间,终于完成了一个Android图片剪裁库,核心功能是根据自己的理解实现的,部分代码参考了Android源码的图片剪裁应用。现在将该代码开源在Github上以供大家学习和使用,地址:https://github.com/Jhuster/ImageCropper,效果如下所示:我的大致计划是首..
分类:
移动开发 时间:
2015-01-11 06:21:20
阅读次数:
307
这里是用 JavaScript 做的逆转序列(数组/字符串)的递归/尾递归实现。另外还尝鲜用了一下 ES6 的destructuring assignment + spread operator 做了一个更 functional 的版本(只支持数组)。正确性能通过测试(参见 放在我 Github 上...
分类:
编程语言 时间:
2015-01-11 06:12:23
阅读次数:
283
转载请注明:TheViperhttp://www.cnblogs.com/TheViper更好的可以看http://purplebamboo.github.io/2014/05/24/koa-source-analytics-2/源码function co(fn) { var isGenFun =....
分类:
Web程序 时间:
2015-01-11 00:59:06
阅读次数:
438
http://www.androiduipatterns.com/2012/06/emerging-ui-pattern-side-navigation.htmlhttps://github.com/mattlogan/CircleMenu/tree/master/samplehttps://git...
分类:
其他好文 时间:
2015-01-10 23:40:58
阅读次数:
225
1、安装阿里云centos系统2、yum update3、yum install httpd4、yum install php5、yum install php-imap使用ImapMailbox.php解析邮件内容https://github.com/barbushin/php-imap
分类:
Web程序 时间:
2015-01-10 22:12:44
阅读次数:
231
再见,CSDN,此博客停止更新。博客已迁移,传送门:http://dbarobin.com...
分类:
其他好文 时间:
2015-01-10 18:16:11
阅读次数:
170
解决方案:github issue
通过修改hexo源码来解决:
文件:lib/util/highlight.js
将91行的:
numbers += '' + (i + firstLine) + '';
content += '' + item + '';
改为:
numbers += '' + (i + firstLine) + '\n'...
分类:
其他好文 时间:
2015-01-10 18:12:08
阅读次数:
196
1. 在https://github.com/guybedford/require-css下载到require-css包2. 把css.js或者css.min.js复制到项目的js目录下3. 在require.config配置mapmap: { '*': { ...
分类:
Web程序 时间:
2015-01-10 17:58:25
阅读次数:
20022
1.注册账户以及创建仓库 要想使用github第一步当然是注册github账号了。之后就可以创建仓库了(免费用户只能建公共仓库),Create a New Repository,填好名称后Create,之后会出现一些仓库的配置信息,这也是一个git的简单教程。2.安装客户端tortoiseGit g...
分类:
Web程序 时间:
2015-01-10 16:34:51
阅读次数:
163