码迷,mamicode.com
首页 >  
搜索关键字:windows bat 批处理 find findstr    ( 105538个结果
windows10安装docker
1.参考资料 菜鸟教程(windows10安装docker) Wls升级 链接 Wls升级 2.安装注意事项 windows必须是最新版本 3.安装 3.1开启适用于Linux的Windows子系统&&虚拟机平台 打开控制面板=>程序=>启用或关闭windows功能 勾选以下两个选项 3.2打开Mi ...
分类:Windows程序   时间:2021-03-01 13:42:46    阅读次数:0
[CodeForces1492C] Maximum Width
description: There are two strings \(a\), \(b\) with the length \(n\), and \(m\). Find the Array <\(p_1, p_2, ..., p_m>\), such that \(a_{p_i}= b_i\), ...
分类:其他好文   时间:2021-03-01 13:26:32    阅读次数:0
常见的DOS命令
打开CMD的方式 开始菜单>Windows系统>命令提示符(可右键,点击更多,选择以管理员方式运行以获取最高权限) Windows键+R,输入cmd打开控制台(推荐) 按住Shift键,在桌面空白处点击鼠标右键,点击“在此处打开Powershell窗口” 在资源管理器的地址栏前面加上cmd+空格+路 ...
分类:其他好文   时间:2021-03-01 13:26:14    阅读次数:0
快捷键
快捷键 Ctrl+C 复制 Ctrl+V 粘贴 Ctrl+A 全选 Ctrl+Z 撤销 Ctrl+X 剪切 Ctrl+S 保存 Windows+T 切换任务栏程序 Windows+V 云剪贴板 Windows+D 桌面 Windows+E 我的电脑 Windows+R 运行(+cmd 命令行 DOS ...
分类:其他好文   时间:2021-03-01 13:22:19    阅读次数:0
1121 Damn Single (25 分)
"Damn Single (单身狗)" is the Chinese nickname for someone who is being single. You are supposed to find those who are alone in a big party, so they can ...
分类:其他好文   时间:2021-03-01 13:14:50    阅读次数:0
Error: Cannot find module 'webpack-cli/bin/config-yargs
关于webpack配置服务webpack-dev-server的报错问题:Error: Cannot find module 'webpack-cli/bin/config-yargs' 安装本地服务步骤: 1、安装 loader:npm install webpack-dev-server --s ...
分类:Web程序   时间:2021-03-01 13:11:48    阅读次数:0
webdriver常用元素操作API
1、clear(): 清除对象的内容 driver.find_element_by_id('kw').clear() 2、send_keys(): 在对象上模拟按键输入driver.find_element(By.ID,'kw').send_keys("12306") 3、click(): 单击对象 ...
分类:Windows程序   时间:2021-03-01 12:50:47    阅读次数:0
easyui datagrid 中的numberbox添加blur事件
onClickRow: function (index) { var editor = feeTable.datagrid('getEditors', index); editor[0].target.next('span').find('input').blur(function () { fee ...
分类:其他好文   时间:2021-02-27 13:33:15    阅读次数:0
Git 记录
git记录 初始化: git version //查看git版本 git init //初始化仓库 cd 路径 //改变路径,windows命令 touch 文件名 //创建文件,windows命令 配置用户: git config --global user.name '用户名' git conf ...
分类:其他好文   时间:2021-02-27 13:31:46    阅读次数:0
Network Emulator for Windows Toolkit(模拟弱网络环境的软件)(转)
作者: 赵青青 出处:https://www.cnblogs.com/zhaoqingqing/p/12291079.html Network Emulator for Windows Toolkit(模拟弱网络环境的软件) 前言和下载地址# 用户会在各种网络环境下使用我们的app,pc应用,我们决 ...
分类:Windows程序   时间:2021-02-27 13:31:31    阅读次数:0
105538条   上一页 1 ... 71 72 73 74 75 ... 10554 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!