Requirements and final implementation Requirements: Tables can be zoomed in full screen The header is frozen, the two columns on the left are frozen, and the one column on the right is frozen Merge cells in the first column Second column cell click and highlight last column frozen Cell Color Scale Settings Scroll bar customization […]
Tag: modi
Frida modifies Android device information, imsi, imei, mac, utdid and other device information generation algorithms
Don’t say anything, just upload the code, many articles are deleted for no reason, I have to say that the power of capital is really powerful, the following code is only for communication and learning, it is all generated by chatgpt, if there is any infringement, please contact gpt! function main() {<!– –> Java. perform(function() […]
iptables add, delete, view, modify, and modify ports when docker is running
One, install and activate the firewall [root@linux ~]# /etc/init.d/iptables start When we use iptables to add rules and save them, these rules are stored on the disk in the form of files. Taking centos as an example, the file address is /etc/sysconfig/iptables. We can add and modify them through commands. To delete the rules, you […]
HGDB modify user password and validity period
1. Security version 1.1 Modify user password 1) When the three powers are turned on a. Modify non-admin user password Security and confidentiality administrator syssso User to modify the password of ordinary users (non-administrator users). Users connect to change their own passwords. –syssso user to modify the password of ordinary users. (cannot be modified to […]
Selenium actual combat Python+Selenium crawling commodity data
Practical goal: crawl product information, including product title, link, price, and number of reviews. The core of the code lies in these parts: One: use element positioning to obtain the specified keywords that need to be crawled on the page; Second: Permanently store the data located on the page in a local file. Specifically, let’s […]
CSS modification style problem (Vue)
Question: During our page development, we need to modify the style. Some styles are global public styles, and some are local styles. Sometimes public styles are required for local style adjustments, so how to flexibly adjust styles? 1. Use scoped attribute in Vue 1. Principles of scoped attributes 1. Add the scoped attribute to the […]
A lot of anti_content parameter reverse (webpack) can be tested through app and commodity wholesale website
It’s rare to have time to write an article. Recently, I’m learning data visualization. I may update the content of data visualization powerbi and tableau in the future. Today’s issue is about the reverse of Pinduoduo’s anti_content parameter. The actual test can be done on the Pinduoduo web app The website and the website of […]
Vue2.0 modifiers, binding styles, computed properties and listener properties
1. Modifier 1. Event modifier: The event modifier handles the event capture and target (syntax: @event name. modifier) (1) stop: prevents the event from bubbling, which is equivalent to calling the event.stopPropagation method (2) prevent: Prevent the default behavior of the event, which is equivalent to calling the event.preventDefault method (3) self: trigger only when […]
C#Access database tool and password cracking modification
C#Access database tool and password cracking modification 1. Trouble encountered by mdb files Easy to develop, hard to read data 2. Benchmark Microsoft Access functions 2.1 Addition, deletion, modification and query of Access database files 2.2 The interface is easy to operate, just like adding, deleting, modifying and checking in Excell 2.3 A single exe […]
Access and modify local variables using Python strings
When defining a function in Python, the variable space is divided into global variables (global) and local variables (local). If it is defined in a member function of a class, then there is an additional member variable (self) space . So, if in actual operation, if you want to separate these different variable spaces, is […]