Python
1. Getting Content By a = find_Once the element (By.ID,'xxxx') finds the node, it can be a.text # Get Text a.get_attribute('?') # get attribute a.location # Get the location (for example: {'x': 734,'y': 476}) a.tag_name # Label Name a.size # Node size 2. Switch Frame browser.switch_to.frame('xxUTF-8...
Posted by Branden Wagner on Thu, 13 May 2021 02:10:39 +0930
Just graduated from the crawler class last month and I was a little confused about the reverse steam password js that my teacher last told me. Now I am going to crack the js encryption of the steam password without watching my teacher's video. First, talk about js Reverse: My understanding is tUTF-8...
Posted by simflex on Thu, 13 May 2021 02:50:24 +0930
1. Class creation There are two kinds of thinking in computer programming: one is process oriented programming, the other is object-oriented programming. Process oriented thinking is programmed according to the process of problem solving. The program is relatively simple and suitable for the siUTF-8...
Posted by meral on Thu, 13 May 2021 03:04:17 +0930
Using Faster RCNN to train your own dataset, the process is not smooth and you walk through pits several times, so record the process. Code version used: faster-rcnn.pytorch 1. Source and environment configuration The original Github version uses Pytorch==0.4.0, but there are many errors in thiUTF-8...
Posted by chatmaster on Thu, 13 May 2021 05:05:36 +0930
superset official document 1: Configure server environment 1. Install python3 Note: both centos and ubuntu need to install dependencies before installing python3 After installation, you need to establish a soft link to python3 or write environment variables. Take centos as an example 1) InstallUTF-8...
Posted by taskagent on Thu, 13 May 2021 05:49:13 +0930
introduction When using MMDetection 1.0 originally, in order to avoid the trouble of modifying various configuration files every time when training a new model, colleagues wrote a config.xml file and modified each file of MMDetection to read the corresponding parameters in the configuration XMUTF-8...
Posted by mikerh9 on Thu, 13 May 2021 07:24:06 +0930
Foreword: I have understood the usage of inspecage a little recently. I take the yuepao app as an example to record in detail the process of APP bag grabbing and simple reverse analysis, so as to make notes and learn together! In addition, warm reminder, there are many pictures in this article,UTF-8...
Posted by SemiApocalyptic on Fri, 14 May 2021 03:05:19 +0930
01 iterator 1. What is iterator Iterators are container type data types (sequences). Iterators cannot directly obtain left and right elements, nor can they count the number of elementsGetting an element in an iterator causes the element to disappear from the iterator. One element takes one lessUTF-8...
Posted by scuzzo84 on Fri, 14 May 2021 03:10:37 +0930
python saves content to files (text, json, csv) In the daily life of developers, saving data to a file is one of the most common programming tasks. Usually, a program needs some input and produces some output. In many cases, we want to persist these results. We may find ourselves saving data toUTF-8...
Posted by frans-jan on Fri, 14 May 2021 06:19:35 +0930
0x00. Introduction I'm glad to have worked out this minilCTF 2021 with RX and other coaches of the association. Although there are only two simple questions 233333, I hope you like it. Point below to see the solution👇 0x01.Baby Repeater - fmtstr + got hijack Expected to leak libc and program lUTF-8...
Posted by irving on Sat, 15 May 2021 01:39:44 +0930