05 2016 档案

摘要:一、概述 除了正常运行模式,ECMAscript 5添加了第二种运行模式:“严格模式”(strict mode)。顾名思义,这种模式使得Javascript在更严格的条件下运行。 设立”严格模式”的目的,主要有以下几个: - 消除Javascript语法的一些不合理、不严谨之处,减少一些怪异行为; 阅读全文
posted @ 2016-05-30 10:01 —阿峰— 阅读(247) 评论(0) 推荐(0) 编辑
摘要: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 —阿峰— 阅读(167) 评论(0) 推荐(0) 编辑
摘要:public string Excel(System.Data.DataTable dt) { //模板的路径 string strUploadPath = HttpContext.Current.Server.MapPath("../template/"); //模板的名称 string strF 阅读全文
posted @ 2016-05-25 11:53 —阿峰— 阅读(1626) 评论(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 —阿峰— 阅读(375) 评论(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 —阿峰— 阅读(212) 评论(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 —阿峰— 阅读(391) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示