今年人生第一次到泰國旅遊
由於行前看非凡驚嘆號節目介紹得知
在泰國當地換泰幣非常方便,而且匯率比在台灣銀行換還優
所以打定主意到泰國親身體驗看看

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

今年人生第一次到泰國旅遊
由於行前看非凡驚嘆號節目介紹得知

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

原來妳曾走進我的世界
妳是我生命最美的眷戀
期待還有和妳相聚的一天
一起聊聊過去我們的一切

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

轉自:https://ms-net.blogspot.tw/2012/11/the-solution-of-using-aspnet-create.html
 
問題:當在ASP.NET中使用Microsoft.Office.Interop.Excel之ApplicationClass來讀取Server上的Excel時,預設會出現以下的錯誤訊息: 
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005 存取被拒.

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

+ 一或一個以上
. 任意字元
[0-9] 0~9字元
1.尋找含括弧的字串

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

應用程式集區(AppPool)中只有.NET Framework 2.0可以選
但是明明有安裝新版本的Framework 卻在下拉選單看不到,只有
- Classic .NET AppPool
- DefaultAppPool

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


要從Visual Studio把ASP發佈到IIS上需要
1.IIS的 管理服務 開啟遠端連線
2.IIS Server上安裝  Web Deployment Tool  (可從Web Platform Installer裝)

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


來源網址: https://abgne.tw/jquery/apply-jquery/jquery-scroll-to-page-top.html
$(function(){
// 幫 a.abgne_gotoheader 加上 click 事件
$('a.abgne_gotoheader').click(function(){
// 讓捲軸用動畫的方式移動到 #header 的 top 位置
// 並加入動畫效果
// 感謝網友 sam 修正 Opera 問題
var $body = (window.opera) ? (document.compatMode == "CSS1Compat" ? $('html') : $('body')) : $('html,body');
$body.animate({
scrollTop: $('#header').offset().top
}, 2000, 'easeOutBounce');
 
return false;
});
});

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



轉自https://tw.myblog.yahoo.com/mg-smallmonkey/article?mid=6


SSL運作原理

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

用top指令可以看到現在系統負荷狀況,以及哪些軟體占用資源
但也會需要知道哪些程序造成Loading太重
這時候可以用以下這行
 
ps auxwwf|grep php|grep -v grep

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


用top指令可以看到現在系統負荷狀況,以及哪些軟體占用資源
但也會需要知道哪些程序造成Loading太重
這時候可以用以下這行
 

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


利用Calendar获取view plain
Calendar c = Calendar.getInstance();
取得系统日期:year = c.get(Calendar.YEAR)
month = c.grt(Calendar.MONTH)
day = c.get(Calendar.DAY_OF_MONTH)
取得系统时间:hour = c.get(Calendar.HOUR_OF_DAY);
minute = c.get(Calendar.MINUTE)
Calendar c = Calendar.getInstance();
取得系统日期:year = c.get(Calendar.YEAR)
month = c.grt(Calendar.MONTH)
day = c.get(Calendar.DAY_OF_MONTH)
取得系统时间:hour = c.get(Calendar.HOUR_OF_DAY);
minute = c.get(Calendar.MINUTE)
利用Time获取

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

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。