T-SQL COALESCE 範例
--------------------------------------------------------------------------------

A.標準用法

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

1.Ghost pqservice磁區到新的硬碟
2.Ghost win7隱藏磁區到新的硬碟(可選)
3.用windows的硬碟管理工具或其他分割出安裝win7的磁區
4.開機時按alt+F10進入acer build-in的還原介面
5.依介面提示安裝

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


Startup.cmd
---------------------------------------------------------------------
imdisk -a -t vm -f D:\CustomTools\RAMDISK\Ramdisk.img -m R:
---------------------------------------------------------------------
Shutdown.cmd
---------------------------------------------------------------------
D:\CustomTools\RAMDISK\rawcopy.exe -mld \\.\R: D:\CustomTools\RAMDISK\RamDisk.img
imdisk -D -m R:
---------------------------------------------------------------------
gpedit.msc
[本機原則]→[電腦設定]→[Windows 設定]→[指令碼 - (啟動/關機)]

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

1.在執行程式端加上該權限帳號

2.在遠端加上權限
chmod +r ./* -R
3.不複製權限

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

在執行設定加
echo "umask 002" >> /etc/sysconfig/httpd
service httpd restart


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

vnstat
可以統計網卡流量可惜不含ip分析
安裝vnstat
1.

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

Automounting (Ubuntu Server)
By default, disk drives do not automount in Ubuntu Server Edition. If you are looking for a lightweight solution that does not depend on HAL/DBUS, you can install "usbmount".

預設不會自動mount

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


#user nobody;
worker_processes 1;

#error_log logs/error.log;
#error_log logs/error.log notice;

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

安裝 NMP-Server
安裝 memcached-1.2.6
複製 php_memcache.dll 檔案到php ext
修改 mod php.ini
--新增 php_memcache.dll extension

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

MySQL
UPDATE accomodation a, country c
SET a.country = c.country
WHERE a.country_id = c.country_id;

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

'用途:結合MP4檔案
'目錄:同目錄下的youku檔案結合後移到./output
'需要先安裝\bin\MP4Box.exe
'不建議同時多次執行本腳本
Dim FileName

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

'Date: 2012/2/1
'Author: test
'Description: Youku rss calculator
Dim IE
Set IE = WScript.CreateObject("InternetExplorer.Application","IE_")
IE.Navigate "about:blank"
IE.ToolBar = False
IE.StatusBar = False
IE.Resizable = False
IE.Height = 180
IE.Width = 450
Set screen = IE.Document.parentWindow.screen
IE.Top = Int((screen.height - IE.Height) / 2)
IE.Left = Int((screen.width - IE.Width) / 2)
IE.Visible = True
With IE.Document
.writeln "<!DOCTYPE html PUBLIC ""-//W3C//DTD XHTML 1.0 Transitional//EN"" ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"">"
.writeln "<html xmlns=""http://www.w3.org/1999/xhtml"">"
.writeln "<head>"
.writeln "<meta http-equiv=""Content-Type"" content=""text/html; charset=utf-8"" />"
.writeln "<title>EditPlus Keygen</title>"
.writeln "</head>"
.writeln "<body>"
.writeln "<span>youku id url:</span><br />"
.writeln "<input name=""url"" type=""text"" id=""url"" size=""40"" />"
.writeln "<input type=""submit"" name=""calculate"" id=""calculate"" value=""calculate"" style=""width:75px;"" />"
.writeln "<br />"
.writeln "<span>RSS:</span><br />"
.writeln "<input name=""RSS"" type=""text"" id=""RSS"" size=""40"" readonly=""readonly"" />"
.writeln "<input type=""button"" name=""about"" id=""about"" value=""About..."" style=""width:75px;"" />"
.writeln "</body>"
.writeln "</html>"
End With

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

Blog Stats
⚠️

成人內容提醒

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

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