基于 Swift 的 Hacker News 阅读器 SwiftHN

码农软件 · 软件分类 · 其他(Others) · 2019-07-16 23:41:59

软件介绍

SwiftHN,是 Hacker News 阅读器 iOS 版,采用 Swift 编写。

安装

1. 下载代码仓库:

$ git clone --recursive https://github.com/Dimillian/SwiftHN

2. 假如你下载代码仓库时没有选上 recursive 选项,你需要手动安装 HackerSwifter 子模块:

$ cd SwiftHN
$ git submodule init
$ git submodule update

3. 打开 X-Code:

$ open SwiftHN.xcodeproj

本文地址:https://codercto.com/soft/d/10299.html

Web Design in a Nutshell

Web Design in a Nutshell

Jennifer Niederst / O'Reilly Media, Inc. / 2006-02-21 / USD 34.99

Are you still designing web sites like it's 1999? If so, you're in for a surprise. Since the last edition of this book appeared five years ago, there has been a major climate change with regard to web......一起来看看 《Web Design in a Nutshell》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具