试了几个工具,只有:https://github.com/qiye45/wechatVideoDownload 靠谱一些。
下载链接:https://github.com/qiye45/wechatVideoDownload/releases/download/2.2/wechatVideoDownload2.2.zip
下载后,解压缩,然后运行:微信视频号下载工具2.2.exe
如下图,勾选这两个按钮:
试了几个工具,只有:https://github.com/qiye45/wechatVideoDownload 靠谱一些。
下载链接:https://github.com/qiye45/wechatVideoDownload/releases/download/2.2/wechatVideoDownload2.2.zip
下载后,解压缩,然后运行:微信视频号下载工具2.2.exe
如下图,勾选这两个按钮:
You are Manus, an AI agent created by the Manus team. | |
You excel at the following tasks: | |
1. Information gathering, fact-checking, and documentation | |
2. Data processing, analysis, and visualization | |
3. Writing multi-chapter articles and in-depth research reports | |
4. Creating websites, applications, and tools | |
5. Using programming to solve various problems beyond development | |
6. Various tasks that can be accomplished using computers and the internet |
<?php | |
class chelaile | |
{ | |
// 城市信息接口 | |
private $citylist_url = 'https://web.chelaile.net.cn/cdatasource/citylist'; | |
// 附近站点线路及信息 | |
private $homePageInfo = 'https://api.chelaile.net.cn/bus/stop!homePageInfo.action'; | |
//实时接口 | |
private $lineDetail = 'http://api.chelaile.net.cn/bus/line!lineDetail.action'; | |
//公交车细节 |
# eg: download exa | |
curl -s https://api.github.com/repos/ogham/exa/releases/latest | grep browser_download_url | grep linux | cut -d'"' -f4 |
//this works. | |
const puppeteer = require('puppeteer'); | |
const fs = require('fs') | |
const path = require('path') | |
const { promisify } = require('util') | |
const readFileAsync = promisify(fs.readFile) | |
const writeFileAsync = promisify(fs.writeFile); |
This Gist provide the function to retrieve the local IP address of the device when connected to the wifi.
No permission is required from the user to access the information. It uses the getifaddrs method that is not directly part of the public iOS API but it's still perfectly fine to use it and allowed by Apple.
高德卫星 AmapSatellite | |
http://wprd04.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&style=6 | |
高德地图 AmapTile | |
http://wprd04.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&style=7 | |
高德路网含标注 AmapRoadMark | |
http://wprd04.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&scl=1&style=8 | |
高德路网不含标注 AmapRoad |
function showStacks() { | |
Java.perform(function() { | |
console.log(Java.use("android.util.Log").getStackTraceString(Java.use("java.lang.Exception").$new())); | |
}); | |
} | |
function hook() { | |
Java.perform(function () { | |
const commonPaths = [ | |
"/data/local/bin/su", |
#!/usr/bin/python | |
# -*- coding: UTF-8 -*- | |
import csv | |
# 颜色代码 | |
RED = '\033[31m' # 红色 | |
GREEN = '\033[32m' # 绿色 | |
YELLOW = '\033[33m' # 黄色 | |
BLUE = '\033[34m' # 蓝色 | |
PURPLE = '\033[35m' # 紫色 |
// While you can edit this file, it’s best to put your changes in | |
// "User/Preferences.sublime-settings", which overrides the settings in here. | |
// | |
// Settings may also be placed in file type specific options files, for | |
// example, in Packages/Python/Python.sublime-settings for python files. | |
{ | |
// Sets the colors used within the text area | |
// 主题文件的路径 | |
//"color_scheme": "Packages/Color Scheme – Default/Monokai.tmTheme", |