Fork me on GitHub
摘要: Ref:Top 10 Java Based Web Development Frameworks for 2014-2015 Ref:The 7 Best Java Frameworks for 2016 Ref:The 10 Best Java Web Frameworks for 2017 阅读全文
posted @ 2017-04-19 00:16 Nick.Chung 阅读(265) 评论(0) 推荐(0) 编辑
摘要: Ref:Intellij Idea 创建Web项目入门(一) Ref:IntelliJ IDEA 简体中文专题教程 Ref:'cannot run program '/path/to/tomcat/bin/catalina.sh' error=13 permission denied Ref:Jav 阅读全文
posted @ 2017-03-25 21:08 Nick.Chung 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 转自:漫谈程序员系列:一张图道尽程序员的出路 作者:程序视界——聚焦程序员的职业规划与成长 回顾分割线 漫谈程序员系列:软件开发的十八般乐趣 漫谈程序员系列:程序员到底是什么角色 漫谈程序员系列:别说“我已经很努力了” 漫谈程序员系列:无BUG不生活 漫谈程序员系列:程序员的生活就这样吗 漫谈程序员 阅读全文
posted @ 2017-03-19 18:16 Nick.Chung 阅读(215) 评论(0) 推荐(0) 编辑
摘要: Play is a high-productivity Java and Scala web application framework that integrates the components and APIs you need for modern web application devel 阅读全文
posted @ 2017-03-05 00:26 Nick.Chung 阅读(210) 评论(0) 推荐(0) 编辑
摘要: Build powerful concurrent & distributed applications more easily. Akka is a toolkit and runtime for building highly concurrent,distributed, and resili 阅读全文
posted @ 2017-03-02 00:33 Nick.Chung 阅读(300) 评论(0) 推荐(0) 编辑
摘要: PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture tha 阅读全文
posted @ 2017-03-01 23:03 Nick.Chung 阅读(159) 评论(0) 推荐(0) 编辑
摘要: WebGL (Web图形库) 是一种JavaScript API,用于在任何兼容的Web浏览器中呈现交互式3D和2D图形,而无需使用插件。WebGL通过引入一个与OpenGL ES 2.0紧密相符合的API,可以在HTML5 <canvas> 元素中使用。 目前支持 WebGL 的浏览器有:Fire 阅读全文
posted @ 2017-03-01 22:53 Nick.Chung 阅读(426) 评论(0) 推荐(0) 编辑
摘要: Ramda A practical functional library for JavaScript programmers. Why Ramda? There are already several excellent libraries with a functional flavor. Ty 阅读全文
posted @ 2017-01-13 00:58 Nick.Chung 阅读(464) 评论(0) 推荐(0) 编辑
摘要: Ref:https://mp.weixin.qq.com/debug/wxadoc/introduction/index.html?t=201715 Ref:微信小程序开发入门教程 Ref:微信小程序开发资源汇总 阅读全文
posted @ 2017-01-13 00:22 Nick.Chung 阅读(249) 评论(0) 推荐(0) 编辑
摘要: Html5 Boilerplate https://html5boilerplate.com https://github.com/h5bp/html5-boilerplate/wiki/sites http://www.initializr.com Component & Ranking http 阅读全文
posted @ 2016-11-12 01:49 Nick.Chung 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 震惊小伙伴的单行代码-Erlang 震惊小伙伴的单行代码-CoffeeScript 震惊小伙伴的单行代码-F# 震惊小伙伴的单行代码-R 震惊小伙伴的单行代码-Clojure 震惊小伙伴的单行代码-Haskell 震惊小伙伴的单行代码-Groovy 震惊小伙伴的单行代码-Swift 震惊小伙伴的单行 阅读全文
posted @ 2016-07-29 16:53 Nick.Chung 阅读(166) 评论(0) 推荐(0) 编辑
摘要: CSS with superpowers CSS with superpowers CSS with superpowers Sass is the most mature, stable, and powerful professional grade CSS extension language 阅读全文
posted @ 2016-07-29 12:54 Nick.Chung 阅读(199) 评论(0) 推荐(0) 编辑
摘要: Ref:http://www.iosicontemplate.com Ref:https://appicontemplate.com 阅读全文
posted @ 2016-06-30 17:04 Nick.Chung 阅读(1201) 评论(0) 推荐(0) 编辑
摘要: Life Cycle: Communication: Ref:React Native 中组件的生命周期 Ref:React Native通信机制详解 Ref:Communication between native and React Native Ref:http://www.cnblogs.c 阅读全文
posted @ 2016-06-24 15:08 Nick.Chung 阅读(714) 评论(0) 推荐(0) 编辑
摘要: The Meteor framework is a series of 100% open source projects (MIT license) that combine to create a complete JavaScript App Platform for full stack r 阅读全文
posted @ 2016-04-12 17:13 Nick.Chung 阅读(373) 评论(0) 推荐(0) 编辑
摘要: Ref:The MongoDB 3.2 Manual Ref:Mac OX上安装MongoDb Ref:Creating RESTful APIs with Express 4 Ref:Build a RESTful API Using Node and Express 4 Ref:RESTful 阅读全文
posted @ 2016-03-04 00:28 Nick.Chung 阅读(710) 评论(0) 推荐(0) 编辑
摘要: 服务器推送事件(Server-sent Events)是 HTML 5 规范中的一个组成部分,可以用来从服务端实时推送数据到浏览器端。相对于与之类似的 COMET 和 WebSocket 技术来说,服务器推送事件的使用更简单,对服务器端的改动也比较小。对于某些类型的应用来说,服务器推送事件是最佳的选 阅读全文
posted @ 2016-03-02 17:30 Nick.Chung 阅读(254) 评论(0) 推荐(0) 编辑
摘要: What is Symfony « Symfony is a set of PHP Components, a Web Application framework, a Philosophy, and a Community — all working together in harmony. » 阅读全文
posted @ 2016-02-15 18:29 Nick.Chung 阅读(409) 评论(0) 推荐(0) 编辑
摘要: Lightweight, low-ceremony, framework for building HTTP based services on .Net and Monohttp://nancyfx.orgMeet NancyNancy is a lightweight, low-ceremony... 阅读全文
posted @ 2016-01-21 16:33 Nick.Chung 阅读(241) 评论(0) 推荐(0) 编辑
摘要: Ref:LBS新应用:地理围栏技术 Ref:地理围栏算法解析 Ref:高德LBS开放平台 Ref:从B树、B+树、B*树谈到R 树 Ref:程序员面试、算法研究、编程艺术、红黑树、数据挖掘5大系列集锦 Ref:结构之法 算法之道-面试、算法、机器学习 Ref:The-Art-Of-Programmi 阅读全文
posted @ 2016-01-15 11:30 Nick.Chung 阅读(296) 评论(0) 推荐(0) 编辑
摘要: What is Joomla?Joomla is an award-winning Content Management System (CMS), which enables you to build Web sites and powerful online applications. Many... 阅读全文
posted @ 2016-01-14 11:17 Nick.Chung 阅读(218) 评论(0) 推荐(0) 编辑
摘要: Ref:App Icons on iPad and iPhone Ref:iPhone屏幕尺寸、分辨率及适配 Ref:iOS Provisioning Profile(Certificate)与Code Signing详解 Ref:使用Xcode7非美刀购买开发者帐号,非越狱安装IOS ipa Re 阅读全文
posted @ 2016-01-13 12:10 Nick.Chung 阅读(202) 评论(0) 推荐(0) 编辑
摘要: TypeScript lets you write JavaScript the way you really want to.TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.Any bro... 阅读全文
posted @ 2016-01-06 17:38 Nick.Chung 阅读(178) 评论(0) 推荐(0) 编辑
摘要: Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly f 阅读全文
posted @ 2016-01-06 00:50 Nick.Chung 阅读(309) 评论(0) 推荐(0) 编辑
摘要: Microsoft recently released .NET Core and ASP.NET 5 Release Candidate, supported on Windows, OS X and Linux. Microsoft states this release is ready fo 阅读全文
posted @ 2015-12-04 16:48 Nick.Chung 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 推荐阅读:Functional Programming Is Hard,That's Why It's Good(翻译) / 函数式思维方式 IDE Emacs Aquamacs Go Golang Home Go语言中文网 Golang资料集 Go中文社区 Lua Lua Home 开源脚本Lua 阅读全文
posted @ 2015-11-15 12:18 Nick.Chung 阅读(306) 评论(0) 推荐(0) 编辑
摘要: Write cross-platform native apps in RubyRubyMotion lets you quickly develop cross-platform native apps for iOS, Android and OS X, all using your favor... 阅读全文
posted @ 2015-11-15 12:07 Nick.Chung 阅读(263) 评论(0) 推荐(0) 编辑
摘要: Probably the most significant addition to Elements 8.1 is our new Silver compiler front-end, which brings Apple's new Swift language, recently voted a... 阅读全文
posted @ 2015-11-09 11:13 Nick.Chung 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 什么是 OWIN ?OWIN 的全称是 "Open Web Interface for .NET", OWIN 在 .NET Web 服务器和 .NET Web 应用之间定义了一套标准的接口, 其目的是为了实现服务器与应用之间的解耦, 鼓励为 .NET Web 应用开发简单模块。OWIN 是一个开源... 阅读全文
posted @ 2015-10-15 23:53 Nick.Chung 阅读(304) 评论(0) 推荐(1) 编辑
摘要: Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and effici 阅读全文
posted @ 2015-09-16 18:30 Nick.Chung 阅读(237) 评论(0) 推荐(0) 编辑
摘要: Ref:微信平台 Ref:C#开源库 Ref:微信JS-SDK说明文档 Ref:方倍工作室 Ref:http://www.fangbei.org Ref:微信公众平台开发(69)百度地图导航 Ref:微信公众平台开发(106) 网页获取用户地理位置 Ref:百度开放平台-JavaScript API 阅读全文
posted @ 2015-09-11 16:32 Nick.Chung 阅读(266) 评论(0) 推荐(0) 编辑
摘要: Native appsare specific to a given mobile platform (iOS or Android) using the development tools and language that the respective platform supports (e.... 阅读全文
posted @ 2015-09-02 15:40 Nick.Chung 阅读(256) 评论(0) 推荐(0) 编辑
摘要: Ref:iOS PDF Ref:iOS development using Swift Ref:Tutorials for the Swift language Ref:Learn How to Create iOS Apps Ref:Learn how to build iPhone apps R 阅读全文
posted @ 2015-08-26 14:17 Nick.Chung 阅读(293) 评论(0) 推荐(0) 编辑
摘要: Welcome to the Appcelerator Platform! The Appcelerator Platform extends Appcelerator's Titanium platform to help you manage the entire lifecycle of th... 阅读全文
posted @ 2015-08-16 12:02 Nick.Chung 阅读(267) 评论(0) 推荐(0) 编辑
摘要: Ref:Android开发最佳实践 Ref:Android高手速成--第一部分 个性化控件(View) Ref:Android高手速成--第二部分 工具库 Ref:Android高手速成--第三部分 优秀项目 Ref:Android高手速成--第四部分 开发工具及测试工具 Ref:GitHub上史上 阅读全文
posted @ 2015-08-16 11:20 Nick.Chung 阅读(268) 评论(0) 推荐(0) 编辑
摘要: Xcodeis anintegrated development environment(IDE) containing a suite ofsoftware developmenttools developed byApplefor developing software forOS XandiO... 阅读全文
posted @ 2015-07-31 12:56 Nick.Chung 阅读(274) 评论(0) 推荐(0) 编辑
摘要: Build 10x FasterRich mobile games and apps in record timeCoronais designed to enable super-fast development. Our elegantAPIsmake adding complex featur... 阅读全文
posted @ 2015-07-30 17:50 Nick.Chung 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 在这个时间开始学习移动开发真是最好不过了,每个人应该都有一些移动应用的创意,而且你并不需要任何的原生应用编程经验,你只需要一些HTML的相关知识,懂一些CSS和JavaScript就够了。如果你总听别人说HTML5的移动应用太慢,我只能告诉你应该有一些主见,首先HTML5会越来越好,移动端的硬件也会... 阅读全文
posted @ 2015-07-30 17:36 Nick.Chung 阅读(292) 评论(0) 推荐(0) 编辑
摘要: React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript 阅读全文
posted @ 2015-07-26 22:52 Nick.Chung 阅读(893) 评论(0) 推荐(0) 编辑
摘要: Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from Jav... 阅读全文
posted @ 2015-07-23 19:19 Nick.Chung 阅读(264) 评论(0) 推荐(0) 编辑