"devDependencies": { "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "gulp": "^3.9.1", "gulp-babel": "^7.0.1" ...
分类:
Web程序 时间:
2019-08-24 17:04:48
阅读次数:
1114
列出镜像列表(docker images) 各个指标项说明::REPOSITORY:表示镜像的仓库源TAG:镜像的标签IMAGE ID:镜像IDCREATED:镜像创建时间SIZE:镜像大小 启动镜像(docker run) Docker 允许你在容器内运行应用程序, 使用 docker run 命 ...
分类:
其他好文 时间:
2019-08-24 00:24:25
阅读次数:
102
void StateSet::setGlobalDefaults() ShaderPipeline disabled.Error reading file .osgearth_gdal: file not handledError reading file .osgearth_feature_ogr ...
分类:
其他好文 时间:
2019-08-23 19:38:05
阅读次数:
119
目的: 是在框架中使用数据请求 回顾: 封装ajax jquery 【 $$.get $$ .post $$.ajax $$ .load 】 框架: 数据请求 使用原生js提供的fetch 使用第三方封装库: axios Vue中可以统一对axios进行挂载 Vue中可以统一对axios进行挂载 f ...
分类:
Web程序 时间:
2019-08-22 23:39:28
阅读次数:
185
多表查询 创建两张表 表查询 1.内连接 inner join 2.左连接 left join 3.右连接 right join 4.全连接 union 子查询 exist 导入 .sql文件 /* 数据导入: Navicat Premium Data Transfer Source Server ...
分类:
数据库 时间:
2019-08-22 22:16:46
阅读次数:
143
路由:路:路径(地址) 由:方向 针对于单页面应用,所提供的一个解决方案。根据地址传递的参数,来决定具体要使用的组件。 1、下载(如果已下载该步可以省略) cnpm install vue-router -S 2、引入 import Router from 'vue-router' 3、安装: Vu... ...
分类:
其他好文 时间:
2019-08-22 22:03:08
阅读次数:
89
原文链接: https://blog.csdn.net/qq_38148394/article/details/87921373 此功能实现使用到PHPExcel类库,PHPExcel是一个PHP类库,用来帮助我们简单、高效实现从Excel读取Excel的数据和导出数据到Excel。也是我们日常开发 ...
分类:
Web程序 时间:
2019-08-20 19:04:33
阅读次数:
204
No symbol table is loaded. Use the "file" command. gdb 1. 首先使用gcc -g .c文件 -o 可执行文件名 进行编译,再使用gdb + 可执行文件名进入gdb环境,进行调试。 命令如下如: (1) gcc -g test.c -o test ...
分类:
其他好文 时间:
2019-08-19 21:04:47
阅读次数:
84
问题描述: Navicat Premium连接mysql-8.0.17时出现2059 - Authentication plugin 'caching_sha2_password’ cannot be loaded:......错误 问题分析: mysql8 之前的版本中加密规则是mysql_nat ...
分类:
数据库 时间:
2019-08-18 21:45:17
阅读次数:
172
nginx配置文件修改 设置好nginx伪静态,把所有的请求方式都转向到index.php文件 然后在目录里建index.php文件 在目录里安装如下三个composer包 然后打开index.php文件,修改内容为如下: 输入对应的路由,比如/hello/tu6ge即可访问对应的内容 ...
分类:
其他好文 时间:
2019-08-18 19:59:39
阅读次数:
157