-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
andyhu
committed
Apr 4, 2022
1 parent
4bbdfa0
commit fcd0b0f
Showing
29 changed files
with
4,439 additions
and
123 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Submodule dist
updated
from c14ce4 to c09d11
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,28 @@ | ||
Hello 大家好,我是公众号漫步coding的作者, 很高兴我们能在这里相聚。 | ||
### 关于我 | ||
|
||
从2012年毕业到现在, 满打满算作为一名程序员也十年了, 妥妥算是一个互联网老兵, 这十年间走过了很多弯路, 也有很多幸运。 | ||
Hello 大家好,我是公众号: `漫步coding` 的作者, 很高兴我们能在这里相聚。可以关注公众号, 一起交流。 | ||
|
||
关于漫步coding, 未来主要会写一些关于数据库、算法、系统架构、面试系列的、职场规划、以及工作中的一些思考,遇到的一些坑等等, 希望在这个过程中能够遇到一些志同道合的人, 一起交流和进步。同时也希望自己写的可以帮助到一些人, 少走一些弯路, 多一些幸运。 | ||
|
||
因为技术类文章需要时间梳理和消化,这个更新频率会相对慢一些。 | ||
 | ||
|
||
所以每天也会分享一些好玩的漫画、事情、文章等等,开始美好的一天。大家也可以一起分享自己的好玩、有趣的事情, 毕竟编程是一件快乐的事情。 | ||
👉 点击:[立即开始阅读](/mysql/前言.html) | ||
|
||
也欢迎大家关注我的公众号: | ||
### IntelliJ IDEA | ||
|
||
 | ||
- [2022年PyCharm 最新破解教程](/idea/PyCharm最新破解教程.md) | ||
- [2022年Goland 最新破解教程](/idea/Goland最新破解教程.md) | ||
- [2022 年 PhpStorm 最新破解教程](/idea/PhpStorm最新破解教程.md) | ||
- [2022 年 webStorm 最新破解教程](/idea/webStorm最新破解教程.md) | ||
- [2022 年 IntelliJ IDEA 最新破解教程](/idea/IntelliJIDEA最新破解教程.md) | ||
- [2022 年 IntelliJ IDEA 最新破解教程](/idea/AppCode最新破解教程.md) | ||
|
||
### Mysql相关 | ||
|
||
- [2022年MySQL最新面试题](/mysql/前言.html) | ||
- [MySQL 最新常见面试题和学习思维导图](/mysql/MySQL最新面试题及思维导图.md) | ||
|
||
|
||
### 开发工具必备 | ||
|
||
[立即阅读](/mysql/MySQL最新面试题及思维导图.html) | ||
- [2022 年最新 Charles 使用教程 (文中含激活码)](/tools/最新Charles使用教程.md) | ||
- [如何利用VuePress和GithubPage搭建一个轻量级博客](/tools/VuePress和GithubPage博客搭建.md) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
--- | ||
title: 2022年AppCode最新破解教程 | ||
author: 漫步coding | ||
date: '2022-4-4' | ||
--- | ||
|
||
|
||
|
||
大家好, 我是公众号: `漫步coding` 的作者 | ||
|
||
|
||
之前也有一些公号朋友问我,有没有最新版AppCode的激活码。实话讲,永久有效的激活码现在真没有、网上有的话很快也过期了, 大家一个一个的试下来,发现都是失效的,浪费了很多时间。而且随着 Jetbrains系列 产品的不断迭代升级,官方的防破措施也越来越严格,后续破解方案估计也是越来越难的。 | ||
|
||
### AppCode简介 | ||
|
||
|
||
AppCode适用于 iOS/macOS 开发的智能 IDE, 原生支持 XCTest、Quick、Kiwi、Catch、Boost.Test 和 Google Test 测试框架。 用于获取单元测试方法的代码生成操作可以提高您的生产效率。 使用 ⌘N 可根据上下文获取测试方法。 | ||
|
||
1、高效的项目导航 | ||
|
||
可以立即跳转到项目中的任意文件、类或符号,使用层次和结构视图在您的项目结构中导航。 | ||
|
||
|
||
 | ||
|
||
2、全面的代码分析 | ||
|
||
AppCode 可以持续监视您的代码质量。它可以发出错误和异味警告并建议快速修复来自动解决它们。 | ||
|
||
 | ||
|
||
3、智能补全 | ||
|
||
AppCode 提供了两种类型的代码补全:基本的实时输入补全和更高级的智能补全,后者可以实现精确筛选。 | ||
|
||
|
||
 | ||
|
||
好了,介绍完AppCode后, 开始我们今天的破解之旅, 目前来讲, AppCode破解方式常见有2种方法: | ||
|
||
1 、破解插件+激活码,一般可以激活到2099年(应该够用了哈, 到了在说😂). | ||
|
||
2 、破解插件。使用它可以无限重置30天,永不到期!(有点像下图) | ||
|
||
 | ||
|
||
当然了如果你不差钱, 还是建议花点钱(一年199美元),支持一下正版。 | ||
|
||
AppCode破解步骤 | ||
|
||
这篇文章介绍一下利用破解插件的方式 破解AppCode, 希望对你有用。 | ||
|
||
1、目前我安装的是2021.2.2版本AppCode, 大家可以到官网下载即可。 | ||
|
||
```https://www.jetbrains.com/zh-cn/objc/download/other.html``` | ||
|
||
下载后出现这个页面, 然后点击Start trial, Login 获取IDE authorization token | ||
|
||
 | ||
|
||
|
||
启动后你可以看到有效期是2022/5/4号 | ||
|
||
|
||
2、下载破解插件: `ide-eval-resetter` | ||
|
||
关注公众号: `漫步coding`, 回复AppCode , 即可获取到破解插件 | ||
|
||
 | ||
|
||
|
||
|
||
|
||
将下载好的破解包拖拽到AppCode后, 重启AppCode | ||
|
||
 | ||
|
||
 | ||
|
||
|
||
3、如图,勾选: `Auto reset before per restart` , 然后点击Reset, 然后可以看到Last Reset Time 就改变了。 | ||
|
||
这样每次重启AppCode都会自动重置30天使用期。 |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
title: 2022年IntelliJ IDEA工具介绍 | ||
author: 漫步coding | ||
date: '2022-3-12' | ||
--- | ||
|
||
|
||
### IntelliJ IDEA工具介绍 | ||
|
||
|
||
|
Empty file.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.