- 博客(13)
- 收藏
- 关注
原创 Lesson fifty-five When do the children do their homework?
The Sawyers live at 87 King StreetIn the morning.Mr Sawyer goes to work and the children go to school.Their father takes them to school everyday.Mr. Sawyer stays at home everyday.She d...
2010-06-27 00:28:12 193 1
疯狂英语音标速成B
[code="java"]M: Hi, my friends all over China. Now I like to introduce a new friend to you. Here she is. Rigid from the United States. W: Ladies and gentleman, I hope you all happy. This is my first o...
2010-04-21 21:30:43 170
疯狂英语音标速成A
[code="java"]李阳疯狂英语国际音标 第一节:前元音 No. 1 关键词:feel 今天你觉得怎么样? A: How are you feeling today? (今天你觉得怎么样?) B: I feel a lot better, thanks for asking. (我感觉好多了。谢谢你的关心。) 【发音秘诀】请注意,are, lot, better, thanks和ask都是典...
2010-04-21 21:27:35 195
判断用户名是否为中文
[code="java"] private static boolean checkUserNameOfChina(String username){ boolean bool = false; for(int i =0 ;i < username.length() ; i ++) { if(use...
2009-02-25 10:11:12 942
javascript父页面跳转
window.parent.window.location.href = "URL"; window.parent.downloadpic.src = 'images/studet_downpic/xiazai_04.jpg';
2009-02-23 14:39:01 280
PreparedStatement参数设置
ps.setString(1,t.getSusername());ps.setString(2,t.getSid());ps.setInt(3, t.getIcount());
2009-02-12 16:20:54 1064
Mysql 连接变得编码设置
jdbc:mysql: // 192.168.1.10:3306/test?characterEncoding=UTF-8&characterSetResults=UTF-8
2009-02-12 11:01:15 311
Apache.Tomcat整合,用cookie取代Tomcat之间Session的复制
公司网站用Apache+Tomcat集群后,经过观察发现Tomcat之间的Session复制非常的消耗资源。一个Tomcat挂掉后,另外一个要复制很久才能复制完成。导致如果session很多,一个Tomcat挂掉,网站访问变得很慢.现在改成Cookie来取替Tomcat之间的复制,具体实现方式如下: 登录时将用户信息存入一份在Session中,然后向用户的本机中插入一条cookie信息。由于...
2009-02-05 13:27:17 311
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人