威威的樹狀圖

http://demo.onokumus.com/metisMenu/index.html

amychang2014 發表在 痞客邦 留言(0) 人氣()

LESS CSS 讓你撰寫 CSS 時更輕鬆,讓 CSS 支援變數、計算、函式、繼承

http://fundesigner.net/lesscss-use/

改天來驗證一下,你有沒有威威!

amychang2014 發表在 痞客邦 留言(0) 人氣()

App_Code資料夾下PageBase.cs

public void session_check()
{
    if ((Session["username"] == null))
    {
        Response.Write("<script>alert('連線逾時或沒有登入權限,請重新登入');location.href='zm_login.aspx';</script>");
    }
}

實際頁面引用PageBase
public partial class _zm_news : PageBase

amychang2014 發表在 痞客邦 留言(0) 人氣()

<script language=jscript>
function dateValidationCheck(str){

amychang2014 發表在 痞客邦 留言(0) 人氣()

【成功案例】
http://www.dotnettips4u.com/2013/02/ajax-file-upload-in-aspnet.html

amychang2014 發表在 痞客邦 留言(0) 人氣()

$('#example')
        .on( 'order.dt',  function () { eventFired( 'Order' ); } )

amychang2014 發表在 痞客邦 留言(0) 人氣()

<div>
<p>

amychang2014 發表在 痞客邦 留言(0) 人氣()

Response.write "<form name=""myform"" id=""myform"" action=""http://xxx.xxxx.xxx/xxx"" method=""POST"" >"
Response.Write "<input type=""hidden"" id=""card_ban"" name=""card_ban"" value=""xxxxxxxx"">"

amychang2014 發表在 痞客邦 留言(0) 人氣()

string tt=tt.Split(new char[]{' '}, StringSplitOptions.RemoveEmptyEntries);

 

amychang2014 發表在 痞客邦 留言(0) 人氣()

http://www.codedata.com.tw/database/mysql-tutorial-basic-query


amychang2014 發表在 痞客邦 留言(0) 人氣()