为了说明什么是复杂属性,先举一个例子。 public class CompanyAddress { public int ID { get; set; } public string CompanyName { get; set; } public string StreetAddress { ge ...
分类:
其他好文 时间:
2016-08-26 13:52:17
阅读次数:
194
1. 补充Format函数 // common functionsstart Date.prototype.Format = function(fmt) { //author: meizz var o = { "M+" : this.getMonth()+1, //月份 "d+" : this.ge ...
分类:
Web程序 时间:
2016-08-26 13:30:52
阅读次数:
172
R1<H3C>SYS[H3C]introu[H3C]intRoute-Aggregation1建组[H3C-Route-Aggregation1]intg0/0[H3C-GigabitEthernet0/0]portlink-aggregationgroup1端口加组中[H3C-GigabitEthernet0/0]intg0/1[H3C-GigabitEthernet0/1]portlink-aggregationgroup1[H3C-GigabitEthernet0/1]qu[H..
分类:
其他好文 时间:
2016-08-26 00:02:45
阅读次数:
637
數值比較 描述 n1 –eq n2 等於 n1 –gt n2 大於 n1 –ge n2 大於等於 n1 –lt n2 小於 n1 –... ...
分类:
系统相关 时间:
2016-08-24 11:16:45
阅读次数:
205
Powershell 中的比较运算符-eq :等于-ne :不等于-gt :大于-ge :大于等于-lt :小于-le :小于等于-contains :包含-notcontains :不包含 进行比较 可以将比较表达式直接输入进Powershell控制台,然后回车,会自动比较并把比较结果返回。 求反 ...
分类:
系统相关 时间:
2016-08-22 19:50:23
阅读次数:
181
XML 配置 <bean id="person3" class="com.hy.spring.beans.collections.Person"> <property name="name" value="HAO"></property> <property name="age" value="30 ...
分类:
其他好文 时间:
2016-08-21 21:17:37
阅读次数:
154
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <script type="text/javascript" > window.onload=function(){ var weibo=document.ge ...
分类:
Web程序 时间:
2016-08-20 17:37:59
阅读次数:
202
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <script type="text/javascript" > window.onload=function(){ var weibo=document.ge ...
分类:
Web程序 时间:
2016-08-20 16:22:11
阅读次数:
209
在webView的delegate回调方法 - (void)webViewDidFinishLoad:(UIWebView *)webView;中写上一下语句即可 //字体大小 [webView stringByEvaluatingJavaScriptFromString:@"document.ge ...
分类:
移动开发 时间:
2016-08-20 13:06:25
阅读次数:
186
有些时候做的东西刚好要用到链接,但又不需要去链接,只需要对onclick事件进行处理,但它却这样子写 <a href="#" onclick="gettext()">点击</a> 当点击"点击"两个文字时,页面就会跳动.怎样使页面不跳动呢? 方法一:<a href="###" onclick="ge ...
分类:
Web程序 时间:
2016-08-18 12:48:26
阅读次数:
192