摘要:
图片缩放js实现 阅读全文
摘要:
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());..... 阅读全文
摘要:
各位做后台时 记录每个页面的访问ip、地址并记录在数据库中 是怎么实现的
为什么我加了这些代码 google就搜不出来我的title和里面的任何内容了? (jsp)
conn.Conn();
//访问IP
String Ip=request.getRemoteAddr();
//获取IP来源算法
String ip1,ip2,ip3,ip4;....
阅读全文