npm init -y npm i express mongoose ejs npm i method-override nodemon app.js nodemon seeds/index.js models/campgrounds.js const mongoose = require('mon ...
分类:
其他好文 时间:
2021-02-16 12:42:42
阅读次数:
0
服务器下安装nginx sudo apt-get install nginx nginx的文件配置 服务地址:/etc/init.d/nginx 配置地址:/etc/nginx/ 如:/etc/nginx/nginx.conf Web默认目录:/usr/share/nginx/http/ 如:usr ...
分类:
其他好文 时间:
2021-02-15 12:10:22
阅读次数:
0
Collection集合是所有单值存储方式的超级接口,所以在实例化对象的时候要使用它的实现子类。 Collection c = new ArrayList(); Collection集合常用方法 boolean add(E e):向集合中添加元素; int size():获取集合的元素个数; voi ...
分类:
其他好文 时间:
2021-02-09 12:32:10
阅读次数:
0
public class Demo02 { public static void main(String[] args) { //八大基本类型 //整数 int num1 = 10; //最常用 byte num2 = 20; short num3 = 30; long num4 = 30l; // ...
分类:
其他好文 时间:
2021-02-05 10:43:51
阅读次数:
0
没啥好说的。直接上步骤吧。Mac上没有自带rename命令,所以得先安装rename命令 1、brew install rename 2、批量修改文件名,语法格式: rename 's/stringx/stringy/' files 把 *.txt 文件中的 `你有啥` 全部改成 `我有啥` dem ...
分类:
系统相关 时间:
2021-02-05 10:29:22
阅读次数:
0
1、下载R安装包 [root@centos7 home]# wget https://mirror.bjtu.edu.cn/cran/src/base/R-3/R-3.6.3.tar.gz --2021-01-31 23:52:23-- https://mirror.bjtu.edu.cn/cran ...
分类:
系统相关 时间:
2021-02-02 10:42:34
阅读次数:
0
1 //生成三种基元 矩形 十字 椭圆 2 cv::Mat my_get_morph_struct_element(cv::MorphShapes shapeType, cv::Size s) 3 { 4 CV_Assert(shapeType == cv::MORPH_RECT || shapeT ...
分类:
其他好文 时间:
2021-02-02 10:35:04
阅读次数:
0
前言 最近遇到了一个HTTP请求数据返回一个gz压缩包的问题,前前后后搞了3天,总算是把整个流程以及处理的细节搞明白了,总结一篇博客记录一下。 问题描述 获取某推广告成效数据的时候由于数据量很多,可能会导致Response数据量过大从而造成请求失败的问题。 某推服务方设计了这样一种方式:现将请求的到 ...
分类:
Web程序 时间:
2021-02-01 11:53:47
阅读次数:
0
pages 页面路径的存放列表 通过手写页面路径可以在对应目录下自动创建对应文件 "pages": [ "pages/demo3/demo3", "pages/demo1/demo1", "pages/index/index", windows 全局的默认窗口表现 "window": { // 设置 ...
分类:
移动开发 时间:
2021-02-01 11:47:32
阅读次数:
0
[ERROR] [1611831985.981080848]: Failed to load nodelet [/cmd_vel_mux] of type [yocs_cmd_vel_mux/CmdVelMuxNodelet] even after refreshing the cache: Acc ...
分类:
其他好文 时间:
2021-01-29 12:00:11
阅读次数:
0