11 2019 档案
摘要:1、windows自动化-脚本案例 https://www.cnblogs.com/andy9468/p/11939412.html 2、autoit中文教程 https://www.jb51.net/shouce/autoit/
阅读全文
摘要:# # hosts.deny This file contains access rules which are used to # deny connections to network services that either use # the tcp_wrappers library or
阅读全文
摘要:; Script Start - Add your code below here Run("D:\Navicat Premium\navicat.exe") Sleep(1000) ;~ 获取窗口句柄 $handle=WinGetHandle("Navicat Premium", "") Sleep(1000) ;~ 最大化 WinSetState($handle, "", @SW_MAX...
阅读全文
摘要:一、windows带界面的自动化1、AutoIt AutoIt3官方下载地址:https://www.autoitscript.com/files/autoit3/autoit-v3-setup.exeAutoIt:Windows自动化测试https://blog.csdn.net/u0135119
阅读全文
摘要:时间和行动管理的开始 一个时间管理软件::mylifeorganized http://www.chaoxz.com/wp-content/themes/begin/down.php?id=1389 软件教程:https://wenku.baidu.com/view/eff227ed76a20029
阅读全文
摘要:1、apk下载 http://app6.wpf2x4.cn/?downloadfrom=sichuan 麻将图: Big_mahjonghn_tiles_sr.png
阅读全文
摘要:1、源码扫描的工作原理。 即为白盒测试、静态扫描。 https://www.cnblogs.com/andy9468/p/11897812.html 2、我从事安全岗位后,对信息安全的理解 安全,是一种能力,包括抵御能力、恢复能力和控制能力。即为:事前防御、事后恢复、整体控制。(我的理解) 信息,就
阅读全文
摘要:对应用程序自身的安全检查有:静态扫描和动态扫描 静态扫描:就是对源码进行代码语法和逻辑的安全漏洞检查。 第一代静态扫描的原理方式有2中:AST(抽象语法树)扫描、正则匹配扫描。详见:静态代码扫描方法及工具介绍 https://www.itcodemonkey.com/article/13892.ht
阅读全文
摘要:1、easyUI(jQuery) http://www.jeasyui.net/demo/954.html 2、数据可视化前端 https://www.highcharts.com.cn/demo/highcharts/cylinder
阅读全文
摘要:1、一些试用py工具清单 https://www.zhihu.com/question/60402355/answer/752917744?utm_source=wechat_session&utm_medium=social&utm_oi=1081669345989529600&from=sing
阅读全文
摘要:1、Linux是什么 2、Linux的种类 3、Linux的软件安装方法 4、Linux的软卸载方法 5、Linux的目录功能 1、Linux是什么 2、Linux的种类 3、Linux的软件安装方法 https://www.cnblogs.com/hfdp/p/9314452.html 4、Lin
阅读全文
摘要:准备: 两台Linux电脑 server(A):10.1.75.177 client(B):10.1.75.229 目的: 将B上的/usr/local/record目录下的所有日志数据传输到A的/var/log/mylog/xxx.log文件中 操作: A端 1、安装rsyslog 2、配置/et
阅读全文