摘要:
Description You are the King of Byteland. Your agents have just intercepted a batch of encrypted enemy messages concerning the date of the planned att 阅读全文
posted @ 2017-05-31 13:47
cxchanpin
阅读(261)
评论(0)
推荐(0)
摘要:
(转过来,源地址:http://www.jmatrix.org/notes/1067.html) 近期心血来潮。想能否够通过添加一个tomcat的扩展,来持续收集tomcatserver本身的性能信息。如线程池的各项数据,请求数等等,这样能够配合业务方面的监控,能够更方便的分析调整tomcat配置, 阅读全文
posted @ 2017-05-31 12:26
cxchanpin
阅读(407)
评论(0)
推荐(0)
摘要:
题目描写叙述:翻转句子中单词的顺序。但单词内字符的顺序不变。句子中单词以空格符隔开。 为简单起见,标点符号和普通字母一样处理。如:"I am a student."翻转成"student. a am I"。 #include <iostream> #include<assert.h> #includ 阅读全文
posted @ 2017-05-31 11:07
cxchanpin
阅读(180)
评论(0)
推荐(0)
摘要:
前言 上一篇文章中我们将ThreadPoolExecutor进行了深入的学习和介绍,实际上我们在项目中应用的时候非常少有直接应用ThreadPoolExecutor来创建线程池的。在jdk的api中有这么一句话“可是,强烈建议程序猿使用较为方便的 Executors 工厂方法Executors.ne 阅读全文
posted @ 2017-05-31 10:33
cxchanpin
阅读(316)
评论(0)
推荐(0)
摘要:
Swift学习——类的定义,使用。继承,构造等(五) 类的使用说明 1 使用class和类名来创建一个类名,比如: class student 2 类中属性的声明和常量和变量一样,唯一的差别就是他们的上下文是类 3 方法和函数声明也一样 // 1 简单的类介绍 class Student{ //变量 阅读全文
posted @ 2017-05-31 08:53
cxchanpin
阅读(345)
评论(0)
推荐(0)
摘要:
LNMP编译安装 # 需先配置IP # 软件包的路径 /usr/local/src yum install -y libjpeg-devel libpng-devel freetype-devel curl-devel python-devel curl-devel gcc gcc-c++ biso 阅读全文
posted @ 2017-05-31 08:52
cxchanpin
阅读(202)
评论(0)
推荐(0)
摘要:
/** * 这个尽管非常easy,算是一个小技巧,可是碰到了就记录下来吧.积跬步,致千里嘛. */ - (void)scratchableLatex { for (int i=0; i<9; i++) { UIView *view = [[UIView alloc]initWithFrame:CGR 阅读全文
posted @ 2017-05-31 08:01
cxchanpin
阅读(182)
评论(0)
推荐(0)