#tr 转换和删除字符 支持标准输入 ##格式 tr [OPTION]...SET1[SET2] Translate, squeeze, and/or delete characters from standard input,writing to standard output. ##选项 -c, ...
分类:
其他好文 时间:
2020-06-21 16:25:54
阅读次数:
74
很多年前就知道我软的WebApi的路由模板配置方法不支持namespaces参数的事,所以也追随我软的脚步在程序中不再造namespaces参数的设计与实现,最近小组里有人思维不够开源,想着使用namespaces参数把启动项目和Api具体实现分成两个项目,目的大概是为了保护源码,我极度排斥这种老旧 ...
题目:Folding 网址:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=0&problem=4505&mosmsg=Submission+received+w ...
分类:
其他好文 时间:
2020-06-21 14:12:21
阅读次数:
55
问题:同样的文件在台式机能编译出正常的PDF文件,但发现在另一个电脑上不能编译出PDF文件。 \documentclass[preprint,10pt,5p,times,twocolumn]{elsarticle} %% Use the option review to obtain double ...
分类:
其他好文 时间:
2020-06-21 14:01:01
阅读次数:
148
容器 创建容器 docker run [OPTIONS] 镜像名:标签名 OPTIONS -i 表示交互式运行容器(就是创建容器后,马上会启动容器,并进入容器 ),通常与 -t 同时使用 -t 启动后会进入其容器命令行, 通常与 -i 同时使用; 加入 -it 两个参数后,容器创建就能登录进去。即分 ...
分类:
其他好文 时间:
2020-06-21 13:24:20
阅读次数:
53
1.下载 https://downloads.mariadb.org/mariadb/10.5.3/ 2.解压后cmd执行 mysql_install_db.exe --datadir=D:\db --service=Mariadb --password=123456 3.修改my.ini配置 [m ...
分类:
数据库 时间:
2020-06-21 10:13:21
阅读次数:
86
1 """""" 2 3 from selenium import webdriver 4 5 driver_path = r"D:\install\chromedriver\chromedriver.exe" 6 options = webdriver.ChromeOptions() 7 opti ...
分类:
其他好文 时间:
2020-06-21 00:49:35
阅读次数:
81
修改 /etc/emqx/emqx.conf 的配置项 ## Allow anonymous authentication by default if no auth plugins loaded. ## Notice: Disable the option in production deploy ...
分类:
其他好文 时间:
2020-06-20 18:46:51
阅读次数:
113
密码规则:八位以及八位以上, 必须是数字,大小写字母,或者特殊字符四选三。 HTML代码: <div class="form-group"> <label class="col-sm-4 control-label is-required">登录密码:</label> <div class="col ...
分类:
其他好文 时间:
2020-06-19 20:43:49
阅读次数:
89
使用roles部署负载均衡的nginx 环境 外网IP 内网IP 主机名 10.0.0.5 172.16.1.5 lb01 (负载均衡) 10.0.0.6 172.16.1.6 lb02 10.0.0.7 172.16.1.7 web01(服务器) 10.0.0.8 172.16.1.8 web02 ...
分类:
其他好文 时间:
2020-06-19 20:43:06
阅读次数:
46