2015年4月22日

摘要: 1 import java.io.*; 2 3 class printThread extends Thread 4 { 5 private int thread_count; 6 public printThread(int c) 7 { 8 threa... 阅读全文
posted @ 2015-04-22 11:49 westlifegc 阅读(144) 评论(0) 推荐(0)

2014年7月6日

摘要: 使用JDBC连接数据库主要由以下几个动作组成:1. 加载JDBC驱动程序2. 连接数据库3. 操作数据库4. 关闭数据库连接//*****RegisterServlet.java******* //完成用户自助注册任务。将用户名,密码,邮箱等信息保存至MySQL数据库,参数传入由JSP文件SelfR... 阅读全文
posted @ 2014-07-06 20:30 westlifegc 阅读(530) 评论(0) 推荐(0)

2012年2月23日

摘要: Backend systems which connected to SAP portal can be created as a system object in System Administration –> System Configuration –> System Landscape.New a system object based on template.There are three critical groups of parameters you need to maintain for this newly created system object:1. 阅读全文
posted @ 2012-02-23 22:27 westlifegc 阅读(237) 评论(0) 推荐(0)
摘要: 用Javascript把浏览器获得的cookie打印出来。在浏览器地址栏输入:javascript:alert(document.cookie)Instance ID= 1134799server node ID = 113479951 阅读全文
posted @ 2012-02-23 21:14 westlifegc 阅读(316) 评论(0) 推荐(0)

2012年2月13日

摘要: 一小段javascript even的调用代码: 1: <html> 2: 3: <script type="text/javascript"> 4: function uppercase1() 5: { 6: str = document.getElementById("data").value; 7: ... 阅读全文
posted @ 2012-02-13 21:33 westlifegc 阅读(115) 评论(0) 推荐(0)
摘要: 1: <html> 2: <title> 3: Vocabulary Test 4: </title> 5: <script type="text/javascript"> 6: function checkAnswer() 7: ... 阅读全文
posted @ 2012-02-13 21:27 westlifegc 阅读(621) 评论(0) 推荐(0)

导航