
转载
我意纵横
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[转]easyui使用tabs,在iframe中调用window,窗体不能置顶的解决办法
http://yjw0909.blog.163.com/blog/static/196130620112186371191/ 原因是因为iframe是一个单独的网页,所以在这个网页中生成的对象不可能到iframe外面显示。 所以只能考虑讲window加载到最外层的页面中。 实现代码如下: Js代码 var win = window.top.d转载 2012-11-08 09:02:15 · 4378 阅读 · 0 评论 -
js keycode列表
http://www.cnblogs.com/unique/archive/2009/04/17/1438065.html keycode 8 = BackSpace BackSpace keycode 9 = Tab Tab keycode 12 = Clear keycode 13 = Enter keycode 16 = Shift_L keycode转载 2012-11-16 11:01:07 · 549 阅读 · 0 评论 -
各种天气API
新浪天气预报API http://php.weather.sina.com.cn/xml.php?city=武汉&password=DJOYnieT8234jlsK&day=0 其中,city后的城市可用java.net.URLEncoder.encode(“武汉”,” gb2312”);也可以直接写”武汉”;但不能用”wuhan”。 Password固定 Day为0表示当天天气,1表示第转载 2012-12-14 15:44:18 · 1070 阅读 · 0 评论 -
最新版的SSH框整合(Spring 3.1.1 + Struts 2.3.1.2 + BoneCP + Hibernate 4.1)更新增加C3P0和EhCache配置
点击链接原文出处 Web.xml Html代码 xml version="1.0" encoding="UTF-8"?> web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/转载 2013-03-09 16:52:06 · 1321 阅读 · 0 评论 -
log4j配置祥解
http://www.blogjava.net/kit-soft/archive/2009/08/28/292977.html 第一步:加入log4j-1.2.8.jar到lib下。 第二步:在CLASSPATH下建立log4j.properties。内容如下: 1 log4j.rootCategory=INFO, stdout , R 2 3 log4j.a转载 2013-03-22 15:13:39 · 542 阅读 · 0 评论 -
从JAVA客户端访问Redis示例(入门)
转载地址 本文记录了安装Redis和从JAVA端访问Redis的步骤 从http://download.csdn.net/detail/kkdelta/4034137 下载本文所需文件. 1,在Linux上安装Redis服务. 下面的操作的base dir为 /root/4setup tar xzf redis-2.4.6.tar cd redis-2.4.6 mak转载 2014-02-12 17:21:04 · 765 阅读 · 0 评论