linzy

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2014年2月19日

摘要: 用Page.ClientScript.RegisterClientScriptBlock和Page.ClientScript.RegisterStartupScript:区别:1.使用Page.ClientScript.RegisterClientScriptBlockc#代码 1 2 运行结果如下:AddingJavaScript2.使用Page.ClientScript.RegisterStartupScriptRegisterStartupScript 方法与RegisterClientScriptBlock方法最大的不同是:RegisterStartupScript把script放置. 阅读全文
posted @ 2014-02-19 15:28 linzy 阅读(241) 评论(0) 推荐(0)

摘要: using System;using System.Collections.Generic;using System.IO;using System.Runtime.InteropServices;using System.Text;using System.Web.UI.WebControls;using System.Drawing;using System.Drawing.Imaging;using System.Threading;namespace Test{ class Program { static void Main(string[] args) ... 阅读全文
posted @ 2014-02-19 11:58 linzy 阅读(253) 评论(0) 推荐(0)

摘要: (function() { var noop = function noop() {}; var methods = [ 'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error', 'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log', ' 阅读全文
posted @ 2014-02-19 11:10 linzy 阅读(255) 评论(0) 推荐(0)

摘要: static void Main(string[] args) { string s = "iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAIAAAABc2X6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8P... 阅读全文
posted @ 2014-02-19 10:43 linzy 阅读(2531) 评论(0) 推荐(0)