码迷,mamicode.com
首页 >  
搜索关键字:windows 2016 install    ( 112082个结果
DOS命令行(7)——Windows网络检测与诊断
ping ping 命令的作用是通过发送“网际控制报文协议(ICMP)”回响请求消息来验证另一台TCP/IP计算机的IP级连接状态,回响应答消息的接收情况将和返回过程的次数一起显示出来。Ping是用于检测网络连接性、可到达性和名称解析的疑难问题的主要TCP/IP命令。 命令格式:ping [-t] ...
分类:Windows程序   时间:2021-06-22 18:39:02    阅读次数:0
Linux_shell_Shell脚本的调试
常见的错误范例 if 条件语句缺少结尾关键字 循环语句缺少关键字 成对符号落单,例如 [] () 等,一般建议是先写出符号,然后退格填写内容。 中括号两端没有空格 [$a -lt $b] 调试技巧 使用 dos2unix 命令处理再 Windows 下开发的脚本。 在一些关键的地方使用 echo 命 ...
分类:系统相关   时间:2021-06-22 18:35:49    阅读次数:0
三、WPF入门教程——布局和常用Panel学习
布局和常用Panel学习 一、简介 所有的WPF布局容器都派生自System.Windows.Controls.Panel。Panel继承自FrameworkElement。 在Panel中有一个比较重要的属性是UIElementCollection 类型的Children属性,UIElementC ...
分类:Windows程序   时间:2021-06-22 18:35:28    阅读次数:0
httprunner 3.x学习15 - allure报告环境准备
前言 httprunner 3.x版本是基于 pytest 的,pytest 当然是可以支持 allure 报告了 windows环境版本: python 3.6版本 pytest 5.4.3版本 allure-pytest 2.8.6 最新版 allure 命令行 2.13.0 版本 allure ...
分类:Web程序   时间:2021-06-22 18:34:49    阅读次数:0
IE 11 中不知promise 的 finally 方法
需要安装promise.prototype.finally 插件解决 通过npm 或者yarn 安装 1.npm: npm install promise.prototype.finally --save 在项目中调用 引入 并调用 插件的shim方法 2.yarn: yarn add promis ...
分类:其他好文   时间:2021-06-22 18:31:37    阅读次数:0
Redis问题集
问题一:启动的时候 解决方案: 在命令行中输入如下命令即可: 1. redis-cli.exe 2. shutdown 3. exit 4. redis-server.exe redis.windows.conf ...
分类:其他好文   时间:2021-06-22 18:23:41    阅读次数:0
免费的分布式的自动化测试工具
http://www.selenium.org.cn/ 免费的分布式的自动化测试工具 支持多平台:windows、linux、MAC ,支持多浏览器:ie、ff、safari、opera、chrome,多语言C、 java、ruby、python、或都是C# 免费开源 免费开源,对商业用户也没有任何 ...
分类:其他好文   时间:2021-06-22 18:12:10    阅读次数:0
windows 使用OpenSSL创建SSL证书报错:problem creating object tsa_policy=1.2.3.4.1解决方案
今天使用OpenSSL创建SSL证书,创建完根证书,然后继续创建SSl证书时,出现错误:problem creating object tsa_policy1=1.2.3.4.1 6812:error:08064066:object identifier routines:OBJ_create:oi ...
分类:Windows程序   时间:2021-06-22 18:10:04    阅读次数:0
centos7.5-nginx-1.20.1安装教程
1.安装编码依赖包 nginx在linux安装的前提需要:wget、gcc、pcre、openssl、zlib [root@master ~]# yum -y install gcc gcc-c++ [root@master ~]# yum install -y pcre pcre-devel [r ...
分类:其他好文   时间:2021-06-21 21:09:19    阅读次数:0
省市区
使用步骤: 1. npm install element-china-area-data -S 2. import { provinceAndCityData, regionData, provinceAndCityDataPlus, regionDataPlus, CodeToText, Text ...
分类:其他好文   时间:2021-06-21 21:09:00    阅读次数:0
112082条   上一页 1 ... 13 14 15 16 17 ... 11209 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!