码迷,mamicode.com
首页 >  
搜索关键字:usefull powershell script    ( 25417个结果
Airtest IDE 自动化测试18 - 设置自定义 Python.exe 路径
前言 Airtest IDE 自带了python3 的运行环境,但不方便扩展,如果我们想安装其他第三方依赖包,可以在本地python3 环境pip安装。 在 IDE 设置运行本地python3 环境。 设置 Airtest 选项-设置-Airtest 自定义 Launcher 文件路径,这个默认一般 ...
分类:编程语言   时间:2021-06-04 19:15:03    阅读次数:0
win10需要新应用打开此calculator的解决方法
win10运行calc打开计算器提示 需要新应用打开此calculator的解决方法 1、先将所有程序关闭,以管理员身份运行 Windows PowerShell;2、在Windows PowerShell框中键入下面命令:Get-AppXPackage -AllUsers | Foreach {A ...
分类:Windows程序   时间:2021-06-04 19:02:29    阅读次数:0
bootstrap:表单必填项*标识,及提交前校验
1、引入bootstrap和validate <script src="{% static 'js/jquery.min.js' %}"></script> <link href="{% static 'css/bootstrap.css' %}" rel="stylesheet"> {# 前端校验 ...
分类:其他好文   时间:2021-06-04 18:44:54    阅读次数:0
web前端技术分享Electron之IPC游戏 通信
1、index.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline ...
分类:Web程序   时间:2021-06-03 18:18:45    阅读次数:0
使用java程序发送手机短信
一:进入网建短信通 http://sms.webchinese.cn/reg.shtml 注册用户,登录用户,找到修改短信秘钥,修改签名 二:使用idea创建一个maven项目导入以下依赖: <dependency> <groupId>org.ops4j.pax.url</groupId> <art ...
分类:移动开发   时间:2021-06-03 18:10:10    阅读次数:0
nginx的压缩
使用模块 ngx_http_gzip_module 用gzip方法压缩响应数据,节约带宽 一、启用或禁用gzip压缩 gzip on | off; 二、压缩比由低到高:1 到 9, 默认:1 gzip_comp_level level; 压缩比越高,越消耗CPU 三、匹配到客户端浏览器不执行压缩 g ...
分类:其他好文   时间:2021-06-03 18:08:25    阅读次数:0
VUE 组件内全局变量
<template> <div> </div> </template> <script> var self = this; export default { }; </script> // scoped 样式只在本组件使用 <style scoped> /** * 导入css样式组件 * @impo ...
分类:其他好文   时间:2021-06-02 20:55:34    阅读次数:0
shell script
#ping whole local domainfor ip in {1..255};do ping -c 3 192.168.110.$ip >> ping.log;done grep '3 ttl' ping.log |awk '{print $4}' | sed 's\:\\g' |while ...
分类:系统相关   时间:2021-06-02 20:19:59    阅读次数:0
ubuntu设置自定义脚本开机自启动
[开机启动]解决insserv: warning: script '服务名' missing LSB tags and overrides 按照LSB tags规范改写脚本如下 其实解决办法就是在#!/bin/bash下面添加: #!/bin/bash ### BEGIN INIT INFO # P ...
分类:系统相关   时间:2021-06-02 19:34:37    阅读次数:0
01x2 常用Dos命令
01x21 打开cmd的方式 1、win+r 2、任意文件夹 shift+右击 打开powershell 3、资源管理器地址栏全选,输入cmd,回车进入当前路径的cmd 01x22 常用Dos命令 #切换盘符:D: #查看当前路径所有目录:dir#切换目录:cd change directory#清 ...
分类:其他好文   时间:2021-06-02 19:32:38    阅读次数:0
25417条   上一页 1 ... 9 10 11 12 13 ... 2542 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!