摘要:
行政区域工具 阅读全文
摘要:
@{ ViewBag.Title = "Recommend"; Layout = "~/Views/Shared/_Layout.cshtml"; } @section RenderJSContent{ var currentSection = "home-pane"; @*// The default loaded section on the page*@ var tabTag = "-tab"; var paneTag = "-pane"; @*// Scroll the page man 阅读全文
摘要:
@{ ViewBag.Title = "Register"; Layout = "~/Views/Shared/_Layout.cshtml";}@section RenderCSS{.list-widget{width:450px;border: 1px solid #DDD;border-radius: 3px;position: relative;border-top: 1px solid #EEE;background: white;padding: 10px;overflow: hidden;margin:0 auto 5px auto;}.c 阅读全文
摘要:
public ActionResult Index(){ //CiCeng.Utility.Sym_RC2 sym = new Utility.Sym_RC2(); //ViewBag.Content1 = sym.Decrypt(TuShuo.Business.BTMiniBlog.readcode(163)); //ViewBag.Content2 = sym.Decrypt(TuShuo.Business.BTMiniBlog.readcode(162)); //ViewBag.Content3 = sym.Decrypt(TuShuo.Business.BTMiniBlog.... 阅读全文
摘要:
Unicorn AdminOverviewOptionsMethodsThanks & linksDownload & supportOverviewOptionsMethodsThanks & linksDownload & supportRecent Posts54 By: neytiri on 2 Aug 2012, 09:27 AM, IP: 186.56.45.7 Vivamus sed auctor nibh congue, ligula vitae tempus pharetra...Edit Publish Delete By: john on 阅读全文
摘要:
<!DOCTYPE html><html> <head> <title>Unicorn Admin</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="http://wbpreview.com/previews/WB0F35928/css/bootstrap.min.css" 阅读全文
摘要:
/// <summary> /// 替换文章中的图片,并保存下来。 /// </summary> /// <param name="content">内容</param> /// <param name="newImageList">新保存后的图片地址</param> /// <param name="folder">保存的根目录</param> /// <param name="path">保存的绝对地址& 阅读全文
摘要:
1】加载单个对象Persister<NewsDetail>.Load(sysNo);2】查询列表DateTime dtNow = DateTime.Now.Date;WhereClauseBuilder<NewsMaster> where = new WhereClauseBuilder<NewsMaster>();where.And(f => f.Status == 3);if (newsType.HasValue)where.And(f => f.Type == newsType);where.And(f => f.PublishDat 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using TuShuo.Entities;using System.Text;using System.Security.Cryptography;using System.Net;using System.IO;namespace CiCeng.TuSHuo.Controllers{ [OutputCache(Duration = 10)] public class HomeC... 阅读全文
摘要:
/* weixin _wx = new weixin(); string postStr = ""; if (Request.HttpMethod.ToLower() == "post") { Stream s = System.Web.HttpContext.Current.Request.InputStream; byte[] b = new byte[s.Length]; s.Read... 阅读全文