Skip navigation.

Wild Daisy

Daisy's blog ..Its me

photoshop

.tar.tar



.tar.tar? Use this first:
file filename.tar.tar
to determine what the heck it is, then to untar a simple .tar file:
tar xvf filename.tar
so I'd supposed just do that twice?
tar xvf filename.tar.tar THEN when it extracts filename.tar from that, then:
tar xvf filenamr.tar

as filename.tar.tar instead of filename.tar.bz2. So I guess I change the last .tar to a .bz2 and continue as normal.

tar xvjf filename.tar.bz2

tar xvjf filename.tar.tar (or even try changing the name of the file if this doesn't work to .tar.bz2).

Link hoa cuc dai ..

dfdfdfdfdsfdsfs


Tự dưng hôm nay thấy bực mình vô cớ ..còn lại khóc nửa chứ ..ghét mình quá đi ...biết là môi trường làm việc như thế thì phải chịu thôi chứ ..Thôi ráng đi .. làm thêm một thời gian nữa rồi đi thôi ..cũng không thích hợp cho mình làm lâu dài ..đâu ..

Cứ xem như mình thành đá đi ..

java

The automatic install of an SDK or JRE 1.4.2 on a higher Linux with a higher Mozilla browser will not correctly register
the Plugin or the Javaws components.

For me, with my own Mozilla 1.4 install and SDK with netbeans install, I needed the following command (as root):-

ln -s /opt/j2sdk_nb/j2sdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /usr/local/mozilla/plugins/

For each user, running /usr/local/mozilla/mozilla, I setup the Java Web Start MIME type (JNLP) in the Edit->Preferences->Navigator->Helper Applications section. The file extension is jnlp; MIME Type is application/x-java-jnlp-file. It should be handled by the javaws executable file in your Java Web Start directory (for me, the executable was:- /opt/j2sdk_nb/j2sdk1.4.2/jre/javaws/javaws).

For each user, running /opt/j2sdk_nb/j2sdk1.4.2/jre/javaws/javaws , I chose the "file/preferences" menu, then selected the "General" tab.
In the "Browser setup" field I changed "netscape" to "/usr/local/mozilla/mozilla".

If you don't have javaws packet, you can get it on \\192.168.1.22\Linux Softs\Java or \\navserver\Linux Softs\Java

Install Java on Linux

First you have to get the kit either from http://java.sun.com or rndfileserver. Then do as follow:

1. If the kit file you have is a file with .bin extension, then you have to extract it first to get the original file. Assume that you don't have the excutable permission on the file:

chmod +x j2sdk1.4.2_02.bin

Then:

./j2sdk1.4.2_02.bin

2. After you have the installation file (usually .rpm file), login as root (use su -) then install it:

rpm -ivh j2sdk1.4.2_02.rpm

3. When the installtion had been finished, now the time for you to set up the java enviroment, hence you can eat soup everywhere you like :smile:
From your home directory (e.g. /home/nhnhat), edit the file .bash_profile with vi editor (note that this is a hidden file with a dot '.' prefix):

vi .bash_profile

4. Then add the following lines to the file:

PATH=$PATH:/usr/java/j2sdk1.4.2_02/bin
export JAVA_HOME=/usr/java/j2sdk1.4.2_02
export CLASSPATH=/usr/java/j2sdk1.4.2_02/lib/tools.jar:/usr/java/j2sdk1.4.2_02/jre/lib/rt.jar

save the file then restart the system.

5. Finally, time to test for your work. Open the terminal and type "java" everywhere you like, you'll see the result :smile:

Note: the file name of this article is just my assumtion using j2sdk1.4.2_02, replace it with your real file.

xe lan mien phi1

có 1 nơi cung cap xe lan mien phi.Neu ban nao gap nguoi khuyet tat co hoan canh kho khan dang can xe lan xin vui long lien he voi Nhi nhe 090 276 4081. Hoac lien he truc tiep voi nguon cung cap 0953 705 764 gap bac Hanh.xin cac ban nhan tin giup...

Cooking


A. Một số món canh dễ nấu

1. Canh bò nấu xà lách son

2.Canh giò sống nấm kim châm

3. Thịt bầm nấu cải xanh

4.Canh xà sách son nấu với tôm

5.Canh bông cải thịt viên

6.Canh hẹ với đậu hũ non

7.Canh rông biển

8. Canh khoai mở

C ++


Một số thư viện chuẩn của C++

1. Container
- <bitset> : tiêu bản bitset va các hàm hỗ trợ cho việc hiển thị và điều chỉnh các dãy số
- <deque> : hàng đợi
- <list> : danh sách
- : tiêu bản map và muiltimap
- <queue> : priority_queu va queu cung với nhiều tiêu bản hỗ trợ
- <set> : tiêu bản set và các tiêu bản hỗ trợ
- <stack> : chồng
- <vector> : tiêu bản vector va nhiều tiêu bản hỗ trợ

2. General
- <algorithm> hàm thực thi các thuật toán về thùng chứa trong STL
- <functional> xây dựng các đối tượng hàm trong STL
- <iterator> biến lặp cơ bản , định nghĩa sẳn các biến lặp , biến lặp dòng
- <locale> dung để tạo đặc tính đóng và điều chỉnh các yếu tố định dạng và biểu thị của các số, tiền tệ
- <memory> định nghĩa một lớp , một tóan tử và nhiều tiêu bản nhằm giúp cấp phát và trả về (vùng nhớ) của các đối tượng
- <stdexcept> lớp chuẩn để báo cáo các ngoại lệ.
- <utility> định nghĩa các hàm, kiểu , toán tử trong STL nhằm giúp cho việc xây dựng vá quản lý các cặp đối tựơng.

3. String
- <string> thùng chứa các lớp tiêu bản basic_string và nhiều hỗ trợ cho các tiêu bản
4. Streams và Input/Output
- <fstream> cho dòng nhập xuất
- <ios> nhiều kiểu và hàm cơ bản cho các xử lý của các dòng xuất nhập.
- <iostream> các đối tượng để đọc và để viết ra các dòng chuẩn.
- <iosfwd> khai báo trước các tham chiếu cho nhiều tiêu bản để dùng suốt quá trình nhập dòng.
- <iomanip> điều chỉnh để lấy vào một đối số
- <istream> tiêu bản basic_stream , làm trung gian cho các sự chèn vào và lấy ra ..
- <ostream> tiêu bản static_stream, lam trung gian cho sự chèn vào cho các dòng xuất nhập.
- <sstream> hỗ trợ các phép tóan của dòng xuất nhập trên các chuỗi
- <streambuf> định nghĩa tiêu bản basic_streambuf.
5. Numberic
- <complex> tiêu bản complex
- <numeric> tiêu bản thùng chứa nhằm tiến hành các thuật tóan cung cấp cho việc xử lý số.
- <valarray> tiêu bản valarry hỗ trợ các lớp tiêu bản và các hàm.
6. Programming language
- <exception> liên hệ đến các xữ lý ngoại lệ
- <limits> numberic_limits
- <new> cấp phát cũng như trả về (bộ nhớ) của kho dự trữ dưới sự kiểm soát của chương trình.
- <typeinfo> nhận dạng kiểu động
7. Ansi C
- <cassert>
- <cctype>
- <cerrno>
- <cfloats>
- <climits>
- <cmath>
- <csetjmp>
- <csignal>
- <cstdlib>
- <cstddef>
- <sstdarg>
- <stime>
- <cstdio>
- <cstring>
- <cwchar>
- <cwctype>


Link C / C ++


www.cplusplus.com
www.codeguru.com/forum
www.codeproject.com
www.research.att.com/~bs/bs_faq2.html
http://david.tribble.com/text/cdiffs.html
www.parashift.com/c++-faq-lite
www.boost.org
www.gidforums.com/f-36.html
www.qtkmm.org/docs/qtkmm-2.4/...tml/index.html
http://wxforum.shadonet.com
www.mindview.net/Books/TICPP/.../ngInCPP2e.html
December 2009
M T W T F S S
November 2009January 2010
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31