Mac开发获取home目录
获取home目录 12345678910111213#include <unistd.h>#include <sys/types.h>#include <pwd.h>#include <assert.h>NSString *RealHomeDirect ...
阅读更多
iOS/Mac开发常用网站
Awesome-iOS Awesome-极好的,很好,棒极了的意思。 awesome 系列 一般是用来收集学习、工具、书籍类相关的项目 所以学习一门语言直接搜索 Awesome + 你要学的语言就会搜到很多优秀的资源 Awesome-ios-iOS 资源收集汇总,iOS 资源大全,内容包括:框架、 ...
阅读更多
前端开发常用网站
https://www.awesomes.cn/【荐】https://www.awesomes.cn/rank?sort=trendhttps://github.com/JingwenTian/awesome-frontendhttps://github.com/fengmiaosen/web-aw ...
阅读更多
javascript HTTP网络请求
​ 作为一名移动开发者,很多时候需要对网络数据进行处理,而Xcode每次修改都需要重新编译,这大大降低了我们开发的敏捷性。python对网络数据的处理是很简单的,但iOS开发对python的支持不是很够,只能用第三方框架,而且API数量和使用方便性很低。对于JavaScript,iOS7之后 ...
阅读更多
javascript 常用库
https://www.awesomes.cn/repos/Applications 提示框 https://lipis.github.io/bootstrap-sweetalert/ http://www.layui.com/ https://github.com/sotayamashita/aw ...
阅读更多
iOS开发html解析
收集几个objectivec的HTML解析库 https://github.com/graetzer/GDataXML-HTML https://github.com/topfunky/hpple https://github.com/zootreeves/objectivec-HMTL-Parse ...
阅读更多
macOS 小技巧
macOS 小技巧 1、xxxApp已损坏,打不开,你应该将它移到废纸篓更新到最新系统 macOS Sierra 后发现系统偏好设置->安全性与隐私中默认已经隐藏了运行安装任何来源App的选项 在终端中输入命令 1sudo spctl --master-disable #全局 针对某一A ...
阅读更多
Mac开发调试工具
1、whistlehttps://github.com/avwo/whistle 安装 sudo npm install -g whistle 启动whistle: w2 start 停止whistle: w2 stop 基于Node实现的跨平台调试代理工具,不仅可以作为普通的HTTP代 ...
阅读更多
个人简历
简历预览胡罗男|未婚|1989年9月生| 户口:湖南-邵阳| 现居住于:广东 广州-天河区5年工作经验 |无党派人士15360551286 E-mail:hulu666@126.com求职意向工作 ...
阅读更多
iOS/Cocoa调用python
C++与Python的混合编程-C++调用Pythonhttps://github.com/hailongiPhone/python-into-iOShttps://github.com/PerfectlySoft/Perfect-Pythonhttps://gist.github.com/andy ...
阅读更多