UWInfo Blog
發表新文章
[Join]
|
[忘記密碼]
|
[Login]
搜尋
搜尋意見
文章分類-Bike
[所有文章分類]
ASP.NET (10)
ASP.NET2.0 (6)
ASP.NET4.0 (7)
JavaScript (11)
jQuery (9)
FireFox (0)
UW系統設定 (0)
SQL (10)
SQL 2008 (7)
mirror (0)
SVN (2)
IE (2)
IIS (9)
IIS6 (0)
閒聊 (0)
W3C (0)
作業系統 (1)
C# (0)
CSS (3)
FileServer (0)
HTML 5 (3)
CKEditor (2)
UW.dll (3)
Visual Studio (4)
Browser (2)
SEO (1)
Google Apps (0)
網站輔助系統 (0)
DNS (0)
SMTP (1)
網管 (1)
社群API (0)
SSL (0)
App_Inventor (0)
URLRewrite (0)
開發工具 (0)
JSON (0)
Excel2007 (0)
試題 (3)
LINQ (0)
bootstrap (0)
Vue (0)
IIS7 (0)
foodpanda (0)
編碼 (0)
資安 (0)
Sourcetree (0)
MAUI (1)
CMD (0)
my sql (0)
所有文章分類
[Bike的分類]
ASP.NET (48)
ASP.NET2.0 (15)
ASP.NET4.0 (34)
JavaScript (49)
jQuery (26)
FireFox (4)
UW系統設定 (3)
SQL (39)
SQL 2008 (25)
mirror (4)
SVN (4)
IE (9)
IIS (20)
IIS6 (1)
閒聊 (7)
W3C (6)
作業系統 (9)
C# (24)
CSS (12)
FileServer (1)
HTML 5 (11)
CKEditor (3)
UW.dll (13)
Visual Studio (16)
Browser (8)
SEO (1)
Google Apps (3)
網站輔助系統 (4)
DNS (5)
SMTP (4)
網管 (11)
社群API (3)
SSL (4)
App_Inventor (1)
URLRewrite (2)
開發工具 (6)
JSON (1)
Excel2007 (1)
試題 (3)
LINQ (1)
bootstrap (0)
Vue (3)
IIS7 (3)
foodpanda (2)
編碼 (2)
資安 (3)
Sourcetree (1)
MAUI (1)
CMD (1)
my sql (1)
最新回應
Newtonsoft.Json.JsonConvert.DeserializeObject 失敗的情況
test...
more
用 Javascript 跨網頁讀取 cookie (Cookie cross page, path of cookie)
...
more
IIS 配合 AD (Active Directory) 認証, 使用 .Net 6.0
太感謝你了~~~你救了我被windows 認證卡了好幾天QQ...
more
PostgreSQL 的 monitor trigger
FOR EACH ROW 可能要改為 FOR EACH STATEMENT ...
more
用 Javascript 跨網頁讀取 cookie (Cookie cross page, path of cookie)
;;;;...
more
匯出 let's encryption的憑証
1. win-acme 選擇 A: Manage renewals找到你要轉移的憑證名稱和密碼2. ...
more
資安問題 -- 存入 DB 後顯示內容
伺服器隱碼問題1 寫入DB前不是當成字串就執行某些事情 (某些server 漏洞? 許功蓋?)2 寫...
more
匯出 let's encryption的憑証
【注意】要打開 win-acme <<這個軟體匯出憑證...
more
Swagger 的問題解決 (NSwag)
DefaultController所產出的文建會讓Swagger讀不懂報錯[ApiExplorerS...
more
合併兩個 Expression -- Combining two expressions (Expression>)
官方文件就有寫啊,這麼多方法不全部看個一遍說不過去吧~https://learn.microsoft...
more
標籤
88.4raJb
檔案21211211
-5197
662
超出
fortinet
separatedi
datetime
Z2DfxURz
checked
496
網址[t]
asp.ne
[U2]
88.9sokJ
ajax212112
net
4807
sql
bacostreet
extension
uw原件
shopee
face,
submit
AD
PrintDocum
368
uw.dll
1
654
VB轉C#
ie
332
drag
Regex
174
for
en
現網站在大流量卡住時
MScvKiovQU
2981
-5389
1137
發現有些圖片
Rf
blog
專案 UNION A
ti
Json.NET
頁數 20 / 26
上一頁
下一頁
在 Ascen Link 上面擋 IP
1. 打開 Service/Firewall
2. 按下最上方的 +
3. 填入 source 並把 Action 改為 Deny,再按下右上方的 "Apply" 即可。
More...
Bike
, 2014/1/2 下午 07:09:33
在 Windows 8.1 上面建立新網站
建立新網站還滿麻煩的,記錄一下容易漏的步驟。
1. 本機建立 fileshare 帳號。
2. 安裝 urlrewrite。
3. 匯出和匯入 IIS (參考這個:
http://blog.uwinfo.com.tw/auth/article/bike/97
)。
4. 要指定 SSL 用的憑証。
5. 修正 web.config。
More...
Bike
, 2014/1/2 下午 01:58:20
VS2012 設定使用 SVN
1. 原始檔控制:
2. 勾選上面兩個選項:
More...
Bike
, 2014/1/1 下午 04:04:34
UNT 的 select 的寫法
1. div 的 Z-Index 必需為 -1
2. div 的 position 必需為 absolute, 使用 top 和 left 來調整位置
3. div 必需接在 Select 之後
4. Select 的 onchange 必需為 Common.changeCoverDiv($(this));
5. Select 必需為透明:
opacity: 0;
-moz-opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: alpha(opacity=0);
-khtml-opacity: 0;
6. Select 和 Div 不可以被 <P> 包圍
More...
Bike
, 2013/12/28 上午 10:20:21
jquery 的 animate 的 Complete function 跑了兩次
在 CartOp.js 中, $('body, html').animate 的 Complete function 跑了兩次。
查了一下,發現 $('body, html') 會找到兩個物件,所以會跑兩次 complete function。
所以把所有的 $('body, html') 都改成 $('html body')
More...
Bike
, 2013/12/9 下午 09:34:14
onkeypress 和 keyCode 在 Firefox 的問題
在 firefox 抓不到 window.event,所以要用以下的 function 來處理 keyCode:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<title> new document </title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
<meta name="generator" content="editplus" />
<meta name="author" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<script language="javascript">
function myKeyPress(evt){
evt = (evt) ? evt : ((window.event) ? window.event : "") //兼容IE和Firefox获得keyBoardEvent对象
var key = evt.keyCode?evt.keyCode:evt.which; //兼容IE和Firefox获得keyBoardEvent对象的键值
if(evt.ctrlKey && (key == 13 || key == 10)){
alert("send");//同时按下了Ctrl和回车键
}
}
</script>
</head>
<body onkeypress="myKeyPress(event)">
</body>
</html>
參考:
http://www.felix021.com/blog/read.php?1171
More...
Bike
, 2013/12/6 下午 02:13:09
修改環境變數 "Path"
參考下圖:
More...
Bike
, 2013/12/3 上午 11:11:14
限制 IIS 使用的 IP
在 cmd 下輸入:
netsh http add iplisten ipaddress=xxx.xxx.xxx.xxx
顯示目前 listen 的 IP:
netsh http show iplisten
More...
Bike
, 2013/12/2 下午 05:30:31
縮小 Log 檔的方法,先 BACKUP LOG 再跑 DBCC SHRINKFILE
如下,請試試,我在 96 上面執行後,Log 檔的大小從 56 G 降到 1.x G:
BACKUP LOG [ShopUNT] TO DISK = N'D:\UNTLog.bak'
DBCC SHRINKFILE(ShopUNT_Log, 1)
如果沒有跑 BACKUP LOG,DBCC SHRINKFILE 無法縮小 Log 檔的大小。最好先跑一下 Backup DB。
More...
Bike
, 2013/11/25 下午 07:19:38
使用 Clonezilla 來複製硬碟
下載
再生龍單機板
zip
檔.
如果您的 USB 裝置已經存在一個 FAT 格式的分割區(至少 200 MB),請跳到步驟(3).
否則,請 在您的 USB裝置上產生一個 FAT16或 FAT32 格式的分割區(至少 200 MB)
解壓縮 zip 並把其中所有的檔案放置您的 FAT 分割去中,並保持目錄架構. 例如:"COPYING" 檔案應該在 USB 裝置的根目錄下(如:G:\COPYING).
瀏覽您的 USB 裝置,在 utils\win32\ 目錄下(如:G:\utils\win32\) 並以『管理者身分執行』 makeboot.bat
警告!
makeboot.bat 必須在您的 USB 裝置上執行.
依畫面指示進行.
(PS: 上述是由下面資訊修改而來 : http://www.pendrivelinux.com/2007/01/02/all-in-one-usb-dsl. 感謝 PDLA : http://pendrivelinux.com)
參考:
http://clonezilla.nchc.org.tw/clonezilla-live/liveusb.php
More...
Bike
, 2013/11/25 下午 06:16:01
|<
…
11
12
13
14
15
16
17
18
19
20
…
>|
頁數 20 / 26
上一頁
下一頁