代码改变世界

阅读排行榜

solr开发之基本操作

2017-04-08 11:37 by 甘雨路, 819 阅读, 收藏,
摘要: package zr.com.util; import java.io.IOException; import java.util.List; import java.util.Map; import org.apache.solr.client.solrj.SolrQuery; import org.apache.solr.client.solrj.SolrQuery.ORDER; imp... 阅读全文

动画的button(按下时缩小,松开时恢复)

2016-04-26 17:48 by 甘雨路, 818 阅读, 收藏,
摘要: #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end #import "AppDelegate.h" #import "RootViewController.h" @interface AppDelegate () @end @impl... 阅读全文

iOS 获取快递物流信息(GCD异步加载)

2015-12-14 14:07 by 甘雨路, 786 阅读, 收藏,
摘要: #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "RootViewController.h"@... 阅读全文

在一个Label上设置多种颜色字体

2015-06-26 16:09 by 甘雨路, 782 阅读, 收藏,
摘要: 1 #import "AppDelegate.h" 2 3 @interface AppDelegate () 4 5 @end 6 7 @implementation AppDelegate 8 9 10 - (BOOL)appli... 阅读全文

Spring boot 、mybatis、swagger、c3p0、redis 和mongodb 整合

2018-04-03 13:23 by 甘雨路, 780 阅读, 收藏,
摘要: 文件路径: 添加依赖: 添加application.properties文件 添加c3p0.properties文件 添加mongoDB.properties文件 添加mybatis.properties文件 添加redis.properties文件 添加mybatis-donfig.xml配置文件 阅读全文
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 44 下一页