04 2013 档案

摘要:<html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title> <!--[if lt IE 9]><script language="javascript" type="text/javascript" src="public/jqPlot/excanvas.js"></script><![endif]--&g 阅读全文
posted @ 2013-04-28 17:29 Uoolo 阅读(439) 评论(2) 推荐(0)
摘要:前台代码:<asp:HiddenField runat="server" ID="descing" /> <asp:HiddenField runat="server" ID="dt" /> <asp:Button runat="server" ID="sortbtn" onclick="lvVehicle_PagePropertiesChanged" style="display:none;" /> 阅读全文
posted @ 2013-04-26 15:44 Uoolo 阅读(1239) 评论(0) 推荐(0)
摘要:<div style="margin-top: auto; text-align: center;" id="buttondiv"> <object id="wb" height="0" width="0" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" name="wb"> </object> <input class="btb" on 阅读全文
posted @ 2013-04-10 17:44 Uoolo 阅读(255) 评论(0) 推荐(0)
摘要:this.requestWindowFeature(Window.FEATURE_NO_TITLE); super.onCreate(savedInstanceState); setContentView(R.layout.activity_m2); webview = new WebView(this); webview.getSettings().setUseWideViewPort(true); webview.getSettings().setLoadWit... 阅读全文
posted @ 2013-04-09 15:51 Uoolo 阅读(348) 评论(0) 推荐(0)
摘要:/// <summary> /// MD5加密 /// </summary> /// <param name="strSource">需要加密的明文</param> /// <returns>返回32位加密结果</returns> public static string Get_MD5(string strSource, string sEncode) { //new System.Security.Cryptography.MD5 md5 = new Syste... 阅读全文
posted @ 2013-04-08 11:41 Uoolo 阅读(3886) 评论(0) 推荐(0)
摘要:1.用来对上一个页面刷新 Response.Write("<script>window.parent.document.getElementById('form1').submit();</script>"); 2.css一张图多个图标的定位 .icon{ background:url(../JsE 阅读全文
posted @ 2013-04-02 10:25 Uoolo 阅读(344) 评论(0) 推荐(0)