1.环境: lsb_release -a hello@jhello:~$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 16.04.3 LTSRelease: 16.04Cod ...
分类:
系统相关 时间:
2017-08-06 17:06:51
阅读次数:
200
写者环境: 1.lsb_release -a hello@hello:~$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 16.04.3 LTSRelease: 16.04Co ...
分类:
系统相关 时间:
2017-08-06 16:52:24
阅读次数:
522
第一步准备工作 准备用户名密码: 更改host文件 第二步,安装nginx ubuntu安装Nginx之后的文件结构大致为:所有的配置文件都在/etc/nginx下,并且每个虚拟主机已经安排在了/etc/nginx/sites-available下启动程序文件在/usr/sbin/nginx日志放在 ...
分类:
其他好文 时间:
2017-08-05 23:38:18
阅读次数:
193
W: GPG error: http://extras.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKE ...
分类:
其他好文 时间:
2017-08-05 18:52:53
阅读次数:
121
Pat1026代码 题目描写叙述: A table tennis club has N tables available to the public. The tables are numbered from 1 to N. For any pair of players, if there are ...
分类:
其他好文 时间:
2017-08-05 15:40:37
阅读次数:
149
q好久没有使用MyEclipse10了,今天打开看了以前大学的项目,在Tomcat7中发布启动,我嚓嘞,报错: 看到这个错误,一头雾水,从来没有见过这个错误,以为是tomcat7的缘故,又换位tomcat6,发布启动之后,我叉,有出现错误: 然后,干脆就去掉项目,单独的启动tomcat6 和 tom ...
分类:
编程语言 时间:
2017-08-05 11:49:08
阅读次数:
422
装饰模式又名包装(Wrapper)模式。装饰模式以对客户端透明的方式扩展对象的功能,是继承关系的一个替代方案。 装饰模式的结构 装饰模式以对客户透明的方式动态地给一个对象附加上更多的责任。换言之,客户端并不会觉得对象在装饰前和装饰后有什么不同。装饰模式可以在不使用创造更多子类的情况下,将对象的功能加 ...
分类:
编程语言 时间:
2017-08-05 00:12:30
阅读次数:
180
今天在安装下载项目的时候,使用composer来安装依赖。遇到了 今天在安装下载项目的时候,使用composer来安装依赖。遇到了 The Process class relies on proc_open, which is not available on your PHP installati ...
分类:
其他好文 时间:
2017-08-03 21:55:34
阅读次数:
2571
我也是最近开始学习Spring Boot,在执行异步操作的时候总是汇报如下的错误: 我运行的代码如下: main类: 错误分析:错误提示没有这个 com.self.spring.springboot.Jeep' available,但是已经存在这个类,后来查询了一会,非异步操作的时候,我们通过con ...
分类:
编程语言 时间:
2017-08-03 21:49:25
阅读次数:
604