能力强的人善于解决问题,有智慧的人善于绕过问题。 区别很微妙,小心谨慎做后者。
全部博文(399)
发布时间:2015-04-29 10:44:28
这点不谈异步,会放在另一节讲。1) 基础但实际可能不会常用: synchronized(obj) { while ( x > 1){ try { obj.wait() .........【阅读全文】
发布时间:2015-04-28 18:31:05
基本教程: http://www.scala-js.org/doc/tutorial.html开发流程:终端1:编译 ScalaJS filessbt fastOptJScp Ticket-Client/target/scala-2.11/js-fastopt.js Ticket-Server/public/javascripts/终端2:运行主程序sbt run发布部署 :sbt dist产生 jv.........【阅读全文】
发布时间:2015-04-28 15:19:26
Table of ContentsTable of ContentsTech stack (major components) TypeScriptJavascriptAngularJSYeomanTech stack (major components)Typescript - Typed superset of JS that compiles to JS.........【阅读全文】
发布时间:2015-04-28 15:18:25
AngularMost popular frontend frameworkBacked by GoogleWeb component (directive) idea interesting for creating reusable components and mixing behavior into tagsComes with building blocks for structuring application and code (suggested file system layout, control.........【阅读全文】