本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- siemens800
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
最新文章列表
FST源代码解读6——FST的读取
lucene fst 源代码 解读
在lucene的官方文档里,有读取的代码的介绍,直接用了一个Util类,代码如下,方法名字是:org.apache.lucene.util.fst.Util.get(FST<T>, IntsRef)
/** Looks up the output for this input, or null if the input is not ac ...
Spring Boot(12)——使用MongoDB
使用MongoDB
需要在Spring Boot应用中使用MongoDB,可以在pom.xml中添加spring-boot-starter-data-mongodb依赖,这样Spring Boot会自动配置MongoDB的相关bean,比如MongoClient、MongoTemplate等,可以参考Spring Data MongoDB的自动配置类org.springframework.boo ...
String之PropertyPlaceholderConfigurery源码解析
1. PropertyPlaceholderConfigurery使用
注解方式:
<context:property-placeholder location="classpath*:disconf.properties"
ignore-unresolvable="true"
ignore-resource-not-found=&quo ...
jmeter cvs 使用
jmeter cvs 使用
jmeter 用例案例 demo 下载:http://download.csdn.net/download/knight_black_bob/10138921
0。添加:
右击“线程组”-添加-配置元件-CSV Data Set Config
1.配置CSV Data SetConfig参数信息
Filename:制定 ...
jmeter 随机函数 使用
jmeter 随机函数 使用
jmeter 用例案例 demo 下载:http://download.csdn.net/download/knight_black_bob/10138921
0.在JMeter 工具中,选择{选项-函数助手对话框-} 函数助手中选择 Random
1.创建自定义变量 使用函数
2.发送http 请求
3.查看结 ...
openfalcon的基本原理和使用
本篇文章介绍下openfalcon的基本原理和使用,粒度相对较粗,主要目的是使大家迅速掌握open-falcon的数据模型、功能模块、运作流程和使用方法。具体分解如下,
基本介绍
技术架构
数据模型
主要模块
如何使用
其他
一、基本介绍
Open-Falcon 是小米研发的一款开源的互联网企业级监控系统解决方案,目前小米、金山云、美团、京东金融、滴滴等公司有在使 ...
as butterknife 插件使用
动图使用详细
1.安装插件
2. 配置 gradle
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
...
retrofit rxjava android 封装 使用
本人使用 github 现成封装 modules rxretrofitlibrary
一步步封装 移步 http://blog.csdn.net/wzgiceman/article/details/51939574
专栏 移步 http://blog.csdn.net/column/details/13297.html
该博主 三个 版本的 gitbub 成果:
https:// ...
fastdfs java 使用
fastdfs 安装详解
<!-- fastdfs start -->
<dependency>
<groupId>org.csource</groupId>
<artifactId>fastdfs-client-java</artifactId>
<versio ...
fastdfs 安装 使用
fastdfs 安装 使用
libfastcommon
下载地址: http://download.csdn.net/download/knight_black_bob/9779317
FastDFS
下载地址:http://download.csdn.net/download/knight_black_bob/9780315
27.安装 fa ...
iOS ReSideMenu 使用
pod 'RESideMenu', '~> 4.0.7'
github 地址 ;https://github.com/romaonthego/RESideMenu
不缩放 self.scaleContentView = NO;
1. storyborad 添加 slideView
创建 一个 SlideViewController 继承 re ...
iOS afnetworking 使用
#import "AFHTTPSessionManager.h"
AFHTTPSessionManager *manager = [AFHTTPSessionManager manager];
[manager GET:@"http://ods5pg0qp.bkt.clouddn. ...
iOS coredata 使用
//
// AppDelegate.h
// IteyeBlog
//
// Created by youbao on 16/9/24.
// Copyright © 2016年 youbao. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <CoreDa ...
iOS sdwebimage 使用
#import "UIImageView+WebCache.h"
[self.image sd_setImageWithURL:[NSURL URLWithString:@"http://ods5pg0qp.bkt.clouddn.com/iteyeblog/icon.png"] ...
iOS mjrefresh 使用
TableViewController.h
//
// TableViewContoller.h
// IteyeBlog
//
// Created by youbao on 16/10/15.
// Copyright © 2016年 youbao. All rights reserved.
//
#import <UIKit/UIK ...