自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(17)
  • 资源 (14)
  • 收藏
  • 关注

转载 苹果脚本-How to send a message using iChat and AppleScript

set peopleICareAbout to {"Pietje Piet", "Joe Anonymous"}tell application "iChat" repeat with myBuddy in buddies --get properties of myBuddy if full name of myBuddy is in peopleIC

2013-06-27 21:15:44 955

转载 苹果脚本- Send SMS to Messages and run commands with AppleScript

It is possible to send an SMS command to your Mac using an AppleScript. I've made one which takes a picture when I send the command /photo to iMessages on my Mac. The script is very simple; it mus

2013-06-27 21:10:44 1825

转载 苹果脚本--Automatically open the Messages chat window

Automatically open the Messages chat window I was annoyed by a behavior of Messages.app. When a friend sends me a message the chat window will not open automatically. Instead the Messages app

2013-06-27 21:03:06 895

转载 在网页中发送iMessage消息的代码(支持Mac和iOS)

转自 http://www.weste.net/2012/5-16/82607.html在制作编写网页时,通过定制页面上的链接,你可以直接通过链接启动 iMessage 会话。用户点按该链接之后,iMessage 应用会自动启动,也就是启动 OS X 或 iOS 中的“信息”应用,并准备给指定的 Apple ID 发送消息。下在制作编写网页时,通过定制页面上的链接,你可以直

2013-06-27 13:35:05 6831 1

转载 如何配置WANem工作环境

http://wenku.baidu.com/view/de5e880716fc700abb68fc6f.html

2013-06-20 15:08:05 1142

转载 解决 xmpp ios 终端不能正常建立 TLS 连接的问题

先看一下正常流程:TLS 的使用概览XMPP包含的一个保证流安全的方法来防止篡改和偷听.这个传输层安全协议[TLS]的频道加密方法, 模拟了类似的其他"STARTTLS"(见RFC 2595 [USINGTLS])的扩展,如 IMAP [IMAP], POP3 [POP3], and ACAP [ACAP]."STARTTLS"的扩展名字空间是'urn:ietf:p

2013-06-19 14:06:30 5070 1

转载 可扩展的消息和出席信息协议 (XMPP): 核心协议

转自:http://www.jabbercn.org/RFC3920关于本文的说明本文为互联网社区定义了一个互联网标准跟踪协议,并且申请讨论协议和提出了改进的建议。请参照“互联网官方协议标准”的最新版本(STD 1)获得这个协议的标准化进程和状态。本文可以不受限制的分发。版权声明本文版权属于互联网社区 (C) The Internet Society (

2013-06-19 10:00:15 1646

转载 openfire TSL的运用与STARTTLS协商

openfire TSL的运用与STARTTLS协商TLS 的使用概览XMPP包含的一个保证流安全的方法来防止篡改和偷听.这个传输层安全协议[TLS]的频道加密方法, 模拟了类似的其他"STARTTLS"(见RFC 2595[USINGTLS])的扩展,如 IMAP [IMAP], POP3 [POP3], and ACAP [ACAP]."STARTTLS"的扩展名字

2013-06-18 16:59:55 1178

转载 xmpp 压缩流

转:http://www.jabbercn.org/XEP-0138NSXMLElement *compress = [NSXMLElement elementWithName:@"compress"];    [compress addAttributeWithName:@"xmlns" stringValue:@"http://jabber.org/protocol/compr

2013-06-18 13:52:49 1713 2

翻译 iOS 7过渡之--控件

Controls are UI elements that users either view (to get information) or interact with (to perform an action). All iOS 7 controls have an updated appearance, and most of them also have different metric

2013-06-18 09:12:45 1363

翻译 IOS 7 过渡之 Content Views (视图内容)

Content views display custom app content. Because the look of most content views is not provided by the system, visual changes in iOS 7 have almost no effect on them. The main exception is the grouped

2013-06-18 08:29:02 1667

翻译 IOS 7过渡----Bars and Bar Buttons

Bars and Bar ButtonsIn iOS 7, the status bar is transparent, and other bars—that is, navigation bars, tab bars, toolbars, search bars, and scope bars—are translucent. As a general rule,

2013-06-17 17:42:33 4155

翻译 IOS7过渡之---Layout and Appearance 布局和外观

IMPORTANTThis is a preliminary document for an API or technology in development. Although this document has been reviewed for technical accuracy, it is not final. This Apple confidential informati

2013-06-17 16:16:22 3095

翻译 IOS 7过渡之---支持IOS 6

Supporting iOS 6If business reasons require you to continue supporting iOS 6 or earlier, you need to choose the most practical way to update the app for iOS 7. The techniques you choose can differ

2013-06-17 10:51:38 1137

翻译 iOS 7 UI Transition Guide - Scope the Project | 研究工程

