上一页 1 2 3 4 5 6 ··· 8 下一页
  2014年8月16日
摘要: function Dictionary() { this.data = new Array(); this.put = function (key, value) { this.data[key] = value; }; this.get = function ... 阅读全文
posted @ 2014-08-16 13:26 朝着 阅读(308) 评论(0) 推荐(0) 编辑
  2014年8月7日
摘要: 去:http://json.codeplex.com/下载Json.NET 1.3.1(.net2.0用)Json.net API:http://james.newtonking.com/projects/json/help/解压吧BIN文件拷贝到项目的BIN文件中(我就考那Newtonsoft.J... 阅读全文
posted @ 2014-08-07 11:49 朝着 阅读(1204) 评论(0) 推荐(0) 编辑
  2014年7月27日
摘要: //string.format $.format = function (source, params) { if (arguments.length == 1) return function () { va... 阅读全文
posted @ 2014-07-27 23:54 朝着 阅读(885) 评论(0) 推荐(0) 编辑
  2014年7月25日
摘要: Document 阅读全文
posted @ 2014-07-25 18:22 朝着 阅读(740) 评论(0) 推荐(0) 编辑
摘要: #region 画统计图 /// /// 画统计图 /// private void LoadWebChartControl() { this.WebChartControl1.Series.Clear(... 阅读全文
posted @ 2014-07-25 17:48 朝着 阅读(560) 评论(0) 推荐(0) 编辑
摘要: SELECT row_number() over(order by Product.ID) as [row_number] 阅读全文
posted @ 2014-07-25 17:41 朝着 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Document 阅读全文
posted @ 2014-07-25 17:07 朝着 阅读(255) 评论(0) 推荐(0) 编辑
  2014年7月10日
摘要: 1:退订按钮、退订结果提示、客户是否反感、客户留言、客户是否订阅2:不要太直接了,可以发笑话、健康知识、最新电影、电视剧、音乐等等名称和链接,末尾顺便嵌入一个自己的广告3:要对用户细分(性别、所在地区、行业、年龄。。。。)4:必须要知道哪些客户打开了我们的邮件、并且打开了广告链接5:邮件发到国外去二... 阅读全文
posted @ 2014-07-10 16:49 朝着 阅读(136) 评论(0) 推荐(0) 编辑
  2014年6月21日
摘要: jQuery 是一个快速的,简洁的 javaScript 库,使用户能更方便地处理 HTML documents、events、实现动画效果,并且方便地为网站提供 AJAX 交互。 jQuery 还有一个比较大的优势是,它的文档说明很全,而且各种应用也说得很详细,同时还有许多成熟的插件可供选择。 j... 阅读全文
posted @ 2014-06-21 14:18 朝着 阅读(134) 评论(0) 推荐(0) 编辑
  2014年6月13日
摘要: SQL行转列汇总 PIVOT用于将列值旋转为列名(即行转列),在SQL Server 2000可以用聚合函数配合CASE语句实现PIVOT的一般语法是:PIVOT(聚合函数(列) FOR 列 in (…) )AS P完整语法:table_sourcePIVOT(聚合函数(value_column)F... 阅读全文
posted @ 2014-06-13 14:39 朝着 阅读(497) 评论(0) 推荐(0) 编辑
  2014年5月3日
摘要: 我可以拖动哦!我可以拖动哦!我可以拖动哦!我可以拖动哦! 我可以拖动哦! 我可以拖动哦! 我可以拖动哦! ... 阅读全文
posted @ 2014-05-03 21:33 朝着 阅读(201) 评论(0) 推荐(0) 编辑
  2014年4月30日
摘要: C#获得匹配数据 MatchCollection mc = Regex.Matches(_url, @"href=[""'']([\s\S]*?)[""'']", RegexOptions.Singleline | RegexOptions.Multiline | RegexOptions.Sing... 阅读全文
posted @ 2014-04-30 14:18 朝着 阅读(170) 评论(0) 推荐(0) 编辑
  2014年4月29日
摘要: 阅读全文
posted @ 2014-04-29 23:43 朝着 阅读(1703) 评论(0) 推荐(0) 编辑
  2014年3月27日
摘要: //filter: alpha(opacity=50);IE滤镜//opacity: 0.2;非IE滤镜var dlg = { element: function () { this._strTit = "标题"; this._strCon = "内容"; this._width = 350; this._height = 200; this._obj = $(''); this._title = $(''); this._content = $(''); this._txt ... 阅读全文
posted @ 2014-03-27 22:53 朝着 阅读(180) 评论(0) 推荐(0) 编辑
摘要: var ImgZoom = function (image, viewer, options) { this._init(image, viewer, options);}ImgZoom.prototype = { _init: function (image, viewer, opti... 阅读全文
posted @ 2014-03-27 22:50 朝着 阅读(193) 评论(0) 推荐(0) 编辑
摘要: /**文字滚动**/var WordScroll = function (area, list, options) { this._init(area, list, options);};WordScroll.prototype = { _init: function (area, li... 阅读全文
posted @ 2014-03-27 22:48 朝着 阅读(149) 评论(0) 推荐(0) 编辑
摘要: /** 图片滚动_王志强 2014-2-1**/var ImageScroll = function (area, imgList, order, options) { this._init(area, imgList, order, options);};ImageScroll.pr... 阅读全文
posted @ 2014-03-27 22:47 朝着 阅读(171) 评论(0) 推荐(0) 编辑
摘要: var pro = function (area, pvalue, options) { this._init(area, pvalue, options);};pro.prototype = { _init: function (area, pvalue, options) { ... 阅读全文
posted @ 2014-03-27 22:44 朝着 阅读(163) 评论(0) 推荐(0) 编辑
摘要: View Code 阅读全文
posted @ 2014-03-27 00:10 朝着 阅读(163) 评论(0) 推荐(0) 编辑
  2014年3月26日
摘要: 《 数据库技术内幕 》处理百万级以上的数据提高查询速度的方法: 1.应尽量避免在 where 子句中使用!=或操作符,否则将引擎放弃使用索引而进行全表扫描。 2.对查询进行优化,应尽量避免全表扫描,首先应考虑在 where 及 orderby 涉及的列上建立索引。 3.应尽量避免在 where 子句中对字段进行 null 值判断,否则将导致引擎放弃使用索引而进行全表扫描,如: select id from t where num isnull 可以在num上设置默认值0,确保表中num列没有null值,然后这样查询: select id from t where num=0 4.应尽量避... 阅读全文
posted @ 2014-03-26 15:33 朝着 阅读(311) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页