今天要和大家分享的是angular从1.2版本开始带来了新语法Controller
as。再次之前我们对于angular在view上的绑定都必须使用直接的scope对象,对于controller来说我们也得必须注入$scope这个service。如下:angular.module("app",[.....
分类:
其他好文 时间:
2014-05-28 02:28:02
阅读次数:
237
安装samba:sudo apt-get install
samba修改samba配置:sudo nano /etc/samba/smb.conf修改内容如下去掉 security = user 前#在map to
guest = bad user 行下添加 guest account = pi共享...
分类:
其他好文 时间:
2014-05-27 23:39:38
阅读次数:
283
云计算的目标是:按需服务,提供的服务可以是基础设施,也可以是平台,也可以是软件,即:
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
《Windows Azure Platform 系列文章目录》
看过我之前几章内容的读者都知道,Azure China和Azure Global服务类型的Endpoint是不同的,比如我们创建一个Azure
Storage,命名为leizhangstorage。则这个Azure Storage...
分类:
其他好文 时间:
2014-05-25 22:26:05
阅读次数:
333
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
原文地址:http://blog.itpub.net/23109131/viewspace-688117/第一步:创建服务框架创建一个新的 Windows
服务项目,可以从Visual C# 工程中选取 Windows 服务(Windows Service)选项,给工程一个新文件名,然后点击确定。现...