会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一个鸡蛋
博客园
首页
新随笔
联系
管理
订阅
2011年6月20日
oracle 对空值的排序置前和置后
摘要: select * from table order by name nulls fitstselect * from table order by name nulls last
阅读全文
posted @ 2011-06-20 16:52 baturu
阅读(112)
评论(0)
推荐(0)
2011年6月7日
判断页面KeyCode
摘要: <script for="document" event="onkeydown"> if(event.keyCode==13){ document.forms[0].submit(); }</script>
阅读全文
posted @ 2011-06-07 10:50 baturu
阅读(106)
评论(0)
推荐(0)
获取按键的KeyCode
摘要: <script language="javascript"> document.onkeydown = function() { window.alert(window.event.keyCode); }</script>
阅读全文
posted @ 2011-06-07 10:46 baturu
阅读(79)
评论(0)
推荐(0)
公告