上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 157 下一页

2014年5月29日

[转]jQuery调用ASPX返回json

摘要: 本文转自:http://www.cnblogs.com/fire-phoenix/archive/2009/11/13/1614146.html本文介绍如何在ASP.NET(ASP.NET/AJAX)里使用基于JQuery的AJAX技术。(源代码下载见最后)在使用JQuery前,请到www.jque... 阅读全文

posted @ 2014-05-29 09:28 freeliver54 阅读(2279) 评论(2) 推荐(0)

[转]用Linq取CheckBoxList選取項目的值

摘要: 本文转自:http://www.dotblogs.com.tw/hatelove/archive/2011/11/17/linq-checkboxlist-items-selected-values.aspx前言 有了Linq to Object之後,一切篩選的動作都變得相當平易近人,甚至上了癮,面... 阅读全文

posted @ 2014-05-29 09:21 freeliver54 阅读(320) 评论(0) 推荐(0)

2014年5月27日

[转].net中的认证(authentication)与授权(authorization)

摘要: 本文转自:http://www.cnblogs.com/yjmyzz/archive/2010/08/29/1812038.html注:这篇文章主要给新手看的,老手们可能会觉得没啥营养,就请绕过吧。“认证”与“授权”是几乎所有系统中都会涉及的概念,通俗点讲:认证(authentication) 就是... 阅读全文

posted @ 2014-05-27 16:48 freeliver54 阅读(967) 评论(0) 推荐(0)

[转]在Entity Framework中使用LINQ语句分页

摘要: 本文转自:http://diaosbook.com/Post/2012/9/21/linq-paging-in-entity-framework我们知道,内存分页效率很低。并且,如果是WebForm的项目,页面上会有巨型ViewState,这必然不好。我自己博客用的是一个存储过程做的分页,用到现在都... 阅读全文

posted @ 2014-05-27 11:48 freeliver54 阅读(6365) 评论(0) 推荐(0)

[转]Efficiently Paging Through Large Amounts of Data

摘要: 本文转自:http://msdn.microsoft.com/en-us/library/bb445504.aspxScott MitchellApril 2007Summary:This is theVisual C#tutorial. (Switch to the Visual Basic tu... 阅读全文

posted @ 2014-05-27 11:37 freeliver54 阅读(533) 评论(0) 推荐(0)

[转]Multiple outputs from T4 made easy

摘要: 本文转自:http://damieng.com/blog/2009/01/22/multiple-outputs-from-t4-made-easyOne of the things I wanted myLINQ to SQL T4 templatesto do was be able to sp... 阅读全文

posted @ 2014-05-27 10:27 freeliver54 阅读(328) 评论(1) 推荐(0)

[转] How to generate multiple outputs from single T4 template (T4 输出多个文件)

摘要: 本文转自:http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/Update: A new version of the code described in this arti... 阅读全文

posted @ 2014-05-27 10:24 freeliver54 阅读(1131) 评论(0) 推荐(0)

2014年5月26日

[转]Web Service Authentication

摘要: 本文转自:http://www.codeproject.com/Articles/9348/Web-Service-AuthenticationDownload source files - 45.5KBIntroductionThis is a simple mechanism to authen... 阅读全文

posted @ 2014-05-26 15:16 freeliver54 阅读(379) 评论(0) 推荐(0)

[转]Web.config配置文件详解(新手必看)

摘要: 本文转自:http://www.cnblogs.com/gaoweipeng/archive/2009/05/17/1458762.html花了点时间整理了一下ASP.NET Web.config配置文件的基本使用方法。很适合新手参看,由于Web.config在使用很灵活,可以自定义一些节点。所以这... 阅读全文

posted @ 2014-05-26 15:08 freeliver54 阅读(232) 评论(0) 推荐(0)

[转]Net 下采用GET/POST/SOAP方式动态调用WebService C#实现

摘要: 本文转自:http://www.cnblogs.com/splendidme/archive/2011/10/05/2199501.html一直以来,我们都为动态调用WebService方法而烦恼。在.Net环境下,最常用的方法就是采用代理类来调用WebService,可以通过改变代理类的Url属性... 阅读全文

posted @ 2014-05-26 14:37 freeliver54 阅读(712) 评论(1) 推荐(0)

2014年5月23日

.net mvc 一个Action的 HttpGet 和 HttpPost

摘要: 本文转自:http://stackoverflow.com/questions/11767911/mvc-httppost-httpget-for-actionController:[HttpGet]public ActionResult MyMethod(){ return MyMethod... 阅读全文

