nginx入门实战 nginx 安装与卸载 下载安装 进入 http://nginx.org/en/download.html 下载自己想要的版本,我选择的stable版本 使用 接下来访问 来测试 遇到的问题 nginx: [error] open() "/usr/local/nginx/logs ...
分类:
其他好文 时间:
2019-11-20 23:38:46
阅读次数:
86
autofs 服务程序是 linux 系统守护进程 , 当检测到用户试图访问一个尚未挂载的文件系统时候 , 将自动挂载该文件系统 yum install y autofs systemctl start autofs 开启服务 systemctl enable autofs 开机启动 Created ...
分类:
其他好文 时间:
2019-11-18 10:07:56
阅读次数:
234
获取股票数据的源头主要有:数据超市、雅虎、新浪、Google、和讯、搜狐、ChinaStockWebService、东方财富客户端、证券之星、网易财经。 数据超市 2016年5月6日更新。根据最近频繁出现的数据超市,可以无限制获取相关数据,而不再需要使用爬虫等方式获取,这样不仅节省了极大资源,也有利 ...
分类:
Windows程序 时间:
2019-11-16 12:57:26
阅读次数:
1276
本地能通过127.0.0.1或者localhost访问,无法通过外网地址访问: win解决防火墙问题: 1.进入控制面板 -> 系统和安全 -> 2.window防火墙 - 允许其他程序通过防火墙,点击右下方允许另一程序,3.添加apach安装包bin下的httpd.exe文件,点击添加,点击确定, ...
分类:
其他好文 时间:
2019-11-16 00:37:44
阅读次数:
291
原文:RabbitMQ入门教程(六):路由选择Routing 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,... ...
分类:
其他好文 时间:
2019-11-15 13:51:48
阅读次数:
82
// 获取当前地地址 async getLocation() { let self = this let result = null try { const resultLocation = await wepy.getLocation() result = await this.geocoder( ...
分类:
微信 时间:
2019-11-14 15:15:28
阅读次数:
182
昨日回顾 重点 子组件 js let tag = { template: , data() { return { // 数据... } } } // 在哪个组件模板中出现的属性变量和方法变量,都由当前所属组件自己提供 html html {{ title }} python """ 1、可以用来复用 ...
分类:
其他好文 时间:
2019-11-14 09:25:05
阅读次数:
58
其实很简单,就是在modal中添加新的 input ...
分类:
微信 时间:
2019-11-06 00:29:55
阅读次数:
168
https://blog.csdn.net/oDaiLiDong/article/details/83991364 写个写了xmx之外的内存很高 https://www.cnblogs.com/ceshi2016/p/8447989.html 这个写了xss ...
分类:
编程语言 时间:
2019-11-05 21:57:52
阅读次数:
64
Spring Boot整合MyBatis 引入MyBatis和数据库驱动依赖 使用mybatis spring boot starter,这样可以减少很多配置 减少XML配置; 自动检测存在的DataSource; 自动使用SqlSessionFactoryBean传递DataSource作为一个输 ...
分类:
编程语言 时间:
2019-11-03 14:41:30
阅读次数:
88