云计算的目标是:按需服务,提供的服务可以是基础设施,也可以是平台,也可以是软件,即:
IaaS、PaaS、Saas 公共云服务一般来说包括:IaaS、PaaS、SaaS 三类服务。 即:Infrastructure(基础设施)-as-a-
Service,Platform(平台)-as-a-Serv...
分类:
其他好文 时间:
2014-05-27 16:55:01
阅读次数:
554
近期使用winSock做的一个网络项目中,使用TCP+Socket连接编写的一个多线程的网络程序,功能是client负责不断地向server端发送数据,服务端负责接收数据。client是一个DLL,服务端程序是一个随机启动的NT
Service服务程序。程序在夜间无人操作的执行过程中,client常...
分类:
其他好文 时间:
2014-05-26 18:00:58
阅读次数:
256
private void installApk(String fileUri) { Intent
intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.parse("file://" + fileUr...
分类:
移动开发 时间:
2014-05-26 17:36:26
阅读次数:
290
@Override public int onStartCommand(Intent intent,
int flags, int startId) {
System.out.println("---------->>onStartCommand2"); re...
分类:
移动开发 时间:
2014-05-26 17:33:56
阅读次数:
228
We are the World词曲:Michael Jackson & Lionel
RichThere comes a time when we heed a certain call (Lionel Richie 莱昂纳尔.里奇)When
the world must come togethe...
分类:
其他好文 时间:
2014-05-26 17:07:17
阅读次数:
266
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
点击textview打开新的activity(1)MainActivity.javapackagecom.example.android_textview_opennewactivity;
importandroid.os.Bundle;
importandroid.app.Activity;
importandroid.content.Intent;
importandroid.text.SpannableString;
importandroid.text.Spanned;
importan..
分类:
移动开发 时间:
2014-05-25 21:00:42
阅读次数:
440
跌跌撞撞总算是把客户端开发好了,后台的代码因为不复杂,就写了些单元测试跑一跑就算通过了,大部分时间都是在调整脚本。这一节开始部署TodoList项目。一.了解IIS(Internet
Infomation Service)一个Http请求从浏览器发送到服务器接收,其实是经过相当多的步骤的,我们不说客...
分类:
其他好文 时间:
2014-05-25 14:56:18
阅读次数:
190
原文地址:http://blog.itpub.net/23109131/viewspace-688117/第一步:创建服务框架创建一个新的 Windows
服务项目,可以从Visual C# 工程中选取 Windows 服务(Windows Service)选项,给工程一个新文件名,然后点击确定。现...