$('.numbersOnly').keyup(function () {
                if (this.value != this.value.replace(/[^0-9\.]/g, '')) {
                    this.value = this.value.replace(/[^0-9\.]/g, '');
                }
            });

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

if ( $("#check").prop("checked") )

{

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

for /r ./ %a in (./) do @if exist "%a\.svn" rd /s /q "%a\.svn

 

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

http://www.dotblogs.com.tw/lastresort/archive/2012/03/21/70915.aspx

 

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

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

function isValidGUI(taxId) {
var invalidList = "00000000,11111111";

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

public class Class1
   2:  {
   3:      #region 主要程式碼
   4:      public Class1() { 
   5:          
   6:          //一堆程式碼
   7:          //.......
   8:          //.......
   9:      }
  10:      #endregion
  11:   
  12:      public int  Add(int a,int b) {
  13:          return a + b;
  14:      }
  15:  }

http://www.dotblogs.com.tw/holiestar/archive/2013/12/07/132865.aspx


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

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>

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

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">

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

http://www.morgantechspace.com/2014/01/Call-Server-Side-function-from-JavaScript-in-ASP-NET.html

 

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