自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(17)
  • 资源 (152)
  • 收藏
  • 关注

原创 (目前不可以跑通,有数据库的 )mybatis+mysql+springmvc + multidatasource 多数据源

pringmvc + mybatis )   http://download.csdn.net/download/knight_black_bob/9226373 mybatis+mysql+springmvc + multidatasource 多数据源 下载 : http://download.csdn.net/download/knight_black_bob/9227505   结果显示 :      applicationContext.xml&am

2015-10-30 17:23:23 99

原创 java怎么用一行代码初始化ArrayList

aces = new ArrayList<String>();places.add("Buenos Aires");places.add("Córdoba");places.add("La Plata"); 我重构代码做: ArrayList<String> places = new ArrayList<String>(Arrays.as

2015-10-28 13:37:06 383

原创 alibaba fastjson 使用方法

2015-10-28 13:32:25 137

原创 (webservice+cxf+mybatis+mysql+springmvc) webservice + cxf 能够跑起来的cxf ,来这里,,

t    下载:http://download.csdn.net/download/knight_black_bob/9186517综合下载:http://download.csdn.net/download/knight_black_bob/9186535 user 实例 来自 :springmvc+mybatis+mysql 自动生成代码 http://knight-black-bob.iteye.com/blog/2208162  0 准备工作 jar 下载cxf-2.

2015-10-16 14:25:29 314

(需要大神,请求解决,遇见runtime error 错误)poj 1009 java

a program that reads a compressed image, finds the edges in the image, as described below, and outputs another compressed image of the detected edges. A simple edge detection algorithm sets an output pixel's value to be the maximum absolute value of the

2015-10-10 14:58:40 217

原创 poj 题型分类

2015-10-10 14:45:50 201

filter 过滤器

lt;!--映射过滤器--> <filter-mapping> <filter-name>MergeFilter</filter-name> <url-pattern>/selfhelp/*</url-pattern> <dispatcher>REQUEST</dispatcher&g

2015-10-10 11:17:09 65

SPRING-MVC 访问静态资源

拦截“/”,拦截了所有的请求,同时对*.js,*.jpg的访问也就被拦截了。 目的:可以正常访问静态文件,不要找不到静态文件报404。 方案一:激活Tomcat的defaultServlet来处理静态文件Xml代码  <servlet-mapping> <servlet-name>default</servlet-name> <url-patt

2015-10-09 15:35:18 77

原创 counchbase springmvc maven (nosql)

ing serverAddress; private String name; private String pwd; public CouchbaseConnectionFactory connect() { CouchbaseConnectionFactory cf = null; try { String[] serverNames = serverAddress.split(","); ArrayList<URI&

2015-10-08 17:38:21 116

(比springmvc更快的开发)jfinal 快速开发入门 freemarker mysql

for `clazz`-- ----------------------------DROP TABLE IF EXISTS `clazz`;CREATE TABLE `clazz` ( `clazzid` int(11) NOT NULL AUTO_INCREMENT, `clazzname` varchar(255) DEFAULT NULL, `clazzaddr` varchar(255) DEFAULT NULL, PRIMARY KEY (`clazzid`)

2015-10-07 10:12:55 176

maven 安装 与配置

(http://maven.apache.org/download.cgi) 下载下该文件。解压该文件(本人的解压路径:D:\soft\maven\apache-maven-3.3.3)。 2、配置windows7下的路径:1)新增环境变量:key = MAVEN_HOME,value=D:\soft\maven\apache-maven-3.3.3 2)新增环境变量2(修改原有的变量值): key = Path, value增加(;%MAVEN_HOME%\bin;) 

2015-10-06 13:45:56 90

原创 poj 1003 java

dicular to the table.) With two cards you can make the top card overhang the bottom one by half a card length, and the bottom one overhang the table by a third of a card length, for a total maximum overhang of 1/2 + 1/3 = 5/6 card lengths. In general you c

2015-10-02 23:03:57 107

原创 poj 1008 java

used a 365 day long year, called Haab, which had 19 months. Each of the first 18 months was 20 days long, and the names of the months were pop, no, zip, zotz, tzec, xul, yoxkin, mol, chen, yax, zac, ceh, mac, kankin, muan, pax, koyab, cumhu. Instead of ha

2015-10-02 21:38:54 98

原创 poj 1007 java

', this measure is 5, since D is greater than four letters to its right and E is greater than one letter to its right. This measure is called the number of inversions in the sequence. The sequence ``AACEDGG'' has only one inversion (E and D)---it is nearly

2015-10-02 17:30:38 147

原创 poj 1006 java

, and they have periods of lengths 23, 28, and 33 days, respectively. There is one peak in each period of a cycle. At the peak of a cycle, a person performs at his or her best in the corresponding field (physical, emotional or mental). For example, if it i

2015-10-02 16:39:56 114

原创 poj 1005 java

ally shrinking by 50 square miles each year, due to erosion caused by the Mississippi River. Since Fred is hoping to live in this house the rest of his life, he needs to know if his land is going to be lost to erosion. After doing more research, Fred h

2015-10-01 14:32:54 93

原创 poj 1004 java

inancial portfolio and solve his financing problems. The first step is to figure out what's been going on with his money. Larry has his bank account statements and wants to see how much money he has. Help Larry by writing a program to take his closing bala

2015-10-01 13:31:56 127

httpd 2.0.59 php 安装

httpd 2.0.59 php 安装

2017-05-16

pywin32-220.win-amd64-py2.7.exe

pywin32-220.win-amd64-py2.7.exe 安装 py-mysql 出错 需要安装 http://knight-black-bob.iteye.com/category/361478

2017-05-15

python 2.7.9 64 windows

python 2.7.9 64 windows python 安装 http://knight-black-bob.iteye.com/category/361478

2017-05-15

推送sdk (类似百度 推送 ) android mina (待优化... )

http://knight-black-bob.iteye.com/blog/2370938 推送sdk (类似百度 推送 ) android mina (待优化... ) 本demo 研究的是原理,不要计较太多。。。。 至于token生成,service 保活,定时启动 不做说明。

2017-04-24

QQ 实战 客户端 android stdio

http://knight-black-bob.iteye.com/blog/2370462 QQ 实战 客户端 android stdio

2017-04-22

QQ 实战 客户端 eclipse

http://knight-black-bob.iteye.com/blog/2370462 QQ 实战 客户端 eclipse

2017-04-22

QQ 实战 服务器端

http://knight-black-bob.iteye.com/blog/2370462 QQ实战 服务器端

2017-04-22

tomcat session共享 redis

tomcat session共享 redis

2017-04-21

多module pom项目 构建 maven

http://knight-black-bob.iteye.com/blog/2361377 多module pom项目 构建 maven 含 maven 详细配置 含 eastrest api web 供手机端使用 含 web 供 网站开发 含 service orm mybatis 含 commonutil 含 entity

2017-03-28

fastdfs 5.05

fastdfs-5.05.tar.gz

2017-03-14

libfastcommon

lib fast common fastdfs lib fast common fastdfs lib fast common fastdfs fastdfs 安装 需要包

2017-03-13

google postman

google postman

2017-03-10

mybatis generator 自动生成 dao mapping object

mybatis generator 自动生成 dao mapping object ------------------------------ http://knight-black-bob.iteye.com/blog/2360841

2017-03-08

jetty maven pom run

jetty maven pom run ---------------------------------------- http://knight-black-bob.iteye.com/blog/2360698

2017-03-07

python django firstweb

python django firstweb http://knight-black-bob.iteye.com/blog/2358196

2017-02-21

sqllite expert pro

sqllite expert pro

2017-02-21

springcloud hystrix 断路由

springcloud hystrix 断路由 http://knight-black-bob.iteye.com/blog/2356431

2017-02-21

springcloud bus rabbitmq 分布式队列

springcloud bus rabbitmq 分布式队列 http://knight-black-bob.iteye.com/blog/2356839

2017-02-21

springcloud zuul gateway 服务网关

springcloud zuul gateway 服务网关 http://knight-black-bob.iteye.com/blog/2357683

2017-02-21

springcloud computeservice 服务提供者

springcloud computeservice 服务提供者 http://knight-black-bob.iteye.com/blog/2356149

2017-02-21

fastdfs linux 安装包

fastdfs linux 安装包 (包含FastDFS_v5.05.tar,fastdfs-nginx-module_v1.16.tar,libfastcommon-master,nginx-1.8.0.tar)

2019-05-08

springboot 同步解耦 异步化

http://knight-black-bob.iteye.com/blog/2414350 springboot 同步解耦 异步化

2018-03-26

手写 dubbo

手写dubbo http://knight-black-bob.iteye.com/blog/2410677

2018-02-09

手写 tomcat nio

手写 tomcat nio http://knight-black-bob.iteye.com/blog/2408450

2018-01-22

手写 springmvc

java spring springmvc 手写 博客位置: http://knight-black-bob.iteye.com/blog/2407872

2018-01-16

jmeter 用例 案例

jmeter 用例 案例 http://knight-black-bob.iteye.com/blog/2401372 jmeter 用例 案例 http://knight-black-bob.iteye.com/blog/2401287 jmeter 用例 案例 http://knight-black-bob.iteye.com/blog/2401284

2017-11-30

json 格式化展示 编辑(第三方开源框架 FlexiJsonEditor)

json 格式化展示 编辑(第三方开源框架 FlexiJsonEditor) http://knight-black-bob.iteye.com/blog/2397407

2017-10-24

rabbit mq demo spring java

docker 安裝 rabbit mq  並測試 http://knight-black-bob.iteye.com/blog/2395713

2017-10-10

openfire_3_8_2.tar.gz xmpp openfire linux 安装 im 及时通讯服务器

xmpp openfire linux 安装 im 及时通讯服务器 http://knight-black-bob.iteye.com/blog/2395293

2017-10-03

protoc netty win 32 2.6.1

protoc netty win 32 2.6.1

2017-07-10

zookeeper windows 3.4.6

zookeeper 3.4.6 windows

2017-06-28

jad jd-gui java 源码查看 eclipse plugins jadclipse

jad jd-gui java 源码查看 eclipse plugins jadclipse

2017-06-21

jad jd-gui java 源码查看

jad jd-gui java 源码查看

2017-06-21

dubbo admin 下载

dubbo admin 下载

2017-06-16

ucdemo discuz ucenter api for java

discuz-ucenter-api-for-java discuz 单点登录 ucenter http://knight-black-bob.iteye.com/blog/2378199

2017-06-07

net-snmp-5.3.0.1.tar.gz

net-snmp-5.3.0.1.tar.gz 下载 python 安装 http://knight-black-bob.iteye.com/blog/2374975

2017-05-18

setuptools-0.6c11.tar.gz

setuptools-0.6c11.tar.gz 下载 http://knight-black-bob.iteye.com/blog/2374975

2017-05-18

jdk-8u131-linux-i586.gz

jdk 8u131 linux i586 gz jdk 8u131 linux i586 gz

2017-05-18

php 7.1.5 安装

php 7.1.5 安装

2017-05-16

libxml2 2.6.32 php 安装

libxml2 2.6.32 php 安装

2017-05-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除