会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
理舞
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
23
24
25
26
27
28
29
30
下一页
2016年4月23日
样式中文字和图片对齐问题
摘要: html中,在图片和文字对齐的时候,一直没有达到想要的对齐效果,发现使用position中的相对定位+绝对定位+padding+margin可以达到需要的效果。
阅读全文
posted @ 2016-04-23 13:25 理舞
阅读(230)
评论(0)
推荐(0)
2016年4月22日
chart学习
摘要: 效果图: 目录信息 graphic.jsp <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <meta http-
阅读全文
posted @ 2016-04-22 09:39 理舞
阅读(297)
评论(0)
推荐(0)
Ext需要的文件目录
摘要: 使用ext版本信息:ext-4.1.1a <!-- 下面是引入文件需要导入的文件信息 ext-all.css ext-all.js --><link rel="stylesheet" type="text/css" href="ext-4.1.1a/resources/css/ext-all.css
阅读全文
posted @ 2016-04-22 09:24 理舞
阅读(166)
评论(0)
推荐(0)
2016年4月21日
获取浏览器信息
摘要: 通过获取请求头中字段user-agent来判别
阅读全文
posted @ 2016-04-21 22:58 理舞
阅读(212)
评论(0)
推荐(0)
运行容器
摘要: 在tomcat或jetty容器中,在运行时都有编码,如果需要,可以更改设置,在电脑中一般运行时是GBK编码
阅读全文
posted @ 2016-04-21 22:39 理舞
阅读(131)
评论(0)
推荐(0)
iframe传递参数问题
摘要: 在页面中嵌入了iframe,如果需要传递参数到iframe中 1.通过将参数嵌入到url中,在iframe中使用${param.xxx}可以获取 2.通过将参数存入到session中,在iframe中使用${sessionScope.xxx}获取
阅读全文
posted @ 2016-04-21 22:35 理舞
阅读(5823)
评论(0)
推荐(1)
2016年1月10日
favicon.ico问题
摘要: 貌似 收藏栏的图标
阅读全文
posted @ 2016-01-10 18:16 理舞
阅读(168)
评论(0)
推荐(0)
http响应头设置
摘要: protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // 设置响应头...
阅读全文
posted @ 2016-01-10 18:09 理舞
阅读(1677)
评论(0)
推荐(0)
java.util.Map
摘要: map时key/value形式存储信息的,键可以为对象null public static void main(String[] args) { Map map = new HashMap(); map.put("hello", "world"); m...
阅读全文
posted @ 2016-01-10 18:02 理舞
阅读(420)
评论(0)
推荐(0)
servlet请求中的信息
摘要: 在servlet中HttpServeltRequest中有一个方法getRequestURL()假如我们平常输入的地址是:localhost/Demo1/TestServlet?hello=world起初我认为,通过getRequestURL()得到的就是我所输入的,发现一直不对,没有实现我的设想,...
阅读全文
posted @ 2016-01-10 17:41 理舞
阅读(196)
评论(0)
推荐(0)
上一页
1
···
23
24
25
26
27
28
29
30
下一页