摘要: 安装方法:命令行输入 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 回车(这里有提示目录不存在,要创建需要按return键,如果用的windows键 阅读全文
posted @ 2018-09-13 20:01 leon66666 阅读(325) 评论(0) 推荐(0) 编辑
摘要: https://studygolang.com/articles/2652 阅读全文
posted @ 2018-09-13 16:58 leon66666 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 什么是指针 指针是存储一个变量的内存地址的变量。 在上图中,变量 b 的值是 156,存储在地址为 0x1040a124 的内存中。变量 a 存储了变量 b 的地址。现在可以说 a 指向 b。 指针的声明 指向类型 T 的指针用 *T 表示。 让我们写一些代码。 & 操作符用来获取一个变量的地址。在 阅读全文
posted @ 2018-09-13 16:10 leon66666 阅读(2706) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/moko/p/5012006.html 1、把补丁下载到自己的电脑上 2、打开idea,help->edit custom VM options 在最后增加一行(具体为补丁的路径) 3、断网重启 4、help->register->actiation 阅读全文
posted @ 2018-09-13 14:54 leon66666 阅读(1022) 评论(0) 推荐(0) 编辑