import * as path from 'path'; import * as url from 'url'; const savePath = path.join('public', 'images', 'a.jpg'); // => \public\images\a.jpg const ur ...
分类:
Web程序 时间:
2021-01-12 10:31:13
阅读次数:
0
public function add() { $data = input('post.'); $img = request()->file('img_banner'); $info = $img->move("./static/uploads/lunbo"); if ($info) { // 输出 ...
分类:
Web程序 时间:
2021-01-12 10:30:06
阅读次数:
0
生成ssh公钥认证所需的公钥和私钥文件 [jiaqi.li@localhost ~]$ ssh-keygen -t rsa -b 4096Generating public/private rsa key pair.Enter file in which to save the key (/home ...
分类:
其他好文 时间:
2021-01-11 11:08:35
阅读次数:
0
1.创建包和类 package com.example.HelloWorld; public class HelloWorld 2.运行方法 3.打jar包 File | Project Settings | Artifacts 选择主类 OK | OK 4.build artifacts buil ...
分类:
编程语言 时间:
2021-01-11 10:51:18
阅读次数:
0
今日学习进度: 1.从Android Studio中导出数据库: View -> Tool Windows -> Device File Explorer -> data -> data -> 找到相应项目 -> .db文件(Save as 导出)-> 打开Navicat -> 新建链接 -> 导入 ...
分类:
移动开发 时间:
2021-01-11 10:44:05
阅读次数:
0
1.检查配置文件 my.cnf 如果存在修改为如下值,没有则添加 innodb_large_prefix = 1 innodb_file_per_table = 1 innodb_file_format = Barracuda 2.修改建表语句,添加 row_format=dynamic drop ...
分类:
数据库 时间:
2021-01-11 10:41:29
阅读次数:
0
If a file is larger than 5MB size limit for pushing t, the files must be tracked and updated using git lfs. Note: Please follow the instructions here( ...
分类:
其他好文 时间:
2021-01-11 10:39:35
阅读次数:
0
# -*- coding: UTF-8 -*- ''' @Project -> File :MyDjango -> cos_upload_demo @IDE :PyCharm @Author :ruochen @Date :2020/7/17 11:52 @Desc : ''' from qclou ...
分类:
其他好文 时间:
2021-01-08 11:43:55
阅读次数:
0
gradle根据Git信息生成README文件 task createReadMe{ doLast { // String str = "${buildDir}/libs/exploded/"+project.getName().toString()+ "-${version}.war"+"/REA ...
分类:
其他好文 时间:
2021-01-08 11:42:16
阅读次数:
0
1 1847 2 System 4 Memory 6 % Processor Time 10 File Read Operations/sec 12 File Write Operations/sec 14 File Control Operations/sec 16 File Read Bytes ...