- Apr 23 Sun 2017 14:23
-
【ASP.NET MVC】登入後顯示使用者名稱-Visual Studio 2015
- Apr 22 Sat 2017 21:04
-
【ASP.NET MVC】註冊新增欄位-Visual Studio 2015
- Apr 22 Sat 2017 01:43
-
C# 讀取Access標頭與資料內容
- Apr 05 Wed 2017 02:00
-
【ASP.NET MVC】jquery.layout -Visual Studio 2015
- Mar 01 Wed 2017 23:11
-
【JQuery】File upload前是否檔案已存在的判斷
$.ajax({
url:'http://localhost:57440/Uploads/pic/',
type:'HEAD',
error: function()
{
//file not exists
},
success: function()
{
//file exists
}
});
url:'http://localhost:57440/Uploads/pic/',
type:'HEAD',
error: function()
{
//file not exists
},
success: function()
{
//file exists
}
});
- Feb 09 Thu 2017 21:04
-
【ASP.NET MVC】GetOwinContext()錯誤
- Sep 23 Fri 2016 21:16
-
【JQuery】File upload指定文件夾與重新載入事件
- Sep 13 Tue 2016 21:40
-
【Android】GoogleMap自訂marker
先寫一個內部類別
class MyInfoWindowAdapter implements GoogleMap.InfoWindowAdapter {
@Override
public View getInfoWindow(Marker marker) {
return null;
}
class MyInfoWindowAdapter implements GoogleMap.InfoWindowAdapter {
@Override
public View getInfoWindow(Marker marker) {
return null;
}
- Sep 06 Tue 2016 00:32
-
【Android】HttpClient Error:Execution failed for task
寫HttpClient的時候出現以下錯誤
Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'. >
Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'. >
- Aug 30 Tue 2016 03:32
-
【JQuery】SelectTab
- Aug 23 Tue 2016 16:13
-
【JQuery】Selectmenu


