课程名称:Developing iOS 11 Apps with Swift
课程链接 https://itunes.apple.com/podcast/id1315130780
CS193p-L2 MVC
课程名称:Developing iOS 11 Apps with Swift
课程链接 https://itunes.apple.com/podcast/id1315130780
- Model = What your application is (but not how it is displayed)
- Controller = How your Model is presented to the user(UI logic)
- View = Your Controller’s minions
CS193p-L1 Introduction to iOS 11, Xcode 9 and Swift 4
课程名称:Developing iOS 11 Apps with Swift
课程链接 https://itunes.apple.com/podcast/id1315130780
Signals 和 Slot 的区别
CSE167x Lecture3 Transforms 1
Git的团队协作
J2EE课需要小组协同工作,简单记录一下团队协作的方法
在Mac环境下搭建基于Xcode的OSG开发环境
网上关于Mac上搭建OSG开发环境的方法非常少,并且还非常古老,这里记录一下如何免编译搭建最新的OSG开发环境。
使用Java连接云服务器的mySQL
本人服务器为MariaDB,使用MariaDB和MySQL的connector均可,实例如下
Git的标签
tag就是一个让人容易记住的有意义的名字,它跟某个commit绑定住一起。
Git的分支管理
介绍一下分支管理,原理在创建与合并分支介绍的很详细了,这里只记录一下指令