- 授权协议: LGPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/javapns/
- 软件文档: http://code.google.com/p/javapns/w/list
软件介绍
JavaPNS 是一个 Java 库用来通过 Apple Push Notification 服务发送提醒。
功能:
- Start sending notifications using a single line of code
- Get started quickly with smart default settings
- Easily switch between Apple's sandbox or production services
- Use predefined simple notifications, or create custom and/or complex payloads
- Benefit from the enhanced notification format
- Send thousands of notifications using the built-in multithreaded transmission engine
- Examine push notification results immediately and accurately
- Query the Feedback Service with a single line of code to find inactive devices
- Auto-resend notifications ignored by Apple servers after an error
- Push notifications to Apple's Newsstand application with one line of code
- Setup connection pools (queues) in no time
- Use bundled command-line tools to test push notification and feedback
- Rely on the library's strong error and exception management
- Get started quickly thanks to the built-in safeguards against common mistakes
- Build upon JavaPNS's developer-friendly API to extend its functionalities
- Learn everything about the library through its complete and up-to-date javadoc
- and much more!
Lua设计与实现
codedump / 人民邮电出版社 / 2017-8 / 49.00元
本书首先介绍了Lua中的数据结构,比如通用数据是如何表示的、Lua的字符串以及表类型的实现原理,接着讨论了Lua虚拟机的实现,并且将其中重点的一些指令进行了分类讲解,最后讨论了垃圾回收、模块实现、热更新、协程等的实现原理。一起来看看 《Lua设计与实现》 这本书的介绍吧!
