select b.tablespace_name, tbs_size SizeMb, a.free_space FreeMb from (select tablespace_name, round(sum(bytes)/1024/1024 ,2) as free_space from dba_free_space group by tablespace_name) a, (select tablespace_name, sum(bytes)/1024/1024 as tbs_size from dba_data_files group by tablespace_name) b where a.tablespace_name(+)=b.tablespace_name;
Friday, March 18, 2011
Câu lệnh xem size và free của table space trong oracle.
Thursday, March 10, 2011
Ra mắt kho game, ứng dụng cho android.
Sau một thời gian phát triển hiện tại mình đã cho ra phiên bản "Release 1.0" kho game và ứng dụng cho android. Hi vọng được sự đón nhận của mọi người.
http://ungdungandroid.net
http://ungdungandroid.net
Tuesday, March 1, 2011
Fix GPS cho Samsung galaxy
Loay hoay mãi mới fix được GPS cho chú Samsung galaxy của mình, thực chất chỉ là thay đổi file cấu hình. Cách làm như sau:
Cấu hình mặc định của Nó ban đầu là:
1, Settings -> Parameter Settings -> Address -> Server Type: UMTS SLP
2, Settings -> Parameter Settings -> Position mode: option2
3, Settings -> Fix Request Settings -> Session Operation: MS-based
4, Settings -> Fix Request Settings -> Server Option: Default
5, gpsOne XTRA -> Xtra Enable: Disable
1, Bấm *#*#1472365#*#*. Đây là mã để vào menu cấu hình GPS. Trong menu đó bạn lần lượt chọn thay đổi một số giá trị bên dưới.
2, Settings -> Parameter Settings -> Address -> Server Type: 1x MPC
3, Settings -> Parameter Settings -> Position mode: option3
4, Settings -> Fix Request Settings -> Session Operation: Standalone
5, Settings -> Fix Request Settings -> Server Option: Local
6, gpsOne XTRA -> Xtra Enable: Enable
Hehehe... Cuối cùng cũng có GPS để sài. :D
Cấu hình mặc định của Nó ban đầu là:
1, Settings -> Parameter Settings -> Address -> Server Type: UMTS SLP
2, Settings -> Parameter Settings -> Position mode: option2
3, Settings -> Fix Request Settings -> Session Operation: MS-based
4, Settings -> Fix Request Settings -> Server Option: Default
5, gpsOne XTRA -> Xtra Enable: Disable
1, Bấm *#*#1472365#*#*. Đây là mã để vào menu cấu hình GPS. Trong menu đó bạn lần lượt chọn thay đổi một số giá trị bên dưới.
2, Settings -> Parameter Settings -> Address -> Server Type: 1x MPC
3, Settings -> Parameter Settings -> Position mode: option3
4, Settings -> Fix Request Settings -> Session Operation: Standalone
5, Settings -> Fix Request Settings -> Server Option: Local
6, gpsOne XTRA -> Xtra Enable: Enable
Hehehe... Cuối cùng cũng có GPS để sài. :D
Giao diện mới!
http://blog.vn-dev.net đã thay một giao diện mới. Mong được sự đón nhận của mọi người.
Subscribe to:
Posts (Atom)