Foreword
The four case studies that follow each have a number of common features. They each illustrate the birth of an idea and show how that idea can be realised into a marketable product. Each case study deals with engineering design and development issues and each highlights the importance of developing sound marketing strategies including market research. The importance of appropriate support mechanisms for young entrepreneurs is also covered. The case studies illustrate how successful entrepreneurs deploy a range of entrepreneurial skills and know-how. Above all, the entrepreneurs are seen to have the capacity to innovate and exercise vision.
We are grateful to Liz Read, Development Manager for Enterprise and Entrepreneurship (Students) at Coventry University for providing these case studies.
A Case Study: Replacing the persistence layer of a
Business Process Engine with JDO
The JDO specification (JSR-12) was released from the Java Community Process in April
2002. Its goal is to provide transparent persistence to Java classes. David Jordan provides
a concise introduction. Several books are becoming available that provide a more complete description of JDO3.
北京大學(xué)ACM比賽題目
Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that shows how many times each letter (but not blanks, digits, or punctuation) appears in the all-upper-case input. Format your output exactly as shown.
一個(gè)簡(jiǎn)單的端口掃描程序:
addstr = "發(fā)現(xiàn)端口" & Str(port) & "打開(kāi)" & Space(5) Select Case port Case 7 plus = "ECHO服務(wù)" Case 21 plus = "FTP服務(wù)★★★★★" Case 25 plus = "SMTP服務(wù)★★" Case 43 plus = "Whois服務(wù)" Case 53 plus = "DNS服務(wù)☆" Case 80 plus = "HTTP服務(wù)★★★★★" Case 81 plus = "HOSTS2名稱(chēng)服務(wù)" Case 99 plus = "NCX99后門(mén)★★★★★" Case 110 plus = "POP3服務(wù)★★★★★" Case 111 plus = "Sun RPC服務(wù)★★" Case 135 plus = "本地服務(wù)" Case 137 plus = "NETBIOS 名稱(chēng)服務(wù)/流影POP" Case 138 plus = "NETBIOS 數(shù)據(jù)存儲(chǔ)服務(wù)" Case 139 plus = "NETBIOS 會(huì)議服務(wù)★★★" Case 119 plus = "NNTP虛擬服務(wù)" Case 163 plus = "SNMP服務(wù)" Case 443 plus = "https服務(wù)" Case 512 plus = "遠(yuǎn)程執(zhí)行服務(wù)" Case 513 plus = "login, remote login" Case 514 plus = "cmd, exec with auto auth." Case 600 plus = "Sun IPC服務(wù)器" Case 1080 plus = "SOCKS代理服務(wù)★★★" Case 1433 plus = "SQL服務(wù)器★★★" Case 3128 plus = "HTTP代理服務(wù)" Case 7626 plus = "木馬冰河★★★★★" Case 8080 plus = "HTTP代理服務(wù)" Case Else plus = "未知服務(wù)!"
ASP個(gè)人聊天系統(tǒng)
If MenuSwf="" Then MenuSwf="About"
select case lcase(MenuSwf)
case "about"
TopMenu="a"
case "news"
TopMenu="b"
case "project"
TopMenu="c"
case "clients"
TopMenu="e"
case "contact"
TopMenu="f"
case "mainbinner"
TopMenu="g"
case "person"
TopMenu="h"