新路由型号:Y1CPU:单核链接终端:2路由系统版本:1.6.6.171.6.9.17运行时长:0天0小时17分13秒MAC地址:20:76:93:28:CA:24LAN口状态MAC地址:20:76:93:28:ca:24IP地址:192.168.99.1子网掩码:255.255.255.0无线状态...
分类:
其他好文 时间:
2015-01-04 18:39:44
阅读次数:
480
angular的MVVM框架结构: 1. app,2.routes, config,3.module,4.Controller, $scope,controller参数,事件机制。5.Model, Service, factory, ui-router, provider (stateprovide...
分类:
Web程序 时间:
2015-01-04 16:41:28
阅读次数:
144
ui-router's states and AngularJS directives have much in common. Let's explores the similarities between the two and how these patterns have emerged i...
分类:
Web程序 时间:
2015-01-04 06:25:08
阅读次数:
216
We'velooked at lazy loading with ocLazyLoadpreviously, but what if we are using ui-router and want to lazy load modules when we change states?angular....
分类:
Web程序 时间:
2015-01-04 06:24:36
阅读次数:
1221
一:【准备条件】
软件准备条件
机器A端:SqlServer2005 Management Studio + WinServer 2003 Enterprise (作为发布服务器)
机器B端:Sqlserver2005 Management Studio Express + WinXP(作为订阅服务器)
(可以用别的,不过订阅服务器版本不得高于发布服务器版本)
数据库复制准备条件
1....
分类:
数据库 时间:
2015-01-03 00:59:05
阅读次数:
333
For server.js, we update the code by using route instance. By using this, we can remove some duplicate code.For example:app.get('/people', function(re...
分类:
其他好文 时间:
2015-01-02 19:52:36
阅读次数:
172
如果项目稍大一些,就尽量使用路由Route 组织形成url请求,避免很多次重复代码, 看起来也直观.import UIKitimport Alamofirestruct KF {enum Router: URLRequestConvertible{ static let baseUrlStri...
分类:
其他好文 时间:
2015-01-01 23:47:00
阅读次数:
645
Code First1、如果任何配置不修改,默认连接Express或者LocalDb,按照顺序是Express、LocalDb,如果没安装使用后边的2、配置文件里如果有连接字符串,并且连接字符串名称为DbContext继承类名称(是否包含命名空间无所谓),则DbContext的继承类中只需要调用默认...
分类:
数据库 时间:
2014-12-30 16:37:24
阅读次数:
149
先看一段测试代码: 1 var express = require('express'); 2 3 var app = express(); 4 var router = express.Router(); 5 6 app.get('/', function(req, res){ 7 ...
分类:
其他好文 时间:
2014-12-29 19:51:49
阅读次数:
160
安装formidablepm install formidable@latest客户端表单提交 上传文件 上 传 服务端指定路由规则router.post('/upload', function(req, res) { ...
分类:
Web程序 时间:
2014-12-29 19:51:28
阅读次数:
160