posted @ 2014-05-23 15:30 freeliver54 阅读(10066) 评论(2) 推荐(0)

2014年5月20日

obout editor Absolute path for uploaded image

摘要: 本文转自:https://www.obout.com/editor_new/KnowledgeBase.aspx?id=706Absolute path for uploaded imageQ: I use the code of 'cs_Custom_ImageUpload_popup.aspx'... 阅读全文

posted @ 2014-05-20 08:56 freeliver54 阅读(329) 评论(1) 推荐(0)

2014年5月15日

[转]URL最大长度问题

摘要: 本文转自:http://www.cnblogs.com/henryhappier/archive/2010/10/09/1846554.html今天在测试Email Ticket的时候发现在进行Mark as Read/Unread操作时,请求是通过GET方式进行的。URL中列出了所有参与该操作的T... 阅读全文

posted @ 2014-05-15 10:02 freeliver54 阅读(785) 评论(0) 推荐(0)

[转]Paging, Searching and Sorting in ASP.Net MVC 5

摘要: 本文转自:http://www.c-sharpcorner.com/UploadFile/4b0136/perform-paging-searching-sorting-in-Asp-Net-mvc-5/IntroductionFrom my explanation in myCRUD in ASP... 阅读全文

posted @ 2014-05-15 08:54 freeliver54 阅读(967) 评论(2) 推荐(0)

2014年5月14日

[转]粤语学习

摘要: 本文转自:http://blog.sina.com.cn/s/blog_542078770100tuum.html 粤语简介 粤语(Jyut6 Jyu5),又叫广东话(Gwong2 Dung1 Waa6)、广州话,本地人多称之为“白话”。粤语是一种很有特色的语言。普通话虽然... 阅读全文

posted @ 2014-05-14 18:15 freeliver54 阅读(8290) 评论(0) 推荐(0)

[转]微信公众平台开发(十) 消息回复总结

摘要: 本文转自:http://www.cnblogs.com/mchina/p/3364377.html一、简介微信公众平台提供了三种消息回复的格式,即文本回复、音乐回复和图文回复,在这一篇文章中,我们将对这三种消息回复的格式做一下简单讲解,然后封装成函数,以供读者使用。二、思路分析对于每一个POST请求... 阅读全文

posted @ 2014-05-14 17:10 freeliver54 阅读(6777) 评论(0) 推荐(0)

2014年5月13日

[转]C#开发微信公众平台-就这么简单

摘要: 本文转自:http://www.it165.net/pro/html/201403/11102.html写在前面服务号和订阅号 URL配置 创建菜单 查询、删除菜单 接受消息 发送消息(图文、菜单事件响应) 示例Demo下载 后记 最近公司在做微信开发,其实就是接口开发,网上找了很多资料,当然园友... 阅读全文

posted @ 2014-05-13 17:11 freeliver54 阅读(71379) 评论(8) 推荐(25)

[转]windows 7 下快速搭建php环境(windows7+IIS7+php+mysql)

摘要: 转贴:http://apps.hi.baidu.com/share/detail/10406992(1)、采用理由:优点:最大化的桌面图形化操作系统,可维护性优秀。基于IIS v6.0/v7.0(2008),可以支持的脚本相当完整,不仅支持Linux无法支持的asp/asp.net,还可以安装php... 阅读全文

posted @ 2014-05-13 15:51 freeliver54 阅读(491) 评论(0) 推荐(0)

[转]微信公众平台开发(四) 简单回复功能开发

摘要: 本文转自:http://www.cnblogs.com/mchina/p/3155072.html一、简介微信公众平台可以根据用户发送的信息进行判断,然后给出对应的回复,具有良好的交互性。下文将模拟简单的回复功能,根据这个案例,开发者也可以基本理解微信交互的原理,进行更深层次的开发。二、思路分析用户... 阅读全文

posted @ 2014-05-13 15:40 freeliver54 阅读(1164) 评论(0) 推荐(0)

[转]微信开发.Net 接入示例

摘要: 本文转自:http://my.oschina.net/lcak/blog/219618微信公众平台接口开发官方仅提供了 PHP 接入示例代码, 网上找到的.Net代码多半需要积分下载,所以自己写了一个如下:将以上代码 另存 为wx_sample.aspx上传到你的服务器填写当前页面访问路径, 填写对... 阅读全文

posted @ 2014-05-13 15:39 freeliver54 阅读(2328) 评论(0) 推荐(0)

上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 157 下一页

导航