Scope the Project研究工程Knowing your app’s compatibility requirements and customization characteristics gives you some idea of the path to take. Use the following checklists to fill in more detai

2013-06-16 23:13:35 875

翻译 iOS 7 UI Transition Guide - Before you start | iOS 7 界面过渡指导,在你开始前

Before You StartIMPORTANTThis is a preliminary document for an API or technology in development. Although this document has been reviewed for technical accuracy, it is not final. This Appl

2013-06-14 17:34:15 1307

翻译 Design and Develop for iOS 7 --- 为 iOS 7设计和开发

Design and Develop for iOS 7User InterfaceElevate the content of your apps and make your user interface come alive on iOS 7. Adopt the new design to simplify and revitalize your app with

2013-06-14 15:54:38 1275

okhttp3_justtrustme.zip

okhttp 和 justtrustme 源码,用于研究安卓网络安全的机制。对比代码,利于分析原理。上传资源,自己好找,也方便其他人查找。

2020-06-28

weo_autojs.zip

auto.js 脚本 脚本可以操作你的微信,自动搜索公众号,自动查找微信指数。 功能简单,有不少TODO。首个 auto.js 脚本,下载请谨慎哦。

2020-01-29

安卓开发环境切换工具

自己配置多个安卓 SDK NDK JAVA 环境路径。然后通过脚本批处理更换环境变量。以达到工作中快速切换环境的目的。附件里我放的两个 环境变量是我本机的 cocos2d-x android开发环境 和 react native 的安卓环境

2018-10-15

mac Android反编译

Android mac下反编译 apktool 反编译得到的是布局和资源文件。 dex2jar 反编译得到的代码字节码,利用jd gui就可以查看到源代码。 1.apktool安装 1)下载apktool,及mac下apk-install-macosx 2)解压这两个文件,把这3个文件拷到path路径下。(注意需要root权限) 3)使用apktool d xxx.apk进行反编译,得到一个同名的文件夹。里面就有我们需要的布局文件。 2.dex2jar反编译 1)将apk文件后缀名直接改为.zip,并解压。得到其中的classes.dex文件 ,它就是java源代码经过编译再通过dx工具打包而成的。 2)将classes.dex文件复制到dex2jar所在的文件夹。 3)命令行下定位到dex2jar目录,运行 sh dex2jar.sh classes.dex 生成 classes_dex2jar.jar 用jd gui打开就可以看到源代码了。 apktool的使用 1步可以忽略,只要你cd 到存放apktool的目录就好,和win一样 2、chmod +x apktool,修改为可执行 3、./apktool d xx.apk,执行 成功反编译出xml文件

2018-06-08

html 压缩使用的 js

html 压缩使用的 js

2016-09-02

react-native autocomplete 修改

react-native autocomplete 插件不能很好的支持自定义API和已封闭的节点的属性提醒,所以我对代码进行了修改。放置到自己的项目目录下,和多人共享,共同维护 api json 文件。 插件本身下载,请在 atom 里面 install react-native autocomplete

2016-03-27

mac os 多剪切板工具

每次复制或剪切一个内容,就会存到剪切板里随时可以粘贴(废话)。但如果你想粘贴前几次复制或剪切的文字或图片,就只能再浪费一遍时间 “找回去 — 选择 — 复制 — 切回来 — 粘贴” 。本资源是一款苹果电脑 Mac OS X 系统下的免费软件 ClipMenu,它能保存并显示剪切板内多次以前复制的内容,方便随时粘贴。

2014-10-10

Android cocos2d-x 批量打包脚本

本资源内包含给 Cocos2d-x 的安卓工程批量打包的脚本。具体可以查看我的博客。里面的多个脚本针对开发到发布的 debug , release , release to channels 都有实现。

2014-06-14

android剪切图片代码

该文件里面具备剪切图片的封装,有使用的样例。适合各个android厂商上调用。

2014-03-10

gif lib的库

用于 gif 的解码,解成 RGB 位图内存。 另外 RGB 位图内存可以转成其他格式的图片保存,或者直接显示到屏幕上去。

2014-02-27

ipa 应用包内 pngcrush 处理过的图片恢复

ipa的应用包内,一些图标在打包之后,会被 xcode 自带的 pngcrush 转换图片格式。通过本工具可以批量恢复。需要在 mac os 下运行。

2013-11-20

versions svn 工具

versions . mac 上比较好用的 svn 工具。 放置在百度网盘上。 可以直接点链接下载: http://pan.baidu.com/s/1glfc9

2013-11-11

BMFont 制作字体工具

BMFont 制作字体工具。在看别人的代码的时候,有时候会发现.fnt文件,这个文件是如何产生的呢,其实是使用这个位图处理工具生成的

2013-11-06

wii 的 wbfs管理器

wbfs管理器.可能会报有毒。有需求的下载吧。

2010-09-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除