NameSpace+Name作为服务元数据的唯一标示.BindingElement描述Binding的特征.绑定表示通信信道的配置,定义C/S间的协议。分为:传输信道(TCP,HTTP…),消息编码(Text,Binary,MTOM),协议信道(安全,事务,可靠性消息)。绑定由绑定元素组成,不同的绑...
分类:
其他好文 时间:
2014-06-13 06:20:40
阅读次数:
250
C#中的日期处理函数 //2007年4月24日 this.TextBox6.Text =
System.DateTime.Now.ToString("D"); //2007-4-24 this.TextBox7.Text =
System.DateTime.Now.ToString("d");//2...
分类:
其他好文 时间:
2014-06-12 23:27:09
阅读次数:
230
【转】SimpleDateFormat使用详解public
classSimpleDateFormatextends DateFormatSimpleDateFormat是一个以国别敏感的方式格式化和分析数据的具体类。
它允许格式化 (date -> text)、语法分析 (text -> date...
分类:
其他好文 时间:
2014-06-12 22:32:38
阅读次数:
257
样式:a{text-decoration: none;}*{margin:0;
padding:0;}/*容器设置*/.player { width:216px; height:248px;
background:url(http://i2.itc.cn/20120117/2cc0_da8f6c82...
分类:
Web程序 时间:
2014-06-12 22:19:02
阅读次数:
409
问题:jquery中使用submit提交按钮时,当returnfalse后,依然会提交表单.解决:使用button按钮,而不是submit按钮<scripttype="text/javascript"src="scripts/jquery-2.0.2.js"></script><scripttype="text/javascript">functioncheck(){varnpassword=$("#npas..
分类:
Web程序 时间:
2014-06-10 23:00:36
阅读次数:
432
1,普通函数定义及使用 func
myFunction(message:String="message",repeat:Int = 1){//可以设置函数默认参数值(very nice)
println("text is \(message) time is :\(repeat)") }...
分类:
其他好文 时间:
2014-06-10 19:32:10
阅读次数:
202
Eclipse字体大小调整:
Window / Preferences / General / Appearance / ColorsAnd Fonts ,在右边的对话框里选择Java – Java Editor Text Font,点击出现的编辑(Edit)按钮,可以设置显示在在主窗体中程序的字体大小,设置完之后点击右下角的应用(Apply),最后点击确定(OK)即可。
X...
分类:
系统相关 时间:
2014-06-10 17:49:28
阅读次数:
286
//即时显示文字
doc.TransactionManager.EnableGraphicsFlush(true); //此处写入TEXT //即时显示文字 ...
分类:
其他好文 时间:
2014-06-10 17:02:12
阅读次数:
166
原理其实很简单:input的text与password1.把鼠标停放在
密码区,单机右键”查看原素“得到的代码与文本区块进行切换就可以查看出密码了
分类:
Web程序 时间:
2014-06-10 16:59:45
阅读次数:
261