• Dec 17 Thu 2015 18:31
  • 置頂 TEST

  • 這是一篇加密文章,請輸入密碼
  • 密碼提示:win
  • 請輸入密碼:

<html>
<head>

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

If 'Peter' and 'Steve' are unique in your table, this will do:

UPDATE TableX
SET ord = ( SELECT MIN(ord) + MAX(ord) 
            FROM TableX 
            WHERE name IN ('Peter', 'Steve')
          ) - ord
WHERE name IN ('Peter', 'Steve')

or (improved by @Erwin):

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

http://ipq.co/


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

            string bookNo = "01";
            bookNo = Request.Params["no"] == null ? "01" : Request.Params["no"];

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

var uA = navigator.userAgent;
        if (uA.match(/iPod/) || uA.match(/iPad/) || uA.match(/iPhone/) || uA.match(/Android/) || uA.match(/Windows Phone/)) {

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

<a class="viewBtn" href="javascript:showView('01')" onclick="ga('send', 'event', 'xxx', 'xxx', '1')"></a>


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

protected void LinkButton5_Click(object sender, EventArgs e)
    {

文章標籤

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

way3

<div class="col-3 frmCaption">Attachments:</div>
<div class="col-9">

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

https://dotblogs.com.tw/topcat/archive/2009/02/20/7250.aspx

範例程式如下:

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