摘要: using ThoughtWorks; using ThoughtWorks.QRCode; using ThoughtWorks.QRCode.Codec; using ThoughtWorks.QRCode.Codec.Data; using System.Drawing; Bitmap bt; 阅读全文
posted @ 2016-05-25 11:54 —阿峰— 阅读(163) 评论(0) 推荐(0) 编辑
摘要: public string Excel(System.Data.DataTable dt) { //模板的路径 string strUploadPath = HttpContext.Current.Server.MapPath("../template/"); //模板的名称 string strF 阅读全文
posted @ 2016-05-25 11:53 —阿峰— 阅读(1624) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <title>倒计时js代码 </title> </head> <body> 倒计时js代码 <DIV id="CountMsg" class="HotDate"> <span id="t_d" 阅读全文
posted @ 2016-05-25 11:44 —阿峰— 阅读(373) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2016-05-25 11:43 —阿峰— 阅读(210) 评论(0) 推荐(0) 编辑
摘要: function addFavorite() { var url = window.location; var title = document.title; var ua = navigator.userAgent.toLowerCase(); if (ua.indexOf("360se") > 阅读全文
posted @ 2016-05-25 11:41 —阿峰— 阅读(389) 评论(0) 推荐(0) 编辑