net stop [Services name]--
ping -n 10 127.0.0.1
net start [Services name]
看到、想到、說到、做到
能夠填平大海的誓言,也比不上邁出一步的價值
是以吾輩此生,再無任何誓言
net stop [Services name]--
ping -n 10 127.0.0.1
net start [Services name]
所指定的組態設定適用於整個 SQL Server 執行個體
要 變更的參數名稱。
參 數的新值。
參 數的描述。
修改附件大小限制:
修改重試次數:EXECUTE msdb.dbo.sysmail_configure_sp
'MaxFileSize', '2097152' ;
EXECUTE msdb.dbo.sysmail_configure_sp
'AccountRetryAttempts', '10' ;
How to Fix crystal report viewer missing toolbar icons (CRXI-R2)
1) Locate images folder of crystal report viewer toolbar in web server (in development PC, it』s C:\Program Files\Business Objects\Common\3.5\crystalreportviewers115)
2) Create C:\inetpub\wwwroot\aspnet_client\ System_Web\2_0_50727 folder if it does not exist
3) Copy crystalreportviewers115 folder includes sub-folders and files to the folder created in step 2), verify crystalreportviewers115 has enough rights for SYSTEM and ASP.NET account to read and execute
4) In IIS, right click the previously defined web site name, create a virtual directory called aspnet_client and map its physical directory to C:\inetpub\wwwroot\aspnet_client.
The newly created virtual directory should be at the same level as the bin directory.
在Script裡這麼用:ToString("yyyy/MM/dd")
在Gridview裡這麼用DataFormatString="{0:yyyy/MM/dd}
在Bind或Eval裡這麼用:Bind("xxx","{0:yyyy/MM/dd}")