Stack Code: PDF417 Matrix Code: Data Matrix ECC200,QR Code,Micro QR Code,Aztec Code 3种识别模式:standard mode,enhanced mode,maximum recognition mode create ...
分类:
其他好文 时间:
2020-02-25 20:16:48
阅读次数:
198
When you give an element an id attr, it will automaticlly create a object with the same name of id: <form id="theform" action="/" method="post"> <labe ...
分类:
Web程序 时间:
2020-02-25 09:23:13
阅读次数:
65
1. 浏览器输入地址:http://pszx.nng.hnw.cn/DXC/index.jsp 2. 使用fiddler,选择Rules->Automatic Breakpoints->Before Request 3. 输入账号…和密码…,点登录,请求会被fiddler截取 4. 在fiddler ...
分类:
其他好文 时间:
2020-02-24 10:13:08
阅读次数:
190
1.标准查询简介 2.比较运算符 3.分页使用标准 4.排序结果 5.预测与聚合 6.关联 7.?动态关联抓取 8.查询示例 9.投影(Projections)、聚合(aggregation)和分组(grouping) 10.?离线(detached)查询和子查询 1.标准查询简介(QBC:Quer ...
分类:
Web程序 时间:
2020-02-14 18:04:48
阅读次数:
79
一:断点(测网络中断、测篡改数据的界面显示): 断点分局部断点和全局断点: 1、全局断点: 请求之前:Rules -- Automatic Breakpoints -- before requests (F11) 选中后开启,再次点击取消 响应之后 :Rules -- Automatic Break ...
分类:
其他好文 时间:
2020-02-14 16:18:08
阅读次数:
73
經常一用Chrome就打開了十幾個標籤,有些是昨天沒有看完的文章,還有些是學習資訊網站。 多窗口肯定可以解決這個問題,但是我沒有做一件事開一個新窗口的習慣。 有一大堆標籤的時候再來整理比較適合我的使用習慣。 所以,我在Chrome Web Store搜Tab Grouping,找標籤分類的插件。 但 ...
分类:
其他好文 时间:
2020-02-13 15:17:10
阅读次数:
60
OWASP ZAP(ZED ATTACK PROXY) Automatically find vulnerabilities in web applications. Free and easy to use. It can also be used for manual testing. This ...
分类:
Web程序 时间:
2020-02-10 22:21:26
阅读次数:
108
自动诊断信息 ADR(Automatic Diagnostic Repository) 一般基于操作系统层面树状结构 主要包括告警日志、追踪文件、健康记录、dump、bump、aump等文件 SQL> show parameter diagnostic_dest NAME TYPE VALUE di ...
分类:
数据库 时间:
2020-02-07 01:00:30
阅读次数:
119
版本库备份 上一页 第 3 章 版本库 下一页 版本库备份 无论你使用何种版本库,定期维护和验证版本库备份非常重要,或许你可以访问最近版本的文件,但是如果没有版本库,所有的历史将会丢失。 The simplest (but not recommended) way is just to copy t ...
分类:
其他好文 时间:
2020-02-04 20:13:32
阅读次数:
100
在测试过程中,有时候需要修改请求或响应数据,或者直接模拟服务器响应,此时可以使用fiddler进行此类操作。可以使用断点功能完成。 一、修改请求数据 在发起请求后,需要修改请求的数据时,可以设置请求前设置断点 (1、设置请求前断点 Rules--Automatic breakpoints--befo ...
分类:
其他好文 时间:
2020-02-04 17:11:57
阅读次数:
140