最新文章列表

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 ...
suichangkele 评论(0) 有685人浏览 2019-12-17 20:33

Spring Boot(23)——使用Jsp视图

使用Jsp视图 使用内置的Tomcat容器时如果需要使用Jsp视图,需要在pom.xml中添加如下依赖。 <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> ...
234390216 评论(0) 有1168人浏览 2019-06-15 23:02

【转】MySQL命名、设计及使用规范

数据库环境 dev:开发环境,开发可读写,可修改表结构。开发人员可以修改表结构,可以随意修改其中的数据但是需要保证不影响其他开发同事。 qa:测试环境,开发可读写,开发人员可以通过工具修改表结构。 sim:模拟环境,开发可读写,发起上线请求时,会先在这个环境上进行预执行,这个环境也可供部署上线演练或压力测试使用。 real:生产数据库从库(准实时同步),只读环境,不允许修改数据,不允许 ...
明子健 评论(0) 有595人浏览 2019-04-12 12:51

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 ...
234390216 评论(0) 有2792人浏览 2018-12-27 20:48

git使用

$ git checkout -b dev //首先,我们创建dev分支,然后切换到dev分支:Switched to a new branch 'dev' $ git branch //用git branch命令查看当前分支: $ git checkout master //dev分支的工作完成,我们就可以切换回master分支: $ git reset --hard 5aa331f21 ...
独孤不求败 评论(0) 有326人浏览 2018-03-09 15:47

String之PropertyPlaceholderConfigurery源码解析

1. PropertyPlaceholderConfigurery使用 注解方式: <context:property-placeholder location="classpath*:disconf.properties" ignore-unresolvable="true" ignore-resource-not-found=&quo ...
ncs123 评论(0) 有659人浏览 2017-12-06 13:53

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:制定 ...
knight_black_bob 评论(0) 有1974人浏览 2017-11-30 10:02

jmeter 随机函数 使用

jmeter 随机函数 使用    jmeter 用例案例 demo 下载:http://download.csdn.net/download/knight_black_bob/10138921     0.在JMeter 工具中,选择{选项-函数助手对话框-} 函数助手中选择 Random    1.创建自定义变量 使用函数   2.发送http  请求    3.查看结 ...
knight_black_bob 评论(0) 有2728人浏览 2017-11-29 16:57

openfalcon的基本原理和使用

本篇文章介绍下openfalcon的基本原理和使用,粒度相对较粗,主要目的是使大家迅速掌握open-falcon的数据模型、功能模块、运作流程和使用方法。具体分解如下, 基本介绍 技术架构 数据模型 主要模块 如何使用 其他 一、基本介绍       Open-Falcon 是小米研发的一款开源的互联网企业级监控系统解决方案,目前小米、金山云、美团、京东金融、滴滴等公司有在使 ...
zbye 评论(0) 有7130人浏览 2017-08-25 00:43

Protobuf基础之proto文件的编译和使用

1、创建测试用的proto源文件,如:StudentInfo.proto,内容如下   message StudentInfo{ required int32 id = 1; required string name = 2; optional string email = 3; }   2、cmd命令行进入protobuf源代码文件夹下的src目录 ...
sharley 评论(0) 有15112人浏览 2017-05-18 20:16

as butterknife 插件使用

  动图使用详细     1.安装插件     2. 配置 gradle  dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { ...
knight_black_bob 评论(0) 有875人浏览 2017-05-05 14:21

retrofit rxjava android 封装 使用

  本人使用 github 现成封装 modules  rxretrofitlibrary 一步步封装 移步 http://blog.csdn.net/wzgiceman/article/details/51939574 专栏 移步 http://blog.csdn.net/column/details/13297.html 该博主 三个 版本的 gitbub 成果: https:// ...
knight_black_bob 评论(0) 有2529人浏览 2017-04-12 11:07

fastdfs java 使用

   fastdfs 安装详解   <!-- fastdfs start --> <dependency> <groupId>org.csource</groupId> <artifactId>fastdfs-client-java</artifactId> <versio ...
knight_black_bob 评论(0) 有2053人浏览 2017-03-28 15:12

fastdfs 安装 使用

   fastdfs 安装 使用      libfastcommon 下载地址: http://download.csdn.net/download/knight_black_bob/9779317   FastDFS 下载地址:http://download.csdn.net/download/knight_black_bob/9780315       27.安装 fa ...
knight_black_bob 评论(0) 有944人浏览 2017-03-24 11:03

iOS ReSideMenu 使用

  pod 'RESideMenu', '~> 4.0.7'   github  地址 ;https://github.com/romaonthego/RESideMenu    不缩放 self.scaleContentView = NO;     1. storyborad 添加 slideView   创建 一个 SlideViewController  继承 re ...
knight_black_bob 评论(0) 有1068人浏览 2016-10-22 17:10

iOS afnetworking 使用

            #import "AFHTTPSessionManager.h"         AFHTTPSessionManager *manager = [AFHTTPSessionManager manager]; [manager GET:@"http://ods5pg0qp.bkt.clouddn. ...
knight_black_bob 评论(0) 有496人浏览 2016-10-21 22:05

iOS coredata 使用

          // // AppDelegate.h // IteyeBlog // // Created by youbao on 16/9/24. // Copyright © 2016年 youbao. All rights reserved. // #import <UIKit/UIKit.h> #import <CoreDa ...
knight_black_bob 评论(0) 有581人浏览 2016-10-21 21:58

iOS sdwebimage 使用

            #import "UIImageView+WebCache.h"           [self.image sd_setImageWithURL:[NSURL URLWithString:@"http://ods5pg0qp.bkt.clouddn.com/iteyeblog/icon.png"] ...
knight_black_bob 评论(0) 有728人浏览 2016-10-21 21:56

iOS mjrefresh 使用

         TableViewController.h // // TableViewContoller.h // IteyeBlog // // Created by youbao on 16/10/15. // Copyright © 2016年 youbao. All rights reserved. // #import <UIKit/UIK ...
knight_black_bob 评论(0) 有1046人浏览 2016-10-21 21:39

maven的认识和简单使用

maven的简单使用   1、maven的使用背景 maven是一个成熟的项目管理工具,它的核心理念是POM(Project Object Model)项目对象模型,把一整个项目当做对象 ...
Everyday都不同 评论(0) 有954人浏览 2016-10-21 21:02

最近博客热门TAG

Java(141744) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37267) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics