大概分為三種情況,提供各種參考方式
1.分割區不見,突然由 NFTS 變為 RAW
復原方式:
(1) http://jimsung168.blogspot.tw/2012/09/raw-partition-solution-rawntfs.html ==> 簡單好用
(2) http://mokanote.com/hdd-raw-ntfs-fat32 ==> 與第一種方式相同
(3) http://g-egg.blogspot.tw/2010/01/raw.html
(4) http://mimihsiang0807.blogspot.tw/2013/01/raw.html
2.硬碟不只分割區不見,容量還變少(如 1T 變成 3xM)
復原方式:
(1) http://blog.yam.com/michaleeeee/article/37628779
3.誤刪分割區 or 誤刪資料
復原方式:
(1) http://www.techbang.com/posts/6068--drj-saved-accidentally-deleted-partition
(2) http://snotyboy.blogspot.tw/2012/03/raw.html
PS.製作復原工具 USB
參考資料:
http://jimsung168.blogspot.tw/2012/09/hirens-boot-cd.html
http://www.hiren.info/pages/bootcd-on-usb-disk ==> 有名的開機光碟製作成USB版本
2013年12月28日 星期六
2013年12月13日 星期五
Spring Framwwork 各版本 jar 下載 及簡易範例
下載位置:
http://mvnrepository.com/artifact/org.springframework
or
http://sourceforge.net/projects/springframework/files/
裡面包含單一檔案 和 整合(spring-full)版本
DTD檔下載位置
http://www.springframework.org/dtd/
bean.xml 抬頭設置
http://mvnrepository.com/artifact/org.springframework
or
http://sourceforge.net/projects/springframework/files/
裡面包含單一檔案 和 整合(spring-full)版本
DTD檔下載位置
http://www.springframework.org/dtd/
bean.xml 抬頭設置
2013年12月4日 星期三
溫故知新 DDL、DML、DCL、DQL
資料定義語言:
DDL(Data Definition Language)
用來定義資料庫、資料表、檢視表、索引、預存程序、觸發程序、函數等資料庫物件。
可以用來建立、更新、刪除 table,schema,domain,index,view
常見的指令有:
CREATE 建立資料庫的物件
ALTER 變更資料庫的物件
DROP 刪除資料庫的物件
DDL(Data Definition Language)
用來定義資料庫、資料表、檢視表、索引、預存程序、觸發程序、函數等資料庫物件。
可以用來建立、更新、刪除 table,schema,domain,index,view
常見的指令有:
CREATE 建立資料庫的物件
ALTER 變更資料庫的物件
DROP 刪除資料庫的物件
訂閱:
文章
(
Atom
)