05 2012 档案

摘要://YPageList /// <summary> /// 总数据个数 /// </summary> private int _datatotalcount; /// <summary> /// 当前页数据个数 /// </summary> private int _pagesize; /// <summary> /// 当前页索引 /// </summary> private int _pageindex; /// <sum... 阅读全文
posted @ 2012-05-30 11:21 biubiubiu 阅读(328) 评论(0) 推荐(0)
摘要:原理:利用1px*1px的div画图 <script type="text/javascript"> function makedot(x, y) { //画点函数 document.write("<div style='height:1px;width:1px; position:absolute;left:" + x + "px;top:" + y + "px;background:#fff;overflow:hidden'></div>") } /** 函数 阅读全文
posted @ 2012-05-28 17:29 biubiubiu 阅读(1985) 评论(0) 推荐(0)
摘要:private void Btn_Upload_Click(object sender, System.EventArgs e) { if(UploadFile.PostedFile.FileName.Trim()!="") { //上传文件 string extension = Path.GetExtension(UploadFile.PostedFile.FileName).ToUpper(); string fileName = DateT... 阅读全文
posted @ 2012-05-18 10:33 biubiubiu 阅读(197) 评论(0) 推荐(0)
摘要:var w3c = (document.getElementById) ? true : false; var agt = navigator.userAgent.toLowerCase(); var ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1) && (agt.indexOf("omniweb") == -1)); function IeTrueBody() { return (document.com... 阅读全文
posted @ 2012-05-09 16:32 biubiubiu 阅读(449) 评论(0) 推荐(0)
摘要:´ &acute; © &copy; > &gt; µ &micro; ® &reg; & &amp; ° &deg; ¡ &iexcl; &nbsp; » &raquo; ¦ &brvbar; ÷ &divide; ¿ &iquest; ¬ &not; § &sect; • &bull; ½ &frac12;  阅读全文
posted @ 2012-05-09 13:44 biubiubiu 阅读(241) 评论(0) 推荐(0)