LiteBlog(MVC)博客v1.31源码源码描述:LiteBlog是一个可以用于个人博客的轻量级博客系统。它完全基于XML并且可以托管到IIS,不需要任何的数据库。LiteBlog博客引擎使用了Asp.netMVC3,Razor视图,JQuery,LINQtoXML,和FckEditor.BasicFeatures1.ComposingofpostsusingCKEditor(Richeditor)2.Commentingontheposts3.Commentmoderation4.Postcategorization5.UseofjQueryforAJAXenhancedUI6.Admininterfaceformanagingthesite7.XMLbaseddatastorageUniqueFeatures1.AbilitytoaddcodetothepostfromtheCKEditor2.SyntaxHighlightertohighlightthecode(server-based)3.XMLbasedProfileandMembershipProvider4.Sche
自制GridView控件示例源码项目描述GenericGridView是GridView控件的引申。在内部GridView控件的ViewState被禁用,因为作者喜欢管理自己的GridView状态。如果你喜欢效率和自由,请不要使用ViewState。后面的代码几乎没有逻辑。所有的处理是在helper类。UnabletogetthedesiredbehaviourfromtheASP.NETbuilt-inGridViewcontrol,Idecidedtowriteagridcontrol(bywrappingupGridView)myselfforaclientofmine.ThegridcontrolIdeveloped(IcallitGenericGridView)overcomestheaforementionedproblemsofASP.NETbuilt-inGridViewcontrolandalsosatisfiesalltherequirementsofmyclient,butitmaynotmeetyourneeds.However,Ihopethatmycodew
WebAPI:client客户端post提交签名数据/apiServer服务端返回json数据交互-简单示例使得平台有很强的扩展性,和数据安全性,可维护性,跨域实现数据的安全访问...
二、主要功能1、Web/BS模式下,通过POST方式取得二维码2、Web/BS模式下、通过GET方式取得二维码3、WPF/CS模式下,上传用户自定义LOGO图片,实现二维码加用户自定义LOGO
一个基于mvc4 excel 文件ajax上传,导入到数据库。
bootstrap + matrix admin后台程序员工具集
数据提交部分,采用jquery的ajax的post方式提交给一般处理程序文件进行处理。
GET用于接通微信服务的校验,验证;POST用于接收微信服务器过来的消息,然后将Response组装好返回即可。