上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 37 下一页
摘要: 使用本工具填入docker镜像的名称,一键生成docker tag、docker push和docker pull命令,适用于单个或者批量的docker指令处理 预览图如下: docker-command-format.html源代码如下: <!DOCTYPE html> <html lang="e 阅读全文
posted @ 2020-08-12 17:26 Nihaorz 阅读(605) 评论(0) 推荐(0) 编辑
摘要: 创建test.txt cat << EOF > test.txt HOME = \${HOME} PATH = \${PATH} API_URL = \${API_URL} EOF 查看test.txt文件内容如下: HOME = ${HOME} PATH = ${PATH} API_URL = $ 阅读全文
posted @ 2020-08-07 18:03 Nihaorz 阅读(3492) 评论(0) 推荐(1) 编辑
摘要: webproc项目主页:https://github.com/jpillora/webproc Wrap any program in a simple web-based user-interface 该项目可以设定需要修改的配置文件,代理启动其他任意程序。最常见的例子就是我们需要修改/etc/d 阅读全文
posted @ 2020-08-07 15:35 Nihaorz 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 导出脚本: mysqldump -u root -p --default-character-set=utf8 geo-cloud-base > /root/geo-cloud-base.sql 导入脚本: 1、登录账户 mysql -u root -p --default-character-se 阅读全文
posted @ 2020-08-05 16:22 Nihaorz 阅读(310) 评论(0) 推荐(0) 编辑
摘要: Alibaba Cloud Toolkit IDEA插件地址:https://plugins.jetbrains.com/plugin/11386-alibaba-cloud-toolkit 根据IDEA版本下载符合自己的插件版本 安装插件略过。。。 1、添加主机 在Alibaba Cloud Vi 阅读全文
posted @ 2020-07-07 17:41 Nihaorz 阅读(1078) 评论(0) 推荐(0) 编辑
摘要: function isPort(port) { if (/^[1-9]\d*|0$/.test(port) && port * 1 >= 0 && port * 1 <= 65535){ return true } return false; } 阅读全文
posted @ 2020-07-06 17:50 Nihaorz 阅读(1718) 评论(0) 推荐(0) 编辑
摘要: IDEA控制台打印中文乱码: 打开conf/logging.properties,UTF-8全部替换为GBK HTML、JS等中文乱码: 1、打开conf/server.xml,将 <Connector port="8080" protocol="HTTP/1.1" connectionTimeou 阅读全文
posted @ 2020-06-23 15:34 Nihaorz 阅读(1940) 评论(0) 推荐(0) 编辑
摘要: pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2020-06-19 17:27 Nihaorz 阅读(3386) 评论(0) 推荐(0) 编辑
摘要: package com.geostar.geostack.dib.util; import java.io.*; import java.util.ArrayList; import java.util.List; import java.util.zip.ZipEntry; import java 阅读全文
posted @ 2020-06-15 11:59 Nihaorz 阅读(1063) 评论(0) 推荐(0) 编辑
摘要: // ==UserScript== // @name getman九桃小说解析 // @icon https://getman.cn/img/icon.png // @namespace http://tampermonkey.net/ // @version 0.1 // @description 阅读全文
posted @ 2020-06-12 17:38 Nihaorz 阅读(567) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 37 下一页