@Configuration public class DefaultView extends WebMvcConfigurerAdapter { @Override public void addViewControllers(ViewControllerRegistry registry) { ... ...
分类:
编程语言 时间:
2019-03-01 23:28:24
阅读次数:
242
全部代码 下载python源码包 安装python前的库环境 configure 这一步一般用来生成 Makefile,为下一步的编译做准备,可以通过在 configure 后加上参数来对安装进行控制,比如代码: 将该软件安装在 /usr 下面,执行文件就会安装在 /usr/bin (而不是默认的 ...
分类:
编程语言 时间:
2019-03-01 15:46:48
阅读次数:
210
GenieACS General Config config.json acts as the main configuration file and is stored in /path_to_genieacs/config/. In this folder there's also a back ...
分类:
其他好文 时间:
2019-02-28 15:14:54
阅读次数:
190
准备 从腾讯云后台SSL证书管理里下载证书 一、上传文件 解压出来以后有三个文件: 将1_root_bundle.crt文件上传到/opt/lampp/etc目录下 将2_www.xxxxx.com.crt文件上传到/opt/lampp/etc/ssl.crt目录下 将3_www.xxxxx.com ...
分类:
Web程序 时间:
2019-02-28 10:38:30
阅读次数:
276
nginx编译安装过程 https://www.cnblogs.com/liujuncm5/p/6713784.html 1、configure 这一步一般用来生成 Makefile,为下一步的编译做准备,你可以通过在 configure 后加上参数来对安装进行控制,比如代码: ./configur ...
分类:
其他好文 时间:
2019-02-28 00:57:43
阅读次数:
158
对启动文件继承SpringBootServletInitializer并实现configure方法,其他的地方就是常规的maven配置 设置打包方式: <packaging>war</packaging> 在build标签中设置打包后的文件名: <finalName>testpackagewar</ ...
分类:
编程语言 时间:
2019-02-27 13:05:51
阅读次数:
169
php扩展安装: 安装bcmath: /usr/local/php/bin/phpize //指定路径 ./configure //可查找路径 ./configure --with-php-config=/usr/local/php/bin/php-config //安装 make make ins ...
分类:
Web程序 时间:
2019-02-25 16:54:35
阅读次数:
210
1)TD项目修改alps\mediatek\source\frameworks\base\core\res\res\values\Strings.xml中 的wifi_tether_configure_ssid_default_for_cmcc变量 2)非TD项目修改alps\frameworks\ ...
分类:
移动开发 时间:
2019-02-25 15:00:39
阅读次数:
567
1开启xp_cmdshell: 2调用bat批处理文件: 3批处理调用jar ...
分类:
数据库 时间:
2019-02-25 13:47:49
阅读次数:
222
1、系统:centos7 2、安装准备: 安装nginx前,我们首先要确保系统安装了g++、gcc、openssl-devel、pcre-devel和zlib-devel软件,可通过如图所示命令进行检测,如果以安装我们可以通过图二所示卸载: 下载nginx: 3、我们一般安装linux软件都会在/u ...
分类:
系统相关 时间:
2019-02-25 00:31:04
阅读次数:
202