摘要: DispatcherServlet是前端控制器设计模式的实现,提供Spring Web MVC的集中访问点,而且负责职责的分派。 DispatcherServlet主要用作职责调度工作,本身主要用于控制流程,主要职责如下: 1、文件上传解析,如果请求类型是multipart将通过MultipartR 阅读全文
posted @ 2017-09-20 23:13 Pegasus_49 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 在使用Git来克隆仓库报了错误,如下: fatal: unable to access ‘https://github.com/xingbuxing/TA-Lib-in-chinese.git/‘: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connecti 阅读全文
posted @ 2017-09-02 20:07 Pegasus_49 阅读(10182) 评论(0) 推荐(0) 编辑
摘要: 一、Docker 简介 1.1什么是Docker Docker的思想来自于集装箱,集装箱解决了什么问题?在一艘大船上,可以把货物规整的摆放起来。并且各种各样的货物被集装箱标准化了,集装箱和集装箱之间不会互相影响。那么我就不需要专门运送水果的船和专门运送化学品的船了。只要这些货物在集装箱里封装的好好的 阅读全文
posted @ 2017-08-26 22:51 Pegasus_49 阅读(190) 评论(0) 推荐(0) 编辑
摘要: TestingTestingTestingTestingTestingTestingTestingTestingTestingTestingTestingTestingTesting 阅读全文
posted @ 2017-06-20 19:00 Pegasus_49 阅读(99) 评论(0) 推荐(0) 编辑
摘要: Testing 阅读全文
posted @ 2017-06-20 18:59 Pegasus_49 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Java多线程 阅读全文
posted @ 2017-03-30 23:04 Pegasus_49 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1.环境 2.mysql下载路径: A.mysql官方网站: https://www.mysql.com/downloads/ B.国内镜像网站: http://mirrors.sohu.com/mysql/MySQL-5.6/ 3.解压安装 A.将mysql包解压到安装目录:/opt/pub/my 阅读全文
posted @ 2017-03-22 20:54 Pegasus_49 阅读(217) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-02-24 22:28 Pegasus_49 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 零、shell中的内部变量:1. $?: 表示shell命令的返回值.2. $$: 表示当前shell的pid.3. $!: 最后一个放入后台作业的PID值.4. $0: 表示脚本的名字.5. $1--$9,${10}: 表示脚本的第一到九个参数,和第十个参数.6. $#: 表示参数的个数.7. $... 阅读全文
posted @ 2015-11-01 00:15 Pegasus_49 阅读(151) 评论(0) 推荐(0) 编辑