摘要: 1. 前言 notebook需要搭建jupyter环境,而jupyter需要pip安装,而pip又需要python环境. 而notebook其实就是一个在浏览器中的ipython.不过它能更好的做好记录,日记和备份,教学都是一个不错的工具. 2. jupyter搭建 2.1 安装 $ pip ins 阅读全文
posted @ 2021-11-19 15:32 古龙•历山大亚 阅读(240) 评论(0) 推荐(0)
摘要: 1. 系统 默认开启了暗黑模式(已上线的不影响,是有了苹果大会说有了暗黑模式的下一次打包才会有) 1.1 如果你未适配好按钮模式,可以将其关闭掉(User Interface Style) 在info.plist 文件中加入相关配置即可 <key>UIUserInterfaceStyle</key> 阅读全文
posted @ 2021-11-19 15:09 古龙•历山大亚 阅读(211) 评论(0) 推荐(0)
摘要: 1. 硬件环境 Macbook 2. 软件环境 操作系统:Mac OS 工具:Xcode,Sublime Text 3. 编程语言 Objective-C Swift 4. 源程序量 43752 阅读全文
posted @ 2021-11-19 14:58 古龙•历山大亚 阅读(90) 评论(0) 推荐(0)
摘要: 想说点啥子咧 阅读全文
posted @ 2021-08-19 15:30 古龙•历山大亚 阅读(68) 评论(0) 推荐(0)
摘要: 1. $ git submodule add 远程地址 [本地Path] 拉取某个地址作为自己的子模块 eg: git submodule add git@github.com:huangulong/HGLPageScroll.git GLPageScroll 在主仓库下会生成一个文件 .gitmo 阅读全文
posted @ 2021-08-06 16:35 古龙•历山大亚 阅读(159) 评论(0) 推荐(0)
摘要: 1. Command CopyPNGFile failed with a nonzero exit code 最近升级xcode之后出现的新问题 (xcode12.5) Can't exec "xcrun": No such file or directory at /Applications/Xc 阅读全文
posted @ 2021-05-11 17:01 古龙•历山大亚 阅读(438) 评论(0) 推荐(0)
摘要: 1. 通读 'mysql的使用' 2. 在Target->build setting 修改配置 User Header Search Paths 加入 /usr/local/mysql/include Other Linker Flags 加入 -L/usr/local/mysql/lib,-lmy 阅读全文
posted @ 2019-10-17 11:41 古龙•历山大亚 阅读(373) 评论(0) 推荐(0)
摘要: 1. 安装 https://dev.mysql.com/downloads/mysql/ 2. 配置 $ vim ~/.bash_profile $ export PATH=$PATH:/usr/local/mysql/bin 3. 服务 $ sudo mysql.server start //启动 阅读全文
posted @ 2019-10-17 11:39 古龙•历山大亚 阅读(178) 评论(0) 推荐(0)
摘要: #import typedef NSArray GLStringArray; typedef NSMutableArray GLStringMutableArray; //@compatibility_alias GLStringMutableArray NSMutableArray; @interface NSObject (GL) //变量 @property (nonatomic, ... 阅读全文
posted @ 2019-09-27 16:16 古龙•历山大亚 阅读(182) 评论(0) 推荐(0)
摘要: 小步智学下载地址 阅读全文
posted @ 2019-08-04 11:22 古龙•历山大亚 阅读(142) 评论(0) 推荐(0)