1.堆栈窗体QStackedWidget:(1)初始化列表框QListWidget:QListWidget*list=newQListWidget(this);list->insertItem(0,tr("Window1"));list->insertItem(1,tr("Window2"));list->insertItem(2,tr("Window3"));(2)新建堆栈窗体QStackedWidget:QStackedWidget*stac..
分类:
其他好文 时间:
2014-10-23 06:57:33
阅读次数:
713
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><linkhref="static/bootstrap-datetimepicker-master/sample-in-bootstrap-v2/bootstrap/css/bootstrap.min.css"rel="stylesheet"media="s..
分类:
其他好文 时间:
2014-10-23 06:56:04
阅读次数:
753
$("#" + this.messageContainerId + " tr[id^='"+this.messageContainerId+"summary-']").removeAttr("style"); for (var i = 0, len = data.length; i < len...
分类:
Web程序 时间:
2014-10-22 19:45:48
阅读次数:
161
WCF分佈式事務對Binding有要求,不支持BasicHttpBinding,BasicHttpContextBinding,NetPeerTcpBinding
要支持分佈式事務,需要進行以下配置:
服務端設置
首先要在綁定配置中啓用transactionFlow: 其次要在契約接口方法上添加Tr...
分类:
其他好文 时间:
2014-10-22 12:49:07
阅读次数:
229
基本介绍:^ $* ? +{n} {n,} {n,m}[]【匹配方括号内任意字符】 [^]\b【匹配边界单词】 \B\d 【0-9】\D\w \W\s \S\n() 【捕获圆括号】
分类:
Web程序 时间:
2014-10-22 10:44:57
阅读次数:
199
在一个id为table的表格的tbody中,如果每一行的最后一列的checkbox没有被禁用,则把这行的背景色设置为红色。$( "#table>tbody>tr:has(td:last:has( :checkbox:enabled ) )" ).css( "background", "red" );
分类:
Web程序 时间:
2014-10-21 19:26:33
阅读次数:
172
在jquery中,可以使用用stopPropagation阻止事件冒泡,例如:$("table").click(function(){ alert("table");});$("tr").click(function(){ alert("tr");});$("td").click(functio.....
分类:
其他好文 时间:
2014-10-21 17:23:37
阅读次数:
199
在学习Jquery选择器之前我们先简单的回想一下CSS选择器;以下为CSS常用选择器:选择器语法描述示例标签选择器E{CSS规则}以文档元素作为选择器1 tr{2 border: solid 1px red;3 width: 120px;4 }5 a{6 text-decoration:...
分类:
Web程序 时间:
2014-10-21 17:06:54
阅读次数:
205
Ce sac de transport confortable peut être acheté sur desigual Manteau prix au prix de 69, cette industrie a montré de très bons progrès, le sac Guess ...
分类:
其他好文 时间:
2014-10-21 15:18:50
阅读次数:
191
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" co...
分类:
Web程序 时间:
2014-10-19 18:42:55
阅读次数:
306