s9226128.blogspot.com
沈里佳的 網際網路應用系統設計
大致分為 身体保健;運動健身;產品分享;外貌協會,四大項。 Posted by 咖哩 @ 12:11 AM. Posted by 咖哩 @ 4:08 PM. Posted by 咖哩 @ 2:47 PM. Posted by 咖哩 @ 4:10 PM. 3 Compare the user experience between AmazonBrowser and the Amazon website. 4 What are the advantages and disadvantages of widgets comparing to web browsers? Posted by 咖哩 @ 3:31 PM. Lab Testing User Interface. 1http:/ www.housingmaps.com. 2http:/ www.urmap.com.tw/asp/kijiji/. 3http:/ www.7house.com.tw. Posted by 咖哩 @ 2:45 PM. Lab Web Stress Test. Posted by 咖哩 @ 3:49 PM. Use advan...
s9226160internet.blogspot.com
網際網路應用系統
星期五, 6月 16, 2006. 1 What kind of encryption is used in this SSL? How many bits are there in the encryption key? 1)Class 3 Public Primary Certification Authority. 2 Who issued the certificate you are seeing? Who is the certificate authority, CA, for this website? 3 Until when is the certificate valid? 4 What kind(s) of hash is/are used in the CA's digital signature? Builtin Object Token:Verisign Class 3Public Primary Certification Authority. 5 How many bits are there in the hash(es)? 星期五, 6月 09, 2006.
s9226311.blogspot.com
Java物件導向程式設計
Bonus problem Due 1/16/2006. Posted by Tiger蘿蔔甘 @ 11:32:00 下午. Import javax.swing.JOptionPane;. Public static void main(String[] arg). String PString=JOptionPane.showInputDialog("Enter a number to compute N! Int i=Integer.parseInt(PString);. System.out.println( i "! Is " Factorial.orders(i) ;. Public static int orders(int i). Else return 0;. Posted by Tiger蘿蔔甘 @ 12:46:00 上午. Lab 1-02-2006 modular sorting. Posted by Tiger蘿蔔甘 @ 9:36:00 下午. Public static void main(String[] arg). Double re=0,im=0;. System...
s9226321.blogspot.com
JAVA
Homework 12-19-2005 Lab Equal Arrays. Lab 12-19-2005 Class Parameter. Lab 12-5-2005 (2) Overloading. 星期二, 1月 03, 2006. Posted by friend 1/03/2006 11:17:00 下午. Posted by friend 1/03/2006 11:02:00 下午. 星期一, 1月 02, 2006. Public void main (String[] args). If(args.length = 0). For(i=args.length-1;i =0;i- );. System.out.print(args[i] " ");. Posted by friend 1/02/2006 05:53:00 下午. 星期一, 12月 26, 2005. Public static void main(String [] a). System.out.println("input is: " a[0] " " a[1] " " a[2]);. 星期二, 12月 20, 2005.
s9226322.blogspot.com
JAVA
星期三, 1月 04, 2006. Import java.io.*;. Public class recursion {. Public static int re(int n). If (n= 1 n= 0). Public static void main(String[] args)throws IOException. System.out.println("Enter a number:");. BufferedReader keyboard = new BufferedReader(new InputStreamReader(System.in) ;. Int num=Integer.parseInt(keyboard.readLine() ;. System.out.print("The Answer: n");. System.out.println(num "! Posted by Renn at 2:04 下午. 星期二, 1月 03, 2006. Lab 1-02-2006 modular sorting. Import java.io.IOException;. System&...
s9226329x.blogspot.com
JAVA
星期三, 1月 04, 2006. Import java.io.*;. Public static int re(int n). If (n= 1n= 0)return 1;. Public static void main(String[] args)throws IOException. System.out.println("Enter a number:");. BufferedReader keyboard = new BufferedReader(new InputStreamReader(System.in) ;. Int num=Integer.parseInt(keyboard.readLine() ;. System.out.print("The Answer: n");. System.out.println(num "! Posted by sam at 1/04/2006 05:55:00 下午. 星期一, 1月 02, 2006. Public void main (String[] args). If(args.length = 0). 星期一, 12月 26, 2005.
s9226335-zelda.blogspot.com
網際網路應用
這場Mac World,不免俗的說明一下去年該公司一個重大的決策,使用Intel的Cpu並可以使用Win系統,進一步提起iTune這. 音樂下載軟體的使用狀況,非外界所傳的經營不善。再來這場發表會的重頭戲,正式命名外界所臆測的iTV為- Apple TV,以及整合多項功能的iPhone。 前面的老生常談便不多評論,這次蘋果發表會讓我們眼睛一亮的新產品"Apple TV"及"iPhone"。 最後便是佔這次發表會1/3時間的產品"iPhone",不難看出Apple對這產品的信心及重視。承接著iPOD完美的外表及電話功能,以及良好的操控介面,我們會想到什麼?iPhone!這次蘋果主打的訴求也是如此,對於iPOD的功能及外表不外加累述(喜好見仁見智,至少以市場來看,是很成功的商品)。而電話功能更是大家都知道的,我們來講講iPHONE跟其他電話最大的不同吧!蘋果先說出重話,指出在手機功能不斷充實的現今,一台手機的互動介...不用。CGI為一聯結外部程式的介面,而非一語言。因此使用其他瀏覽器也可以將客戶端的資料送給伺服器. CommunityWalk Map - Map 77660.
s9226335-zeldaa.blogspot.com
網際網路應用
Lab Drag-and-Drop by AJAX. 1 Go to Laszlo. 2 Study and play around the "drag-and-drop" example. 3 Use this method to control music playing of the song "Where to begin". 4 Add the song to the program. 5 Change the photo to the CD title. 6 If you drag and drop the photo to the "play" area, the music plays. 7 If you drap and drop the photo to the "pause" area, the music pauses. Http:/ s9226256.blogspot.com/2007/06/blog-post.html. Http:/ onondessuu-037-cheng.blogspot.com/2007/05/blog-post.html. 到 現在才知道使用了那麼久...
s9226337.blogspot.com
java
星期二, 1月 03, 2006. Import java.io.*;. Public class recursion {. Public static int re(int n). If (n= 1 n= 0). Public static void main(String[] args)throws IOException. System.out.println("Enter a number:");. BufferedReader keyboard = new BufferedReader(new InputStreamReader(System.in) ;. Int num=Integer.parseInt(keyboard.readLine() ;. System.out.print("The Answer: n");. System.out.println(num "! Posted by Jimmy @ 8:33 下午. 星期一, 1月 02, 2006. Public class lab0102 {. Public static void sort(double[] a,int num).
s9226355.blogspot.com
java
星期五, 1月 06, 2006. Import java.io.*;. Public class re {. Public static int re(int n). If (n= 1 n= 0). Public static void main(String[] args)throws IOException. System.out.println("Enter a number:");. BufferedReader keyboard = new BufferedReader(new InputStreamReader(System.in) ;. Int num=Integer.parseInt(keyboard.readLine() ;. System.out.print("The Answer: n");. System.out.println(num "! Posted by 寶貝老婆的寶貝老公 @ 10:20 上午. 星期一, 1月 02, 2006. Public static void main(String [] args). If(args.length = 0). Public ...
s923.com
s923.com