会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
booblue
博客园
首页
新随笔
联系
订阅
管理
2017年6月15日
sql查询(面试题),涉及行转列、复合查询、函数、 HAVING 、order by、group by、count、case when then、 join
摘要: 一 前言 看到技术交流群中,有人分享了这个面试题,试的做了下,现在把题目和sql写下来。 二 题目 1. 日志表SysLog,字段:用户编号(UserID),时间(Time)。 UserID Time 1 2011-04-11 13:10:36.663 1 2011-08-12 13:10:36.6
阅读全文
posted @ 2017-06-15 17:31 booblue
阅读(1031)
评论(0)
推荐(0)
2016年1月18日
调用外部webwervice测试
摘要: 在项目中添加服务引用 测试代码: 返回消费成功:
阅读全文
posted @ 2016-01-18 15:14 booblue
阅读(371)
评论(0)
推荐(0)
2015年12月4日
根据input 单选按钮的是或否来判断显示或隐藏DropDownList
摘要: 获取选中value: 根据input 单选按钮的是或否来判断显示或隐藏DropDownList
阅读全文
posted @ 2015-12-04 15:27 booblue
阅读(336)
评论(0)
推荐(0)
RadioButtonList jquery获取ID和text
摘要: 获取选择的id和text 第1种: 后台根据value或text 判断选中按钮 rbtnVote.Items.FindByText(男).Selected = true;//选中男 rbtnVote.Items.FindByValue(1).Selected = true;//选中男
阅读全文
posted @ 2015-12-04 13:13 booblue
阅读(164)
评论(0)
推荐(0)
2015年11月11日
type="button"和type="submit"的区别
摘要: Submit是专门用于提交表单的Button,与Button的区别主要有两点: type=button 就单纯是按钮功能 type=submit 是发送表单 (1)Submit将表单提交(form.submit())作为其onclick后的默认事件,Button并非如此 (2)表单提交时,所有具有n
阅读全文
posted @ 2015-11-11 11:05 booblue
阅读(318)
评论(0)
推荐(0)
在input输入框中回车激活点击按钮事件代码
摘要: 在input文本框中回车,触发点击按钮事件,主要代码:
阅读全文
posted @ 2015-11-11 10:56 booblue
阅读(628)
评论(0)
推荐(0)
2015年10月13日
html中,怎么样才能获得iframe页面里的内容
摘要: 部分代码: var content = document.getElementById("iframe_FromContent").contentWindow.document.getElementById("txtMeetingName").value; formpanel.aspx页面(主页面)
阅读全文
posted @ 2015-10-13 11:01 booblue
阅读(1455)
评论(0)
推荐(0)
2015年9月15日
用<%# DataBinder.Eval(Container.DataItem,"ID")%>显示数据的,标题太长规定字数,多余的用"..."
摘要: 方法1: 方法2:
阅读全文
posted @ 2015-09-15 14:14 booblue
阅读(602)
评论(0)
推荐(0)
2015年7月31日
No row with the given identifier exists 解决方法
摘要: No row with the given identifier exists 解决方法 有两张表,a和b.产生此问题的原因就是a里做了关联<one-to-one>或者<many-to-one unique="true">(特殊的多对一映射,实际就是一对一)来关联b.当hibernate查找的时候,
阅读全文
posted @ 2015-07-31 14:28 booblue
阅读(438)
评论(0)
推荐(1)
公告