使用Reveal进行断点调试查看UI
官网:https://www.waitsun.com/tag/reveal 其他地方下载: https://www.imacso.com/reveal.html https://www.xxmac.com/reveal.html 下载好Reveal安装好后,参考 https://support.revealapp.com/hc/en-us/articles/360022477972-Loa...
官网:https://www.waitsun.com/tag/reveal 其他地方下载: https://www.imacso.com/reveal.html https://www.xxmac.com/reveal.html 下载好Reveal安装好后,参考 https://support.revealapp.com/hc/en-us/articles/360022477972-Loa...
参考: https://github.com/DanTheMan827/ios-app-signer 本项目:https://github.com/h42330789/ios-app-signer 前言 日常遇到重签名一般都是在做超级签内部分发或从Appstore下载一个APP包来,换一个bundleId重签进行安装到不能再Appstore正常下载APP的手机上做研究使用,这几种...
参考: curl 用法指南 curl 命令,当url中存在匹配条件和空格时如何书写。 shell urlencode编码 前言 在做多台Jenkins通过curl串联时遇到一个问题,就是curl中的参数中带有特殊字符比如空字符串等会报URL rejected: Malformed input to a URL function myName="John Doe (Junior...
参考: FengNiao 如何使用Swift来实现一个命令行工具 Swift 开发命令行工具 CommandLineKit 解析命令行参数 Rainbow 输出有颜色的内容 本文完整代码:https://github.com/h42330789/TestCommandLine 一、创建项目 1.1 创建一个新项项目选择macOS->Command Line Tool 1.2 或者在...
其他测试代码 import Foundation import GoogleUtilities import CryptoSwift import SwiftyRSA class DataCryptTool { static func test() { let data = "123456".data(using: .utf8) let data1...
前言 在发送消息时,如果文字太长会很乱,一些信息主动换行逻辑比较才比较清晰,但是一直没找到方法让文字换行 让文字换行,经过研究有2种方式 方式一,使用URL编码换行符换行符%0A bot_token="xxxxx" chat_id=xxxx # 由于这里是使用curl发送的,所以支持URL编码的%0A msg="name:tom%0Aage:100" curl -s -X POST...
一、使用Telegram机器人发送消息 2.1 生成并创建Telegram机器人 参考: Telegram 机器人的申请和设置图文教程 Telegram:新手指南、使用教程及频道推荐(持续更新中) Telegram Bot 简明教程 I - 注册与发消息 1.1 首先在Telegram 里搜索 https://telegram.me/BotFather 1.2 输入 /...
Caused by: java.io.IOException: Cannot run program "git" (in directory "/Users/xxx/.jenkins/workspace/xxx"): error=0, posix_spawn failed Started by user dev Running as SYSTEM Building on the buil...
https://formulae.brew.sh/formula/qrencode 1、安装生成二维码图片的库 brew install qrencode 在shell脚本里使用生成图片 qrImgPath="xxx/xxx.png" text="hello world" # 将msg生成二维码图片,保存在qrImgPath这个路径 /opt/homebrew/bin/qrencode ...
test