Swift直接调用Python函数库

{% github PerfectlySoft Perfect-Python 63589be width = 30% %} Perfect - Python 本项目提供了在Swift服务器应用上直接引用Python 2.7函数库的简便方法。 本项目采用Swift Package Manager 软件包管理器

批量压缩png图片工具

{% github it-boyer width = 30% %} pngquant 使用pngquant批量压缩png 编写批量处理脚本 vi compresspng.py 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

自动生成icon@2x@1x

{% github rickytan RTImageAssets cf0a641 width = 30% %} 自动生成所有所需的应用程序图标 https://github.com/rickytan/RTImageAssets iOS开发工具:自动生成@2x,@3x图片 IconMaker程序生成icon {% gist 816b7ef296219d14edac %} 通过原

Zsh插件之github使用

github插件 This plugin supports working with GitHub from the command line. It provides a few things: Sets up the hub wrapper and completions for the git command if you have hub installed. Completion for the github Ruby gem. Convenience functions for working with repos and URLs. Functions empty_gh - Creates a new empty repo (with a README.md) and pushes it to GitHub new_gh

Android安装BusyBox

大家是否有过这样的经历,在命令行里输入adb shell,然后使用命令操作你的手机或模拟器,但是那些命令都是常见Linux命令的阉割缩水版,用

了解手机处理器ARM

Arm处理器,因为其低功耗和小尺寸而闻名,几乎所有的手机处理器都基于arm,其在嵌入式系统中的应用非常广泛,它的性能在同等功耗产品中也很出色

package_json文件配置说明

npm 与 package.json 快速入门教程 每个项目的根目录下一般都有一个package.json文件,定义项目所需要的各种模块,以及项目的配置信息。npm insta

opkg在小米路由器的使用

{% github openwrt openwrt 759f111 width = 30% %} openwrt.io 小米路由器固件信息 路由器read-only file system怎么改权限 1 mount -o remount,rw / 新建配置 备份初始conf 1 mv /etc/opkg.conf /etc/opkg.conf.bak 开始配置 vim /etc/opkg.conf