上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: KeyValuePair keyPair = Encrypter.CreateRSAKey(); string privateKey = keyPair.Value; string publicKey = keyPair.Key; string content = "cc"; ... 阅读全文
posted @ 2017-01-13 10:27 SpringLeee 阅读(1244) 评论(0) 推荐(0)
摘要: object oMissing = System.Reflection.Missing.Value; Word._Application oWord = new Word.Application(); oWord.Visible = false; ... 阅读全文
posted @ 2017-01-13 10:21 SpringLeee 阅读(683) 评论(0) 推荐(0)
摘要: string password = "213978863940714"; string signatureAlgorithm = "SHA1WithRSA"; // Generate RSA key pair var rsaGener... 阅读全文
posted @ 2017-01-13 10:19 SpringLeee 阅读(7549) 评论(8) 推荐(0)
摘要: [HttpGet] public ActionResult WoSign() { // System.IO.FileStream fs = System.IO.File.OpenRead(System.Web.HttpContext.Current.Server.MapPath("~/Content 阅读全文
posted @ 2017-01-13 10:13 SpringLeee 阅读(197) 评论(0) 推荐(0)
摘要: 什么是ORM? 对象关系映射(英语:Object Relation Mapping,简称ORM,或O/RM,或O/R mapping),是一种程序技术,用于实现面向对象编程语言里不同类型系统的数据之间的转换。从效果上说,它其实是创建了一个可在编程语言里使用的“虚拟对象数据库”。 一般的ORM包括以下 阅读全文
posted @ 2016-10-12 00:01 SpringLeee 阅读(7892) 评论(32) 推荐(10)
摘要: SQL 建库 建表 TOP Distinct Avg Count Sum Min MAx Where And Or 模糊查询 Like Not Like % _ Order By where desc asc 排序 Group By Having 分组 (要和聚合函数一起使用) Union Unio 阅读全文
posted @ 2016-09-22 21:48 SpringLeee 阅读(3354) 评论(0) 推荐(0)
摘要: ASP .NET SignalR 是一个ASP .NET 下的类库,可以在ASP .NET 的Web项目中实现实时通信。什么是实时通信的Web呢?就是让客户端(Web页面)和服务器端可以互相通知消息及调用方法,当然这是实时操作的。 WebSockets是HTML5提供的新的API,可以在Web网页与 阅读全文
posted @ 2016-05-23 10:40 SpringLeee 阅读(1391) 评论(0) 推荐(0)
摘要: 页面之间跳转(传值) 另一个页面接收 Toast通知 磁贴操作 添加磁贴 删除,修改磁贴 磁贴通知 HttpClient Weather天气实战 利用GPS获取手机坐标(经纬度) 百度地图API获取位置信息 百度天气接口 获取天气信息 天气信息 Info Class 前台Xmal代码绑定 天气数据加 阅读全文
posted @ 2016-05-16 14:26 SpringLeee 阅读(1496) 评论(1) 推荐(0)
摘要: 微软在WP上的发展从原来的Win7到Win8,Win8.1,到现在的Win10 UWP,什么是UWP,UWP即Windows 10 中的Universal Windows Platform简称。即Windows通用应用平台,在Win 10 Mobile/Surface(Windows平板电脑)/PC 阅读全文
posted @ 2016-05-03 17:03 SpringLeee 阅读(1410) 评论(4) 推荐(3)
摘要: 什么是Memcache?能做什么? 以下是百度的观点: memcache是一套分布式的高速缓存系统,由LiveJournal的Brad Fitzpatrick开发,但目前被许多网站使用以提升网站的访问速度,尤其对于一些大型的、需要频繁访问数据库的网站访问速度提升效果十分显著[1] 。这是一套开放源代 阅读全文
posted @ 2016-04-27 17:44 SpringLeee 阅读(4113) 评论(2) 推荐(5)
上一页 1 ··· 7 8 9 10 11 12 下一页