码迷,mamicode.com
首页 >  
搜索关键字:windows bat 批处理 find findstr    ( 105538个结果
ZeroLogon(CVE-2020-1472)
漏洞概述: 这是近几年windows上比较重量级别的一个漏洞。通过该漏洞,攻击者只需能够访问域控的445端口,在无需任何凭据的情况下能拿到域管的权限。该漏洞的产生来源于Netlogon协议认证的加密模块存在缺陷,导致攻击者可以在没有凭证的情况情况下通过认证。该漏洞的最稳定利用是调用netlogon中 ...
分类:其他好文   时间:2021-06-02 10:52:02    阅读次数:0
Linux学习 (5) 安装Nginx
《Windows Azure Platform 系列文章目录》 本文在CentOS 6.10安装Nginx 1.开始安装Nginx (1)安装pcre依赖 wget https://sourceforge.net/projects/pcre/files/pcre/8.44/pcre-8.44.tar ...
分类:系统相关   时间:2021-06-02 10:44:46    阅读次数: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
mongodb sort
往常使用options.Find().SetSort(bson.D{{"a", -1},{"b", -1}})结果报错,感觉使用方法没问题,排查之后发现是import的包错了导致。 cannot transform type bson.D to a BSON Document: WriteArray ...
分类:数据库   时间:2021-05-25 18:10:59    阅读次数:0
Selenium官方给了八种定位方法
1.find_element_by_class_name通过class name定位元素 我们拿Pythonfree网站来举例,点击右上角的搜索框。 鼠标右击搜索图标,然后选择检查 可以看到搜索标签的class name是btn btn-default 所以find_element_by_class ...
分类:其他好文   时间:2021-05-25 18:07:10    阅读次数:0
【Python函数与模块学习记录4】虚拟环境
1、虚拟环境-virtualenv 第一步:安装虚拟环境:pip instal virtualenv 第二步:新建一个目录来保存虚拟环境,相当于虚拟了三台电脑 cd / 进入根目录, mkdir envs 创建新目录,cd envs进入,显示:C:\envs> #这样就进入了虚拟环境的根目录。 现在 ...
分类:编程语言   时间:2021-05-24 17:22:54    阅读次数:0
ES6新增的Array方法和String方法、字符串模板
ES6新增了一些字符串方法以及一些数组方法,使数组跟字符串的操作都变得更方便快速。其中字符串新增的方法有includes(),startWith(),endsWith(),repeat()。数组新增的方法有form(),find(),findIndex()。 接下来我们一个个去看它们的用法: inc ...
分类:其他好文   时间:2021-05-24 17:06:50    阅读次数: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
分页功能
一.GridView 在控制器 public function actionIndex() { $query = User::find(); $pages = new Pagination(['totalCount' =>$query->count()]); $dataProvider = new ...
分类:其他好文   时间:2021-05-24 16:31:36    阅读次数:0
105538条   上一页 1 ... 27 28 29 30 31 ... 10554 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!