Crack latest Sketch app easy without crack

2023/05/12 posted in  杂项

xx已损坏,打不开。您应该将它已到废纸篓

  1. 打开终端
  2. 输入 sudo spctl --master-disable
  3. 输入系统密码(终端不会显示输入的密码),输入完成直接回车
  4. 打开系统偏好设置-安全性与隐私-任何来源
  5. sudo xattr -rd com.apple.quarantine /Applications/xxx.app
2023/05/12 posted in  杂项

git 常用命令

常用

拉取
git pull
提交
git add .
git add <file_path...>
git add -p
Read more   2023/05/12 posted in  杂项

Mac上本地新建SVN步骤

1

Read more   2023/05/12 posted in  杂项

Nexus7跳过WLAN

连接WIFI的时候点开高级设置,把IP和端口填进去。

IP代理:http://www.xici.net.co

点击更多,选择双绿高匿的IP

如果不行就换个IP试试

教程是贴吧看到的: http://tieba.baidu.com/p/3548595778

2023/05/12 posted in  杂项

GitBook的安装和使用

##GitBook官网

https://github.com/GitbookIO/gitbook

##Node.js安装
Nodejs官网下载pkg安装文件,一键安装
##Gitbook安装
###终端命令:

$ npm install gitbook -g

###dmg编辑器下载连接
https://github.com/GitbookIO/editor/releases

##编写图书
QQ20150212-1

Read more   2023/05/12 posted in  杂项

Mac抓取小程序源码

  1. 安装安卓模拟器 https://mumu.163.com/
  2. 模拟器设置-开启ROOT权限
  3. 安装微信 https://weixin.qq.com/download
  4. 安装 RE文件管理器
  5. 登录微信,点击想要抓取小程序(小程序会闪退)
  6. 打开 RE文件管理器,路径:/data/data/com.tencent.mm/MicroMsg/32位字符路径/appbrand/pkg/
  7. 长按文件夹压缩,压缩后通过微信发送
  8. 下载反编译工具:https://github.com/qwerty472123/wxappUnpacker
  9. 执行命令:npm i
  10. node wuWxapkg.js xxx..wxapkg
2019/06/15 posted in  杂项

Fire TV stick 4K

准备

  • 梯子
  • 电视HDMI输入
Read more   2019/01/01 posted in  杂项

Git Commit Msg

<type>(<scope>): <subject>

<body>

<footer>

Example

fix(middleware): ensure Range headers adhere more closely to RFC 2616

Add one new dependency, use `range-parser` (Express dependency) to compute
range. It is more well-tested in the wild.

Fixes #2310
Read more   2018/09/06 posted in  杂项