码迷,mamicode.com
首页 >  
搜索关键字:launch option    ( 9686个结果
js实现自动给省市县地区自动赋值
1.html部分: <span id="s_address_sheng">省</span>: <select name="address_sheng" onchange="change('address','_sheng','_shi','')" id="address_sheng" style=" ...
分类:Web程序   时间:2020-07-10 15:39:05    阅读次数:87
egg 开启 gzip 压缩(tl)
1.安装 zlib yarn add zlib 2.创建中间件 app/middleware/gzip.js const isJSON = require("koa-is-json"); const zlib = require("zlib"); module.exports = (options) ...
分类:其他好文   时间:2020-07-10 13:41:49    阅读次数:154
安装好linux之后要做的n件事
装了linux之后,很多人都很迷茫 下面是装了一个linux必做的几件事: 1.换源 debian系: 中国科技大学镜像网 地址: https://mirrors.ustc.edu.cn/debian/ 备份一下软件源 sudo cp /etc/apt/sources.list /etc/apt/s ...
分类:系统相关   时间:2020-07-10 13:35:03    阅读次数:97
MYSQL误删用户故障解决案例
误删下所有的用户 # 删除一个用户(::1 是本机 ipv6 地址) mysql> drop user root@'::1'; Query OK, 0 rows affected (0.00 sec) # 删除所有用户 mysql> delete from mysql.user where 1=1; ...
分类:数据库   时间:2020-07-10 13:25:46    阅读次数:69
17-IDEA
安装 下载软件 → 安装 → Edit Custom VM option 填一行(-javaagent:) → 重启 → 输入激活码 IDEA-Module 在 Eclipse 中有 Workspace(工作空间) 和 Project(工程) 的概念,在 IDEA 中只有 Project(工程) 和 ...
分类:其他好文   时间:2020-07-10 13:16:37    阅读次数:67
Rust执行cmd或shell命令
use std::process::Command; // cmd_str可以是从输入流读取或从文件里读取 let cmd_str: String; if cfg!(target_os = "windows") { // 这里不用\\而是/的话会被windows认为/tmp的/t是一个option而 ...
分类:系统相关   时间:2020-07-10 13:06:03    阅读次数:168
Vue+elementUI npm run build打包之后字体 图标丢失问题
解决办法:找到utils.js文件,(大约在50行)加 publicPath: '../../' // Extract CSS when that option is specified // (which is the case during production build) if (optio ...
分类:其他好文   时间:2020-07-10 11:36:58    阅读次数:97
.net core 3.1 设置可跨域
1、Startup类里先定义一个全局变量: readonly string MyAllowSpecificOrigins = "_myAllowSpecificOrigins";//名字随便起 2、ConfigureServices方法里写如下代码: services.AddCors(options ...
分类:Web程序   时间:2020-07-10 09:46:24    阅读次数:115
fiddler 502 System.Security.SecurityException Failed to negotiate HTTPS connection with server.fiddler.network.http
HTTP/1.1 502 Fiddler - Connection Failed Date: Thu, 09 Jul 2020 10:31:22 GMT Content-Type: text/html; charset=UTF-8 Connection: close Cache-Control: n ...
分类:Web程序   时间:2020-07-09 19:38:47    阅读次数:116
【分享】解决gst-launch-1.0错误“ERROR: Failed to allocate required memory.”
执行gst-launch-1.0时,得到错误“ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Failed to allocate required memory.”。 最后发现HDMI输入设备没有连接。在之前,没有注意 ...
分类:其他好文   时间:2020-07-09 19:12:51    阅读次数:128
9686条   上一页 1 ... 31 32 33 34 35 ... 969 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!