摘要:
1. application.yml 配置文件添加 file: uploadFolder: D://upfile/ # 对外访问的资源路径 staticAccessPath: /upfile/** 2. 配置上传限制 @Configuration public class UploadFileCon 阅读全文
阅读排行榜
linux 使用 rc.local 实现自启动
2020-07-14 17:31 by 极光の地, 3492 阅读, 收藏,
摘要:
1. 编辑文件,在里面添加需要的命令 vim /etc/rc.loal 如图所示,我添加了两条命令。 开机后会在 root 目录创建 test_rc.local 文件,和执行 ngrok-server 脚本 2. 赋予执行权限 chmod +x /etc/rc.local 3. 重启系统 reboo 阅读全文
微信小程序路由跳转及参数接收
2019-08-14 19:09 by 极光の地, 3334 阅读, 收藏,
摘要:
* 方式一 传递数据在 url 后面加?携带参数 * 方式二 * 取出数据 取出传递的数据 其它的如重定向、跳转到tabtar 可以参考微信小程序官方 api https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.navigate 阅读全文
centos6.5 安装python3.8
2019-08-16 17:58 by 极光の地, 2087 阅读, 收藏,
摘要:
最近购买了一台云服务器,无法命令直接安装 python3,在此做个记录 参考来源:http://ask.xmodulo.com/install-python3-centos.html 1. 安装必要的工具 sudo yum install yum-utils 2. 使用 yum-builddep 命 阅读全文
树莓派3b+ 使用 motion 实现摄像头监控
2020-07-11 16:09 by 极光の地, 1317 阅读, 收藏,
摘要:
前置工作: 准备一个 usb 摄像头,连接到树莓派上 lsusb 查看摄像头是否连接 1. 安装 motion apt-get install motion 2 . 配置 motion 自启动,编辑配置文件 /etc/motion/motion.conf daemon off 改为 daemon o 阅读全文
浙公网安备 33010602011771号