This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Install Frida: uv tool install frida-tools | |
| Add userscript: | |
| // ==UserScript== | |
| // @name Foxit Linux login | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-10-15 | |
| // @description Redirect window.external.dispatchFun to console.log for Foxit PDF Editor Linux |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #模拟代码 LY | |
| import numpy as np | |
| import matplotlib as mpl | |
| import matplotlib.pyplot as plt | |
| import pandas as pd | |
| def draw(arr,arr2,qiudao=0,color='black'):#绘图 | |
| while qiudao: | |
| arr=[arr[i+1]-arr[i] for i in range(len(arr)-1)] | |
| arr2.pop() |