会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Nick_zerui
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
2015年6月9日
meta标签中的http-equiv属性使用介绍
摘要: meta是html语言head区的一个辅助性标签。也许你认为这些代码可有可无。其实如果你能够用好meta标签,会给你带来意想不到的效果,meta标签的作用有:搜索引擎优化(SEO),定义页面使用语言,自动刷新并指向新的页面,实现网页转换时的动态效果,控制页面缓冲,网页定级评价,控制网页显示的窗口等!...
阅读全文
posted @ 2015-06-09 10:07 Nick_zerui
阅读(256)
评论(0)
推荐(0)
2015年6月7日
URL中指定编码方式(JDBC连接,Tomcat的server.xml)
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2015-06-07 23:05 Nick_zerui
阅读(3)
评论(0)
推荐(0)
2015年6月6日
DML SQL语句
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2015-06-06 21:54 Nick_zerui
阅读(9)
评论(0)
推荐(0)
DDL SQL语句
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2015-06-06 21:52 Nick_zerui
阅读(17)
评论(0)
推荐(0)
MySQL中批量执行SQL语句
摘要: DROP DATABASE IF EXISTS databaseWeb; -- 如果存在,则删除模式 databaseWebCREATE DATABASE databaseWeb CHARACTER SET utf8; -- 创建模式 databaseWeb。使用 utf8 编码USE databa...
阅读全文
posted @ 2015-06-06 17:48 Nick_zerui
阅读(8690)
评论(0)
推荐(0)
2015年6月2日
<fmt:formatNumber/>显示不同地区的各种数据格式
摘要: Insert title here localeList = new ArrayList(); // 所有的Locale for(int i=0; i当前格式: ${ locale } 数字原值 数字格式 货币格式 百分数格式 ${ number } ...
阅读全文
posted @ 2015-06-02 16:17 Nick_zerui
阅读(319)
评论(0)
推荐(0)
<fmt:setBundle/>标签
摘要: Insert title here Helloween
阅读全文
posted @ 2015-06-02 16:15 Nick_zerui
阅读(672)
评论(0)
推荐(0)
<fmt:bundle/>、<fmt:message/>、<fmt:param/>资源国际化
摘要: Insert title here -->
阅读全文
posted @ 2015-06-02 16:12 Nick_zerui
阅读(1732)
评论(0)
推荐(0)
<fmt:setTimeZone/>设置时区
摘要: Insert title here现在时刻:北京时间 GMT${ i>=12 ? '+' : '' }${ i-12 } : =12 ? '+' : '' }${ i-12 }">
阅读全文
posted @ 2015-06-02 16:10 Nick_zerui
阅读(408)
评论(0)
推荐(0)
<fmt:timeZone/>显示全球时间
摘要: Insert title here hashMap = new HashMap(); for(String ID : TimeZone.getAvailableIDs()){ hashMap.put(ID, TimeZone.getTimeZone(ID)); } request.setAtt...
阅读全文
posted @ 2015-06-02 16:09 Nick_zerui
阅读(398)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
公告