2014年3月20日 星期四

核電員工的最後遺言蔓延計畫 演講心得

這次聽的演講是關於核能造成的汙染影響,以前從來沒有想過的一個問題,就是我們都有地震演習,防空演習,卻沒有核災演習,這是這堂演講開啟我很大的一個思考空間,我心想,對啊我怎麼從來都沒有想過,只有想過核能可以帶給人們便利,卻造成環境上的損害,卻沒有想過有一天她爆發了不可收拾的局面我們究竟該怎麼辦,除了對核災的了解外,我也深深的對演講人有無限的敬佩,從自己的工資買書,寄書,送書,為的是要讓大家更能體會我們的環境再受威脅,這樣的舉動真的讓我很佩服,從一開始一個人辦的活動,到現在有了粉絲專業並且送出許多的書造成許多的響應,這樣愛地球的熱誠,是我要多多學習的

2014年3月13日 星期四

電影心得

這次看的電影是一部有著妥瑞氏症的人,他從小到大所經歷的各種困境,他都一一克服,並且最讓我欣賞的是他把她自己的病當成是他最偉大的老師,這種情操是非常難得的,沒有因此喪失自信,反而話悲劇成動力,這是非常讓我敬佩的,雖然過程中,不論是師長,學生的家長,女朋友,路人都投以異樣的眼光,他也沒有因此倒下去,還是每天過著快樂的生活,過程雖然辛苦,但是因著他的努力,換來的成就是非凡的,甚至得到了最佳教師的獎,非常的另我敬佩。

2014年3月10日 星期一

LAB8

<html>
    <head>
    </head>
 <body id="body">
      <form action="javascript:void(0);" id="exampleForm">
      <input type="password" id="examplePass" />
   <input type="submit" />
      </form>
 </body>
 <script>

 document.getElementById("exampleForm").onsubmit = function() {
      //R


   var passwordRegex = /^[\D]+[\W_]+[A-Za-z\d]{6,}$/;



   if(!passwordRegex.test(document.getElementById("examplePass").value)){
        console.log("Regex didn't match");
     var notify = document.getElementById("notify");
     if(notify === null) {
        notify = document.createElement("p");
     notify.textContent = "Passwords need to >= 6 characters long and  a 小寫英文與非字母 排序第一個是字母第二個是非字母."
     notify.id = "notify";
 
     var body = document.getElementById("body");
     body.appendChild(notify);
   }
  }
 };
      </script>
 </html>



LAB7

<html>
<head>
</head>
<body id="body">
<form action="javascript:void(0);" id="exampleForm">
<input type="password" id="examplePass" />
<input type="submit" />
</form>
</body>
<script>

document.getElementById("exampleForm").onsubmit =function() {
var passwordRegex = /^[A-Za-z\d]{6,}$/;

if(!passwordRegex.test(document.getElementById("examplePass").value))  {
console.log("Regex didn't match");
var notify = document.getElementById("notify");
if(notify===null)  {
notify =document.createElement("p");
notify.textContent = "Passwoeds need to be much than 6 characters long and consist of uppercase characters, lowercase characters, and digits only."
notify.id = "notify";

var body = document.getElementById("body");
body.appendChild(notify);
}
}
};

</script>
</html>



與朋友玩ox遊戲


2014年3月5日 星期三

2014/2/27講座心得

上完了這堂講座,得知現在有很多的業者為了賺錢不惜破壞大自然,把很多生物原本的家變成自己的搖錢樹,其中看到海鷗死後屍體剖開後裡面全是垃圾,而旁邊無知的幼鳥還是繼續的在吃垃圾,看了實在很難過,讓很多無辜的新生命死亡,大自然的力量總有一天一定會反撲,我覺得老師的服務學習可以多一個新的,就是淨灘的活動,我會非常樂意的參與,畢竟我也沒有淨灘過,想必一定很有趣,作善事是會讓人開心的!

2014年3月3日 星期一

LAB4 大學排名DIY

網頁數(Size) 
 中原 : Google約有 1,280,000 個結果
 台大 : Google約有 815,000 個結果
 中正 : Google約有 1,430,000 個結果
 元智 : Google約有 277,000 個結果

連結度(能見度 Visibility) 

中原 : Google約有 2521 個結果
台大 : Google約有 19537 個結果
中正 : Google約有 2556 個結果
元智 : Google約有 5345 個結果

檔案數(Rich files) 

 中原 : Google約有 16,300 個結果
 台大 : Google約有 429,000 個結果
 中正 : Google約有 23,300 個結果
 元智 : Google約有 14,100 個結果

Google Scholar 論文索引

 中原 : Google約有 12,400 個結果
 台大 : Google約有 263,000 個結果
 中正 : Google約有 9,550 個結果
 元智 : Google約有 2,350 個結果