今天要和大家分享的是angular从1.2版本开始带来了新语法Controller
as。再次之前我们对于angular在view上的绑定都必须使用直接的scope对象,对于controller来说我们也得必须注入$scope这个service。如下:angular.module("app",[.....
分类:
其他好文 时间:
2014-05-28 02:28:02
阅读次数:
237
云计算的目标是:按需服务,提供的服务可以是基础设施,也可以是平台,也可以是软件,即:
IaaS、PaaS、Saas 公共云服务一般来说包括:IaaS、PaaS、SaaS 三类服务。 即:Infrastructure(基础设施)-as-a-
Service,Platform(平台)-as-a-Serv...
分类:
其他好文 时间:
2014-05-27 16:55:01
阅读次数:
554
本文转自:http://www.codeproject.com/Articles/9348/Web-Service-AuthenticationDownload
source files - 45.5KBIntroductionThis is a simple mechanism to authen...
分类:
Web程序 时间:
2014-05-27 16:19:48
阅读次数:
473
近期使用winSock做的一个网络项目中,使用TCP+Socket连接编写的一个多线程的网络程序,功能是client负责不断地向server端发送数据,服务端负责接收数据。client是一个DLL,服务端程序是一个随机启动的NT
Service服务程序。程序在夜间无人操作的执行过程中,client常...
分类:
其他好文 时间:
2014-05-26 18:00:58
阅读次数:
256
@Override public int onStartCommand(Intent intent,
int flags, int startId) {
System.out.println("---------->>onStartCommand2"); re...
分类:
移动开发 时间:
2014-05-26 17:33:56
阅读次数:
228
Question0Sign in to voteFolks,In my
application, when the user hits "Submit" button, I have to make a Web service
call asynchronously. Here is what I ...
分类:
其他好文 时间:
2014-05-25 22:19:32
阅读次数:
657
基于JDBC的通讯录练手:项目以MVC模式开发,包名:cn.itcast.txl.domain;cn.itcast.txl.dao;cn.itcast.txl.dao.impl;cn.itcast.txl.service;cn.itcast.txl.service.impl;cn.itcast.tx...
分类:
数据库 时间:
2014-05-25 22:00:12
阅读次数:
420
本文将介绍virt-manager、virt-install等工具在xen的半虚拟化平台上安装虚拟机,及xen的一些高级应用一、virt-manager安装Guest虚拟机#yum-yinstallvirt-managerlibvirtvirt-viewer
注意:我使用的为centos官方提供的libvirt,版本为:0.10.2.8
#servicexendstart
#servicelibv..
分类:
其他好文 时间:
2014-05-25 21:03:05
阅读次数:
327
一、设置SQL Server服务器: 1、“开始” → “程序” → “Microsoft
SQL Server 2005” → “配置工具” → “SQL Server Configuration Manager”(确认“SQL Server
Management Studio”已关闭) 2、.....
分类:
数据库 时间:
2014-05-25 20:36:13
阅读次数:
281
原文地址:http://blog.itpub.net/23109131/viewspace-688117/第一步:创建服务框架创建一个新的 Windows
服务项目,可以从Visual C# 工程中选取 Windows 服务(Windows Service)选项,给工程一个新文件名,然后点击确定。现...