- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/xionghuiCoder/multilanguage
- 软件文档: https://github.com/xionghuiCoder/multilanguage/blob/master/README.md
软件介绍
multilanguage 是一个多语开发工具包,用于缓存多语系统的多语值,它拥有良好的性能,并且能防止内存泄露。
当开发了一套产品,即想要卖给大陆客户,也想要卖给港台用户,这时就需要支持简体和繁体;
当一个国内站点需要拓展到美国时,这时就需要支持简体和英语;
很多人碰到上面这些情况时,会选择开发一套功能一样的产品,这是完全没有必要的,我们需要的仅仅是一套多语系统。
站点多语demo可参考https://github.com/xionghuiCoder/multilanguage-web-demo
接口多语demo可参考https://github.com/xionghuiCoder/multilanguage-interface-demo
The Little Schemer
[美] Daniel P. Friedman、[美] Matthias Felleisen / 卢俊祥 / 电子工业出版社 / 2017-7 / 65.00
《The Little Schemer:递归与函数式的奥妙》是一本久负盛名的经典之作,两位作者Daniel P. Friedman、Matthias Felleisen在程序语言界名声显赫。《The Little Schemer:递归与函数式的奥妙》介绍了Scheme的基本结构及其应用、Scheme的五法十诫、Continuation-Passing-Style、Partial Function、......一起来看看 《The Little Schemer》 这本书的介绍吧!
