2017年3月14日

iOS性能之HTTP2.0

摘要: 在移动互联网领域蓬勃发展的今天,APP的性能也成为各大公司重点关注的方向,该系列文章主要针对iOS的性能的几个方面做一些研究。 什么是HTTP2.0? 什么是HTTP2.0? 网上很容易搜到关于HTTP2.0的概念的文章,这里不再累述。 苹果从iOS9开始支持HTTP2.0,对iOS开发人员来说,即 阅读全文

posted @ 2017-03-14 11:25 ZHLee 阅读(4495) 评论(0) 推荐(1) 编辑

2009年2月10日

.net版 快速排序算法实现

摘要: 查了下网上很多朋友写的.net版快速排序算法,总觉得写得比较复杂,所以决定自己写个简单点的 要排序的数组为: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->int[] sortArray = new int[] { 45,36,54,2,4,65,2... 阅读全文

posted @ 2009-02-10 09:56 ZHLee 阅读(803) 评论(2) 推荐(0) 编辑

2009年2月6日

.net版 字符串数组桶排序算法

摘要: 现要将字符串数组按首字母做排序,如: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->string[] sortStr = new string[] {"Jack","John","Ja","Bob","Bay","Candy","Enk","Fuk"... 阅读全文

posted @ 2009-02-06 11:54 ZHLee 阅读(910) 评论(0) 推荐(0) 编辑

2008年7月24日

ComponentArt Grid 部分字段的编辑和更新

摘要: 我们知道,在ComponentArt 的Grid 中,如果希望该行所有字段可以insert,但是在更新时,却希望部分字段是可以编辑的状态,那么,我们需要添加如下脚本: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> ... 阅读全文

posted @ 2008-07-24 23:40 ZHLee 阅读(508) 评论(0) 推荐(0) 编辑

2008年7月17日

ComponentArt Grid 行部分字段Insert操作

摘要: 第一次写博客,水平可能有限,希望大家提出宝贵的改进意见 主要介绍下,在ComponentArt中,对于Insert操作,要先设置下AutoCallBackOnInsert="true",然后写上: Insert | Cancel 在insertRow()这个脚本中写上: funct... 阅读全文

posted @ 2008-07-17 23:26 ZHLee 阅读(587) 评论(0) 推荐(0) 编辑

导航