SQL查詢SQLSERVER資料庫中的暫存資料表結構指令碼 --SQL查詢SQLSERVER資料庫中的暫存資料表結構指令碼use [tempdb]goselect a.name,case a.precision when 0 then case a.is_ansi_padded when 1 then convert(nvarchar(15),b.name+ '('+convert(nvarchar(10),a.max_length)+')') --字元 when 0
建立Web服務1.在wwwroot目錄下建立一個叫做Webservice的目錄。2.建立下面這樣一個檔案:<%@ WebService Language="c#" Class="AddNumbers"%>using System;using System.Web.Services;public class AddNumbers : WebService{[WebMethod]public int Add(int a, int b){int sum;sum = a +
Visual Studio Walkthrough: Deploying a Windows ApplicationThis walkthrough demonstrates the process of creating an installer for a Windows application that launches Notepad. In this walkthrough, you will create the Windows application, then create
Web service目前被SOA所廣泛採用。從目前Web Service的應用來看,Web Service技術確實具有某些顯著的優點,已成為當前分布式技術的重要代表。 Web Service的一個顯著特點就是Loose Coupling。服務的可發現性,平台無關性,介面的自描述性構成了Web Service的這一重要特點。而正是由於這個特點,Web
滄桑的旋律和著稚氣的聲音,天堂也有墮落的人,不知道是一種另類的美麗,還是一種無奈的感歎....Sunday Park (chara)In the sunday parkLight in the afternoon在周日公園午後的陽光I listen to the sound of my dream我靜聽著夢想的腳步聲Coming throughAll the mountains of來自滿布著藍莓Blueberries and greensfairy tale lullaby和青草的山穀I
有關SOA 的學習材料 SOA from IBM for Business Partners http://www-304.ibm.com/jct09002c/isv/soa/index.htmlSOA design & developmenthttp://www-306.ibm.com/software/info/developer/solutions/soadev/index.jspNew to SOA and Web