码迷,mamicode.com
首页 >  
搜索关键字:windows 脚本    ( 122415个结果
分页滚动脚本分析
此篇主要内容:1、代码逻辑(流程图呈现) 2、具体实现语句 3、脚本(脚本为完善后的) 一、分页逻辑图 2、语句分析与记录 3、脚本 using System; using System.Collections; using System.Collections.Generic; using Uni ...
分类:其他好文   时间:2021-06-02 10:37:57    阅读次数:0
判断手机端和pc端
//判断pc和手机 browserRedirect() { var sUserAgent = navigator.userAgent.toLowerCase(); if (/ipad|iphone|midp|rv:1.2.3.4|ucweb|android|windows ce|windows mo ...
分类:移动开发   时间:2021-05-25 18:31:07    阅读次数:0
Python3 检查并去除文件空格
1 #!/usr/bin/python3 2 #coding=utf-8 3 4 import sys 5 import os 6 import re 7 8 def renamefile(name1,name2): 9 os.rename(name1,name2) 10 11 def checkf ...
分类:编程语言   时间:2021-05-25 17:42:30    阅读次数:0
【Python函数与模块学习记录4】虚拟环境
1、虚拟环境-virtualenv 第一步:安装虚拟环境:pip instal virtualenv 第二步:新建一个目录来保存虚拟环境,相当于虚拟了三台电脑 cd / 进入根目录, mkdir envs 创建新目录,cd envs进入,显示:C:\envs> #这样就进入了虚拟环境的根目录。 现在 ...
分类:编程语言   时间:2021-05-24 17:22:54    阅读次数:0
shell 脚本简单使用
shell 在线编辑器:https://www.runoob.com/try/runcode.php?filename=helloworld&type=bash 一下脚本自行测试查看结果 echo "Hello World !" your_name="qinjx" echo your_name fo ...
分类:系统相关   时间:2021-05-24 17:21:02    阅读次数:0
Windows家庭版打开或关闭Hyper-V
打开hyper-v 创建open_hyper-v.bat文件 pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt for /f %%i in ('findstr /i . hyper-v.tx ...
分类:Windows程序   时间:2021-05-24 17:03:45    阅读次数:0
更换到Windows专业版后的软件下载
浏览器:Firfox、Edge(自带) 搜狗输入法 文件夹AMD AMD驱动往里扔 文件夹App Android: Gradle、 Android Studio Bandzip CSGO B5、perfectworld DD(钉钉) dzclient(魔兽对战平台) JAVA IDEA、JDK Ma ...
分类:Windows程序   时间:2021-05-24 16:47:39    阅读次数:0
UE4 编辑器脚本工具Editor Scripting Utilities
该插件是虚幻自带的 功能为:以可重用的脚本编程的方式调用编辑器的工具和命令,简单说类似于自动化脚本,可以批量运行一些重复性脚本 点击左上角的项目设置打开插件选项卡,搜索栏中搜索editor Scription Utillties,激活重启即可 之后点击鼠标右键我们可以发现多了一个Editor Uti ...
分类:其他好文   时间:2021-05-24 16:32:33    阅读次数:0
fofa采集脚本
FOFA-网络空间安全搜索引擎是网络空间资产检索系统(FOFA)是世界上数据覆盖更完整的IT设备搜索引擎,拥有全球联网IT设备更全的DNA信息。探索全球互联网的资产信息,进行资产及漏洞影响范围分析、应用分布统计、应用流行度态势感知等。 首先安装库 pip install requestspip in ...
分类:其他好文   时间:2021-05-24 16:14:52    阅读次数:0
PickBoxTest示例(1)
using System; using System.Windows.Forms; using System.Drawing; namespace PickBoxTest { /// <summary> /// 这个类实现了窗体控件的 大小和移动函数 /// 用户运行时编辑 /// </summar ...
分类:其他好文   时间:2021-05-24 15:55:35    阅读次数:0
122415条   上一页 1 ... 33 34 35 36 37 ... 12242 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!