1年1月1日
相关框架 JHipster JHipster is a development platform to generate, develop and deploy Spring Boot + Angular Web applications and Spring microservices. 问题 在 AngularJS 的 controller 中: $scope.pageTitle = dbData.getTitle();,已知该标题从数据库中取出后不会被修改和变化,如下在模板中的写法最好的方式是:【A】 A. <h1 ng-bind="::pageTitle"></h1> B. <h1><%=pageTitle%></h1> C. <h1>\{\{::pageTitle\}\}</h1> D. <h1>\{\{pageTitle\}\}</h1> E. <h1 ng-bind="pageTitle"></h1> 修改 model 数据后,自动更新界面上的显示内容,或者在界面上修改内容,更新 model……
阅读全文
1年1月1日
回归 Blog 有一段时间没有更新Blog了,有些时候用Lofter,因为方便而且容易分享,而技术、思路的收集则用Evernote,本来用得还挺好的,但Evernote加了限制,只能支持两个客户端什么的,于是转用有道云笔记,有道云笔记升级到2.x版,结果里面的查询太烂了,查到关键字在某些文……
阅读全文
1年1月1日
情况背景 使用 Backbone 开发 Web App 之后,特别是较大型的项目,会发现因为缺少一些关键的功能(如:双向绑定等)代码越来越多且复杂,从而导致后期扩展和更新越来越困难,因此从基本框架层面需要考虑改善,以便使整个框架更有条理,更易组织,更易扩展、复用、重构等…… 目前可以想到的有三个方向: 在 Backbone 基础上结合……
阅读全文
1年1月1日
DB, SQL 技术相关 Presto(中文站)是一个运行在多台服务器上的分布式系统。……
阅读全文
1年1月1日
DevOps技术相关 相关链接 Ansible中文权威指南 所有重复的IT工作可以被自动化并分享给其他组员。 Choosing a deployment tool - ansible vs puppet vs chef vs salt 相关观点 Puppet is a similar tool to Chef Vagrant is a tool for developers and a toy for admins, you can quickly stand up a development environment with vagrant, e.g. I want to develop an android app, grab an IDE from vagrant, I think it will be overtaken by Docker soon. 我现在使用的是阿里容器服务: https://cs.console.aliyun.com ,配合阿里的虚拟……
阅读全文
1年1月1日
示例代码如下: $('#ff').form({ url:$(this).attr(""action""), onSubmit:function(){ return $(this).form('validate'); }, success:function(data){ alert(data); } }); 其中url的值是取的form中的action属性,故需注意填写form的相应属性,当然也可以为'/controller_name/action_name'。……
阅读全文
1年1月1日
原文摘抄自:https://groups.google.com/d/msg/play-framework/-/iQLX-uLwHWsJ (可能因墙访问不了……我是在邮件列表中收集的) 需求和问题 原问及简单翻译说明如下: Given a simple action:【简单给一个action如下:】 :::java public static void testAction() { session.put("worked",……
阅读全文
1年1月1日
基础 ionic2文档整理 A Guide to Styling an Ionic 2 Application Tips & Tricks for Styling Ionic 2 Applications User-Selected Style Themes in an Ionic 2 Application Vonic简明教程(一):起步{:target="_blank"} SQLite plugin{:target="_blank"} Cordova plugin NativeStorage{:target="_blank"} Debugging Ionic 2 Apps in Chrome from Visual Studio Code{:target="_blank"} Ionic 2 Conference Application{:target="_blank"} Ionically Speaking{:target="_blank"} 问题 I18n 官方文档如此{:target="_blank"}, 使用……
阅读全文
1年1月1日
综合框架 arale.js{:target="_blank"} 支付宝的前端基础类库 Arale 基于 SeaJS 和 jQuery 等,目前新构建 2.0 版本。 demo: 计算器{:target="_blank"} KISSY{:target="_blank"} 是由淘宝前端攻城师们发起创建的一个开源 JS 类库。 Ender.js{:target="_blank"} - Ender is a full featured package manager for your browser. 作者 Dustin Diaz{:target="_blank"} 模块加载框架 Javascript模块化 Seajs{:target="_blank"} 由支付宝团队开源,基于(Comm……
阅读全文
1年1月1日
Bug tabs: When add a new tab panel with href property, the content page is loaded twice. fixed. form: Failed to call ‘load’ method to load form input with complex name. fixed. draggable: End drag in ie9, the cursor cannot be restored. fixed. Improvement panel: The tools can be defined via html markup. tabs: Call ‘close’ method to close specified tab panel, users can pass tab title or index of tab panel. Other methods such ‘select’,‘getTab’ and ‘exists’ are similar to ‘close’ method. tabs: Add ‘getTabIndex’ method. tabs: Users can define mini tools on tabs. tree: The mouse must move a specified distance to begin drag and drop operation. resizable: Add ‘options’,‘enable’ and ‘disable’ methods. numberbox: Allow users to change number format. datagrid: The subgrid is supported now. searchbox: Add ‘selectName’ method to select searching type name.……
阅读全文