登录
首页 » C# » layuicms模板源码下载(基于Layui)

layuicms模板源码下载(基于Layui)

于 2019-07-30 发布
0 261
下载积分: 1 下载次数: 0

代码说明:

本模板基于Layui2.*实现,支持除LayIM外所有的Layui组件

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PAT | 蓝桥 | LeetCode学习路径 & 刷题经验.pdf(共35页)
    PAT | 蓝桥 | LeetCode学习路径 & 刷题经验.pdf(共35页)
    2020-04-12下载
    积分:1
  • C# MVC入门示例源码下载
    C# MVC入门示例源码下载
    2014-07-25下载
    积分:1
  • Unity导出gltf格式插件.unitypackage
    Unity导出gltf格式插件
    2021-05-06下载
    积分:1
  • C# 下载图片示例
    using System;using System.Web;public class DownImg : IHttpHandler { //图片下载功能 public void ProcessRequest(HttpContext context) { System.Net.WebResponse response = null; System.IO.Stream stream = null; string path = context.Request.Url.Query.Split(new string[] { "coverimg=" }, StringSplitOptions.RemoveEmptyEntries)[1]; System.Net.HttpWebRequest request = (System.Net.HttpWebRequest)System.Net.WebRequest.Create(path); response = request.GetResponse(); stream = response.GetResponseStream(); System.IO.MemoryStream memStream = Txooo.Mobile.HttpTools.CloneStream(stream); byte[] bytes = new byte[memStream.Length]; memStream.Read(bytes, 0, bytes.Length); // 设置当前流的位置为流的开始 memStream.Seek(0, System.IO.SeekOrigin.Begin); context.Response.ContentType = "application/octet-stream"; //通知浏览器下载文件而不是打开 string fileName = DateTime.Now.Ticks.ToString() ".jpg"; context.Response.AddHeader("Content-Disposition", "attachment; filename=" fileName); context.Response.BinaryWrite(bytes); context.Response.Flush(); } public bool IsReusable { get { return false; } }}
    2014-05-29下载
    积分:1
  • 计算你人生 剩余几个月 实例源码
    计算你人生 剩余几个月 实例源码
    2014-06-11下载
    积分:1
  • C#获取CPU、内存、磁盘使用率
    2021-11-05 00:37:22下载
    积分:1
  • <免安装版>sqlite 数据库操作 实例源码下载
    如果你的操作系统是 win64位系统,那么请按照以下提示操作: 首先在这里下载  最新版的 sqlite dll文件,引用到项目中 http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki 记住是这个版本:Precompiled Binaries for 64-bit Windows  以及对应上你的 .net framework环境即可  另外程序的版本修改成 x64, 右键项目>>生成>>目标平台选择 x64 即可 至此即可使用  据说:从 System.Data.SQLite, Version=1.0.94.0 这个版本以后 不需要引用SQLite.Interop.dll 这个了,包含到 system.data.sqlite.dll中了
    2015-04-12下载
    积分:1
  • C#设计一个旋转时钟
    该程序是用C#是做一个会走时的旋转时钟
    2020-06-02下载
    积分:1
  • IOC框架Ninject实践例子
    该实例在 客户端应用、mvc中,xml配置、手动配置 等多种形式 介绍了 Ninject的用法
    2015-06-09下载
    积分:1
  • 每项可以显示多行文本的ListBox控件
    每项可以显示多行文本的ListBox控件
    2013-10-02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载