资源简介
jquery ui 框架源码 ligerui
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class dotnetdemos_codeView : System.Web.UI.Page
{
public string Code { get; set; }
protected void Page_Load(object sender EventArgs e)
{
var src = Request.QueryString[“src“];
if (string.IsNullOrEmpty(src)) return;
src = Server.MapPath(“~/“ + src);
Code = System.IO.File.ReadAllText(src);
}
}
- 上一篇:常用 下拉二级菜单
- 下一篇:谷歌接口获取汇率 SDK源码 以及
相关资源
- OwaspTestingGuide4.0中文版
- 25175 学生报名管理系统 v2008 build1112(
- How to build AutoML from scratch – Alexander
- 在线记账理财管理系统 v6.2 build20190
- USBasp 驱动安装程序傻瓜式
- 基于asp+MapGuide做的xx省收养WebGis
- JasperGold Apps User Guide
- 基于树莓派+Arduino的视觉导航设计
- Fundamentals of Electric Circuits 4th Edition
- Building an RPG with Unity 2018 2nd Edition
- Official (ISC)2 Guide to the CISSP CBK 4 E
- NetSuite ERP for Administrators 2018
- layui-asp上传接口.rar
- .net中Attribute、TypeConverter、UITypeEdito
- gPROMS process builder 4.2 完整安装版 网盘
- JasperGold Engine Selection Guide
- 雪晖在线投票系统 (asp) Build 20081
-
me
tasploitguide(中文) - visual stuio 2013/2015/2017 IIS服务启动,系
- spectrum sensing\\Spectrum sensing in cognitiv
- YidaCMS免费开源网站管理系统 v2.0.0 b
- UIM 写卡软件 通用版.rar
- 在asp.net WebForm中的easyUI分页+条件检索
- MVC+EasyUI+EF树形结构显示
- asp.net + EasyUi + JQuery
- .NET+EasyUI开发框架 快速开发
- jQuery+EasyUI三层架构,含数据库
评论
共有 条评论