上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 40 下一页
摘要: swift中默认参数名除了第一个之外,其他的默认是不忽略的,但是如果在参数的名字前面加上_,就可以忽略这个参数名了,虽然有些麻烦,但是这种定义也挺好,而且不想知道名字或者不想让别人知道名字的或者不用让别人知道名子的都可以使用_来忽略代替,只是这时候就不能知道这个参数的名字是什么了,所以这个参数不能使 阅读全文
posted @ 2017-07-28 13:27 calochCN 阅读(612) 评论(0) 推荐(0)
摘要: 32款扁平化风格的UI工具包第二弹!上篇为大家分享了16款风格各异的UI Kits,下篇继续为大家呈上16款精美的UI工具包,全部都有Photoshop PSD文件可以下载哦,喜欢就赶紧收藏吧! 17、RAMPY FLAT UI KIT 这个工具包包含各种组件:日历、登陆页面、联系页面、图库、视频、 阅读全文
posted @ 2017-06-18 09:59 calochCN 阅读(875) 评论(0) 推荐(0)
摘要: using CapMon.Data; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Data.Entity; using System.Linq.Expressions; using CapMon.Utilities; n... 阅读全文
posted @ 2017-05-24 14:52 calochCN 阅读(146) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.Json.Serialization; namespace CapMon.... 阅读全文
posted @ 2017-05-23 14:59 calochCN 阅读(157) 评论(0) 推荐(0)
摘要: 近来用vuejs, vuejs和angular的不同在于它直接暴露了一个构造函数,而后在里面写各种config, 和模板再相对,而且vuejs也有对应的模板双向绑定机制,这样就使开发非常简单容易,虽然vuejs在概念上后来跟进了angular这样的框架,引入了各种分层理念,但在核心用法上却是非常简省 阅读全文
posted @ 2017-05-17 11:26 calochCN 阅读(683) 评论(0) 推荐(0)
摘要: var ticket = new FormsAuthenticationTicket(1, username, DateTime.Now, DateTime.Now.AddMinutes(FormsAuthentication.Timeout.Minutes), true, JsonConvert.SerializeObject(userinfo), FormsAuthe... 阅读全文
posted @ 2017-01-22 15:25 calochCN 阅读(196) 评论(0) 推荐(0)
摘要: This article explains how to use a chart to display data in an ASP.NET Web Pages (Razor) website by using the Chart helper. What you'll learn: How to 阅读全文
posted @ 2016-12-26 12:33 calochCN 阅读(166) 评论(0) 推荐(0)
摘要: Here, I want to record one thing, as to async and await methods, I've seen many misuses. Since these two keywords are about asynchronous programming, 阅读全文
posted @ 2016-12-08 13:23 calochCN 阅读(165) 评论(0) 推荐(0)
摘要: this pager supports dual methods, memory pagination or direct usage. 阅读全文
posted @ 2016-12-08 12:21 calochCN 阅读(302) 评论(0) 推荐(0)
摘要: When I was using Umbraco datetime property editor, I met with a problem that the editor must be first time initialized with value, if I want to change 阅读全文
posted @ 2016-12-08 11:37 calochCN 阅读(338) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 40 下一页