11 2015 档案

[Ng] Angular应用点概览
摘要:1. 使用模块化写法。 var app = angular.module('myApp', []); app.controller('TextController', function($scope) { $scope.txt = {'title':'some txt'}; }); [] 表示此模块 阅读全文

posted @ 2015-11-25 23:06 ercom 阅读(550) 评论(0) 推荐(0)

[MongoDB] Mongodb攻略
摘要:【基础】 1. 安装: wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-3.0.7.tgz tar zxvf mongodb-linux-x86_64-rhel70-3.0.7.tgz mv mongodb-linu 阅读全文

posted @ 2015-11-13 15:24 ercom 阅读(1317) 评论(0) 推荐(0)