CCSQLite Objective-C 封装的SQLite. 结合YapDatabase(key/value store) + FMDB
发表于
|
分类于
iOS && macOS
CCSQLite Objective-C 封装的SQLite. 结合YapDatabase(key/value store) + FMDB.
目的
转变 FMDB 到 ARC 模式
YapDatabase 键/值 store
CCSQLite 结合 FMDB 和 YapDatabase 键/值
目的
转变 FMDB 到 ARC 模式
YapDatabase 键/值 store
CCSQLite 结合 FMDB 和 YapDatabase 键/值
支持 OBJECT, JSON 到 键/值
缘由 && 为啥
当我在写”HSCache [缓存处理方面]”, 想选择FMDB
...
CCDebug 一种灵活的、轻量级的、可扩展的、可定制的日志调试 支持iOS与macOS
发表于
|
分类于
iOS && macOS
CCDebug [ iOS && OSX ]CCDebug : 一种灵活的、轻量级的、可扩展的、可定制的日志调试 支持 iOS && OSX
=======================
https://github.com/ccworld1000/CCDebug.git
首选安装 XcodeColorshttps://github.com/robbiehanson/XcodeColors
支持 Xcode 4, 5, 6, 7, 8 , 9 & 10bug 或建议G Email : ccworld1000@gmail.com
Podfile1po
...
CCFont : A simple iOS and OS X CCFont replace [UIFont, NSFont], CCColor replace [UIColor, NSColor]
发表于
|
分类于
iOS && macOS
CCFont for iOS && OSX=======================
英文README
简单支持 MAC OSX [>=10.9] 和 iOS [>=8]
https://github.com/ccworld1000/CCFont.git
截图 1OSX
iOS
CCFontCCFont 简单支持 machosx 与 iOS, 可以简单取代 NSFont 或者 UIFont.
CCColorCCColor 单支持 machosx 与 iOS, 可以简单取代 NSColor 或者 UIColor 十六进制字符串.
Podfile1pod &apos
...
IGListKit简单入门 CCIGListKitDemo 例子
发表于
|
分类于
CCIGListKitDemo && IGListKit
简单IGListKit入门简单滴框架示意图
代码逻辑数据项 DemoItem实现 IGListDiffable12345678910111213- (nonnull id<NSObject>)diffIdentifier { return _name;}- (BOOL)isEqualToDiffableObject:(nullable id<IGListDiffable>)object { if (self == object) { return YES; } DemoIte
...
Perl 6 perl6.org 网站中文翻译
发表于
|
分类于
Perl 6
本数据仓缘由
很多年过去,有关Perl 6相关的中文文档少之又少.
于是我打算翻译一些部分文档入口促进Perl 6 在中国的发展.
如果有一定的英文功底,建议直接看官方文档.
部分文档直接按英语翻译过来的意思可能不太好,所以有的采用意译.
2018/04/10 by CC
Perl 5 && Perl 6
讲到Perl 6 就不得不提Perl 5,后续我简写为P6 与 P5.
建议把P6当成一门新语言,可能对接触过P5的童鞋来讲是一样的.
不过他们确实很多相识点,更多细节需要通过学习深入了解,
祝大家在P6的路途愉快.
翻译进度
网站主体入口差不多翻译完成。
doc模块htt
...
OKKLineMin kline for min for learning for iPhone (support Swift5 & the latest Swift & iPhone & iOS 16)
发表于
|
更新于
|
分类于
金融
OKKLineMin
IntroOKKLineMin kline for min for learning for iPhone (support Swift5 & the latest Swift & iPhone & iOS 16)
Chinese linkhttps://ccworld1000.github.io/2018/08/23/OKKLineMin-kline-for-min-for-learning-for-iPhone-support-Swift4-iPhone-X
Screenshot[Support drag gestures, long pres
...
CCSugar Foundation 附加函数集
发表于
|
分类于
iOS && macOS
Write Objective C like a boss.
Foundation 附加函数集函数集.
支持 MAC OS 与 iOS始于 ObjectiveSugar 1.1.1
用法
CocoaPods安装
1pod 'CCSugar'
导入头文件
1#import <CCSugar.h>
或者
1
#import “CCSugar.h”
12345```### 文档 [更多查阅 [CCSugar](https://github.com/ccworld1000/CCSugar) 源码]**NSNumber** 集
[@3 times:^{
...
CCTALib TA-Lib 广泛应用于交易开发分析金融市场数据
发表于
|
分类于
金融
CCTALibCCTALib : TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data
Multi-Platform Tools for Market Analysis …TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data.
In
...
CCRuntime Objective-C 封装 runtime APIs
发表于
|
更新于
|
分类于
iOS && macOS
CCRuntimeCCRuntime 转换 MAObjCRuntime 为 ARC 模式
CCRuntime 是基于Objective-C 运行时封装的APIs集. 如果令人困惑, 它提供友好的面向对象接口基于/usr/include/objc中的C函数.
CCRuntime在BSD许可证下发布的。对于官方许可证,请参阅许可证文件。
快速开始The action begins in CCRuntime.h. Various methods are added to NSObject to allow querying and manipulation. Most of these are c
...