摘要: 图片缩放js实现阅读全文
posted @ 2006-10-13 16:33 ddr888 阅读(512) 评论(0) 编辑
摘要:
<%
conn1.Conn();
//访问IP
String Ip=request.getRemoteAddr();
//获取IP来源算法
String ip1,ip2,ip3,ip4;
int x=Ip.indexOf(".");
ip1=Ip.substring(0,x);
Ip=Ip.substring(x+1,Ip.length());.....阅读全文
<%
conn1.Conn();
//访问IP
String Ip=request.getRemoteAddr();
//获取IP来源算法
String ip1,ip2,ip3,ip4;
int x=Ip.indexOf(".");
ip1=Ip.substring(0,x);
Ip=Ip.substring(x+1,Ip.length());.....阅读全文
posted @ 2006-10-13 15:14 ddr888 阅读(708) 评论(5) 编辑
摘要: 各位做后台时 记录每个页面的访问ip、地址并记录在数据库中 是怎么实现的
为什么我加了这些代码 google就搜不出来我的title和里面的任何内容了? (jsp)
<%
conn.Conn();
//访问IP
String Ip=request.getRemoteAddr();
//获取IP来源算法
String ip1,ip2,ip3,ip4;....
阅读全文
为什么我加了这些代码 google就搜不出来我的title和里面的任何内容了? (jsp)
<%
conn.Conn();
//访问IP
String Ip=request.getRemoteAddr();
//获取IP来源算法
String ip1,ip2,ip3,ip4;....
阅读全文
posted @ 2006-10-13 10:53 ddr888 阅读(107) 评论(0) 编辑


