上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 34 下一页

2014年7月31日

登陆界面,输入框之间留出空白设置

摘要: #input input{ width:120px; height: 15px; margin-bottom: 5px; } 阅读全文

posted @ 2014-07-31 19:13 随风浪子的博客 阅读(212) 评论(0) 推荐(0) 编辑

margin-top相对谁的问题

摘要: 根据规范,一个盒子如果没有上补白(padding-top)和上边框(border-top),那么这个盒子的上边距会和其内部文档流中的第一个子元素的上边距重叠。意思便是:如果你只想margin相对于父标签,那么富标签不许设置padding-top属性。 阅读全文

posted @ 2014-07-31 19:05 随风浪子的博客 阅读(653) 评论(0) 推荐(0) 编辑

常用汉字的Unicode码表

摘要: \u96d5\u864e\u7684\u4e00\u4e86\u662f\u6211\u4e0d\u5728\u4eba\u4eec\u6709\u6765\u4ed6\u8fd9\u4e0a\u7740\u4e2a\u5730\u5230\u5927\u91cc\u8bf4\u5c31\u53bb 阅读全文

posted @ 2014-07-31 15:54 随风浪子的博客 阅读(6223) 评论(0) 推荐(0) 编辑

2014年7月15日

从InputStream到String_写成函数

摘要: 1 String result = readFromInputStream(inputStream);//调用处 2 //将输入流InputStream变为String 3 public String readFromInputStream(InputStream in) throws I... 阅读全文

posted @ 2014-07-15 09:47 随风浪子的博客 阅读(323) 评论(0) 推荐(0) 编辑

2014年7月14日

Http请求和响应应用

摘要: 1 //以下载方式打开资源 2 public void test4(HttpServletResponse response) throws IOException { 3 response.setHeader("content-disposition", "attachm... 阅读全文

posted @ 2014-07-14 21:58 随风浪子的博客 阅读(310) 评论(0) 推荐(0) 编辑

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 34 下一页

导航