上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 有关于LinQ 操作Dictionary、SQL(LEFT OUTER JOIN \ Group OrderBy Sum) 阅读全文
posted @ 2010-03-10 13:14 RicoRui 阅读(1587) 评论(0) 推荐(1) 编辑
摘要: 将相同值的行内容进行合并操作 阅读全文
posted @ 2010-03-09 23:07 RicoRui 阅读(486) 评论(0) 推荐(0) 编辑
摘要: IDENTITY 的问题 阅读全文
posted @ 2010-03-09 23:03 RicoRui 阅读(778) 评论(4) 推荐(2) 编辑
摘要: 获取ID : $(this).attr("id");:not用法1. 列表用法var notList = [];notList.push("#<%=txtSuggest.ClientID %>");var textElements = $("input[type=text]:not(" + notList + ")");var firstFocusItem = null;//遍历Typ... 阅读全文
posted @ 2010-02-10 18:04 RicoRui 阅读(993) 评论(0) 推荐(1) 编辑
摘要: List数据排序、置顶,合并 阅读全文
posted @ 2010-02-01 18:03 RicoRui 阅读(5298) 评论(5) 推荐(1) 编辑
摘要: 某些时候我们希望将对象状态存储到配置文件里,籍此来调整和配置系统运行参数。尽管 FX 2.0 引入了新的配置文件操作方式(读写配置文件),但依旧不方便。其实我们完全可以借用 XML 序列化引擎和 LINQ to XML,通过在现有类型上添加相关特性来达到这个目的。1. 添加特性下面的代码一目了然,无须多做解释。public enum Sex{[XmlEnum("女")]Female,[XmlEnu... 阅读全文
posted @ 2010-01-23 23:28 RicoRui 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: SQL SERVER 经验、资料收录 阅读全文
posted @ 2010-01-23 19:16 RicoRui 阅读(588) 评论(0) 推荐(0) 编辑
摘要: UPDATE:  I see a lot of comments which make me feel that this post has been useful.  There have been a lot of queries also around the inability to find the download link.  For the benef... 阅读全文
posted @ 2010-01-16 22:33 RicoRui 阅读(669) 评论(0) 推荐(0) 编辑
摘要: JSon In Asp.Net (II) 阅读全文
posted @ 2009-12-08 13:39 RicoRui 阅读(516) 评论(1) 推荐(1) 编辑
摘要: 122.在ASP.NET中显示进度条-ASP.NET http://www.cnblogs.com/teracy/archive/2008/12/07/1349715.html121.使用IE不能访问ftp的原因http://www.cidu.net/Article/jiaocheng/qtjc/200704/8202.html120.TransactionScope的正确用法http://blog.csdn.net/greystar/archive/2006/11/01/1359960.aspx119.List<String>,String Array 绑定到数据控件上的方法ht 阅读全文
posted @ 2009-12-02 16:02 RicoRui 阅读(724) 评论(0) 推荐(0) 编辑
摘要: Google Map应用在网站之上已经从单一的浏览性慢慢转化为服务概念(同时也大大增强用户体验度) 如下利用 Google Map Api ------ 简单实现地图网站应用。(仅参考)  实现目标: 1.在地图中进行地点标注 2.选择标注时,出现相关信息 3.点击页面上的测试按钮,显示相关的地点标注信息 Html Code: <body > <h1>G... 阅读全文
posted @ 2009-11-25 10:42 RicoRui 阅读(4194) 评论(8) 推荐(7) 编辑
摘要: Table添加动态列(使用JQuery--新思路,Co Co) 阅读全文
posted @ 2009-11-16 23:38 RicoRui 阅读(1832) 评论(3) 推荐(3) 编辑
摘要: 破解文件:http://files.cnblogs.com/RuiLei/SmartDraw2010Keygen.rar 官方网站 http://www.smartdraw.com/product/index.htm一流的流程图表绘制工具 SmartDraw 是采用完全不同方法的绘图软件,这样就可以快速绘图。SmartDraw侧重于你插图的最终结果,而不是绘制的过程。 用SmartDraw,你不... 阅读全文
posted @ 2009-10-14 20:23 RicoRui 阅读(56862) 评论(19) 推荐(0) 编辑
摘要: 主要关于JSON的实际应用 目录 1.JSON in Javascript 2.JSON in Asp.Net 3.LINQ to JSON 4.JSON Serialization 5.XML to JSON 6.Other Resources 7.推荐工具 http://www.jiangliang.net/json/ 阅读全文
posted @ 2009-10-10 16:36 RicoRui 阅读(3683) 评论(4) 推荐(10) 编辑
摘要: LINQ 专题 阅读全文
posted @ 2009-09-23 10:49 RicoRui 阅读(1916) 评论(0) 推荐(2) 编辑
摘要: 单个操作RadioButton很简单! 不过如果你遇到此文结构,这种情况,那你又该如何用JQuery进行Coding呢? 阅读全文
posted @ 2009-09-04 10:44 RicoRui 阅读(5417) 评论(1) 推荐(5) 编辑
摘要: Microsoft’s vision for .NET is a wide one. In addition to their desire for it to support all programming languages, either directly or through interoperability layers, they also want to bring together... 阅读全文
posted @ 2009-09-02 12:19 RicoRui 阅读(1429) 评论(0) 推荐(0) 编辑
摘要: 四种不同实现全选、反选功能(plugin) 阅读全文
posted @ 2009-08-28 14:43 RicoRui 阅读(2762) 评论(0) 推荐(1) 编辑
摘要: JQuery 自定义选择器 阅读全文
posted @ 2009-08-24 16:59 RicoRui 阅读(1682) 评论(0) 推荐(2) 编辑
摘要: 你真的不用想就可以说出 this ~ $(this)的区别吗?如果不会 Just Check 阅读全文
posted @ 2009-08-20 16:23 RicoRui 阅读(70995) 评论(3) 推荐(10) 编辑
摘要: JQuery 位置选择器 阅读全文
posted @ 2009-08-19 11:41 RicoRui 阅读(1454) 评论(0) 推荐(1) 编辑
摘要: 原创:JQuery $ 应用手记 JQuery CSS 基本选择器 详解 JQuery 位置选择器 详解JQuery -- this 和 $(this) 的区别JQuery 自定义选择器 详解 JQuery CheckBoxList JQuery RadioButtonListJQuery-Map 转载JQuery 性能文章 JQuery Layout 1000个jquery极品插件在JQuery... 阅读全文
posted @ 2009-08-18 11:47 RicoRui 阅读(1101) 评论(0) 推荐(1) 编辑
摘要: JQuery CSS basic Select ---详解 阅读全文
posted @ 2009-08-18 11:41 RicoRui 阅读(1872) 评论(0) 推荐(1) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2009-08-13 10:24 RicoRui 阅读(58) 评论(0) 推荐(0) 编辑
摘要: jQuery Performance Rules 阅读全文
posted @ 2009-08-13 10:21 RicoRui 阅读(469) 评论(0) 推荐(2) 编辑
摘要: JQuery + AJAX + type="reset" 结合在一起,看看能发生什么 阅读全文
posted @ 2009-08-12 13:16 RicoRui 阅读(3991) 评论(0) 推荐(6) 编辑
摘要: JavaScript类对于面向对象程序员来说,"类"是最熟悉不过的Key Word。对于在JS中类的说法,意指对象。新的对象经由new操作符以及与其相伴的Object构造器而产生。Ex:Var rui = new Rico();属性光有类,是没有什么实际意义的,一定要有一些东西与之配对,配合才能形成强大的Power属性,就像服务器端的对象,JS对象可以包含Data、Method、etc..属性都是... 阅读全文
posted @ 2009-08-10 22:23 RicoRui 阅读(253) 评论(0) 推荐(0) 编辑
摘要: Crack File Download Address :http://files.cnblogs.com/RuiLei/Win7Loadersamblg.rar http://files.cnblogs.com/RuiLei/PCSKYS_Windows7Loader_v3.27.rar     Windows 2008 激活 1.首先,在您的计算机中安装好 Wind... 阅读全文
posted @ 2009-08-07 22:39 RicoRui 阅读(2905) 评论(0) 推荐(1) 编辑
摘要: JQuery 应用积累 更新于2009/8/6 Ohh $(function(){ }); 阅读全文
posted @ 2009-08-06 22:36 RicoRui 阅读(755) 评论(0) 推荐(0) 编辑
摘要: I notice mine has got an extra number 2 at the end of vsdoc there. So I go back to the Google code side where I downloaded the file and I found out en they release a new vsdoc file to replace the exisiting deplecated one, they ‘tangan gatal’ change the name to jquery-1.3.2-vsdoc2.js. VS Interllisense only programmed to regconized [Javascript file name]-vsdoc.js without the 2 at the back there. 阅读全文
posted @ 2009-07-27 21:57 RicoRui 阅读(581) 评论(0) 推荐(1) 编辑
摘要: 问题: 在安装Web 3 时,提示 : "Your computer is scheduled to restart. Restart your computer and run Setup to continue installing this Expression program."解决方案: We check three registry keys to determine if a reb... 阅读全文
posted @ 2009-07-24 11:26 RicoRui 阅读(1490) 评论(0) 推荐(1) 编辑
摘要: 原文:http://www.limingchstudio.com/2009/07/silverlight-3-sdk-aspnet-mediaplayer.html Silverlight™ 2 SDK(安装 Silverlight™ 2 Tools for Visual Studio 2008 SP1 时,即会随之安装)提供的 2 个 Silverlight ASP.N... 阅读全文
posted @ 2009-07-16 14:52 RicoRui 阅读(1984) 评论(1) 推荐(0) 编辑
摘要: 90.发送带嵌入图片邮件之SMTP实现和ESMTP实现 89.无法启动MSMQ服务http://blog.csdn.net/coofucoo/archive/2009/08/27/4489598.aspx运行下输cmd,然后再输net stop msdtcmsdtc -uninstallmsdtc -installnet start msdtc 就可以解决了。88.基于声明身份验证机制http:/... 阅读全文
posted @ 2009-07-07 10:54 RicoRui 阅读(798) 评论(0) 推荐(0) 编辑
摘要: 13.去除TFS版本控制信息12.分享Visual Studio各种版本之间的转换工具http://www.cnblogs.com/zhuqil/archive/2010/05/31/SolutionConverter.html11.TFS 2010 备份和恢复的完整解决方案 http://www.cnblogs.com/ups216/archive/2010/08/20/1804814.html10.查看未Check-In的代码和开发人员命令行执行如下:tf.exe status /r /user:*tf.exe status /r /user:* > editedfiles.txt9 阅读全文
posted @ 2009-07-05 12:24 RicoRui 阅读(2706) 评论(0) 推荐(0) 编辑
摘要: 瞧瞧 此软件公司办公环境 阅读全文
posted @ 2009-06-23 12:38 RicoRui 阅读(1869) 评论(3) 推荐(1) 编辑
摘要: MasterPage GridView Server.Transfer/Execute 阅读全文
posted @ 2009-06-17 23:41 RicoRui 阅读(2189) 评论(5) 推荐(0) 编辑
摘要: 1.编译错误 2. 给系统盘的 windows/temp 目录设置权限。 解决步骤: (1)打开系统盘下windows/temp 目录。 (2)右键单击该目录,并选择属性。 (3)选择“安全”选择项卡,给用户Network service(如果是win2000则是asp.net用户)勾上部分权限。具体为: 1.读取和运行 2.列出文件夹目录 3. 读取。(如果还是报该错误... 阅读全文
posted @ 2009-06-06 22:02 RicoRui 阅读(543) 评论(0) 推荐(0) 编辑
摘要: Cross domain access policy in Silverlight applicationsIntroductionWe can see serious movements that took place in the development of applications during the last years. 5-10 years ago the majority of ... 阅读全文
posted @ 2009-06-04 09:04 RicoRui 阅读(726) 评论(0) 推荐(0) 编辑
摘要: 采用配置方式进行实现,已备后查<!--mail sender config--> <system.net> <mailSettings> <smtp from="XX@XX.com"> <network host="smtp.XXX.com" userName="XX@XX.com" password="XX" defaultCreden... 阅读全文
posted @ 2009-05-27 22:48 RicoRui 阅读(814) 评论(0) 推荐(0) 编辑
摘要: 据英国媒体5月15日报道,英国一家公司推出了一种可以将婴儿车变形成自行车的新型代步工具。该款车只用20秒就可从婴儿手推车变成三轮自行车并且操作简单。这款车是由铝合金制作的,预计售价为1695英镑。       阅读全文
posted @ 2009-05-24 21:01 RicoRui 阅读(527) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页