码迷,mamicode.com
首页 >  
搜索关键字:ports    ( 1353个结果
python | docker-compose 安装
安装 docker-compose 切换到root 用户 下载 1 curl -L https://get.daocloud.io/docker/compose/releases/download/1.25.4/docker-compose-`uname -s`-`uname -m` > /usr/ ...
分类:编程语言   时间:2020-12-09 12:25:08    阅读次数:6
Windows server 上安装WorkStation VDA代理,实现单用户交付
VDA Windows server 单
分类:Windows程序   时间:2020-12-09 11:54:13    阅读次数:9
Spring Cloud Netflix Eureka client源码分析
1.client端EurekaClient提供三个功能:EurekaClientAPIcontractsare:providetheabilitytogetInstanceInfo(s)(invariousdifferentways)providetheabilitytogetdataaboutthelocalClient(knownregions,ownAZetc)providetheabili
分类:编程语言   时间:2020-12-04 11:12:00    阅读次数:5
扩展gobackup支持minio以及定时配置
huacnlee/gobackup 是一个很不错的多数据库的备份工具,但是对于minio支持不太好(path 路径格式),同时也 不支持定时任务备份,所以基于cron 包支持定时任务处理 修改的代码 main.go 添加cron支持 { Name: "start", Flags: []cli.Fla ...
分类:其他好文   时间:2020-12-02 12:31:30    阅读次数:4
18-html压缩
const { resolve } = require('path'); const HtmlWebpackPlugin = require('html-webpack-plugin'); module.exports = { entry: './src/js/index.js', output: ...
分类:Web程序   时间:2020-12-02 12:28:54    阅读次数:11
express-router中间件
let express=require('express') let app=express() let indexRouter=require('./routes/index') let usersRouter=require('./routes/user') app.use('/index',i ...
分类:其他好文   时间:2020-12-02 12:09:22    阅读次数:4
通过 RS485 与读卡器通信
using NLog; using System; using System.IO.Ports; using System.Text; using System.Threading; namespace TestCom485 { class Program { static void Main(st ...
分类:其他好文   时间:2020-11-24 12:42:10    阅读次数:9
arm源中国源更新替换(亲测有效)
sudo gedit /etc/apt/sources.list 粘贴以下内容 deb https://repo.huaweicloud.com/ubuntu-ports/ bionic main restricted universe multiverse deb-src https://repo ...
分类:其他好文   时间:2020-11-23 12:08:23    阅读次数:5
了解Squid代理服务器应用
目录 一、缓存代理概述 二、squid主要组成部分 三、Squid各种代理的定义 3.1、传统代理 3.2、透明代理 四、ACL控制 4.1、修改配置文件 4.2、测试 五、Squid日志分析 5.1、安装依赖环境 5.2、编译安装日志分析软件 5.3、修改配置文件 5.4、添加不计入站点文件,添加 ...
分类:其他好文   时间:2020-11-21 11:52:41    阅读次数:2
vue init
vue-cli 初始化项目 npm install -g cnpm --registry=https://registry.npm.taobao.org cnpm install -g vue-cli vue init webpack demo cd demo cnpm i npm run dev ...
分类:其他好文   时间:2020-11-20 12:21:03    阅读次数:25
1353条   上一页 1 ... 3 4 5 6 7 ... 136 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!