<![CDATA[Messages posted by "zjm_zjm"]]> /hvaonline/posts/listByUser/201954.html JForum - http://www.jforum.net Xin tài liệu Ngôn ngữ lập trình PERL

Ar0 wrote:
Đã nghiên cứu mà còn dùng mấy tài liệu tiếng Việt thì cứu cái gì, phải gọi là "học" mới đúng. Còn nếu nghiên cứu thì phải dùng tài liệu tiếng Anh, mới học perl làm biếng đọc tiếng Anh thì cứ nói thẳng chứ việc gì mà bảo nghiên cứu này nghiên cứu nọ :| Tài liệu về perl tiếng Việt để học vẹc : Code:
http://www.google.com.vn/search?hl=vi&client=firefox-a&hs=Ivx&rls=org.mozilla%3Avi%3Aofficial&q=perl+ti%E1%BA%BFng+vi%E1%BB%87t&oq=perl+ti%E1%BA%BFng+vi%E1%BB%87t&aq=f&aqi=&aql=&gs_sm=e&gs_upl=18407l19979l0l20113l7l6l0l0l0l2l252l1051l0.1.4l5
Tài liệu perl cho dân nghiên cứu thứ thiệt Code:
http://www.perl.org/
 
Hồi h mới biết muốn nghiên cứu thì dùng ngoại ngữ =)) =)) , bó tay cha này, cái gì phán cũng được]]>
/hvaonline/posts/preList/39599/243657.html#243657 /hvaonline/posts/preList/39599/243657.html#243657 GMT
Em nên bắt đầu học lập trình như thế nào =(a+b)*2;]]> /hvaonline/posts/preList/39386/242637.html#242637 /hvaonline/posts/preList/39386/242637.html#242637 GMT Những việc cần làm để tự kiện toàn bảo mật trước sự tấn công của TQ /hvaonline/posts/preList/39049/239451.html#239451 /hvaonline/posts/preList/39049/239451.html#239451 GMT Lỗi WinASM
Đây là phần cấu hình ở tab option
]]>
/hvaonline/posts/preList/38564/236596.html#236596 /hvaonline/posts/preList/38564/236596.html#236596 GMT
Giới Thiệu Sách Mới Zero Day The Book by Mark Russinovich /hvaonline/posts/preList/38115/236258.html#236258 /hvaonline/posts/preList/38115/236258.html#236258 GMT Reverse Code trên Linux /hvaonline/posts/preList/38369/235692.html#235692 /hvaonline/posts/preList/38369/235692.html#235692 GMT Dạy lập trình C /hvaonline/posts/preList/37794/235604.html#235604 /hvaonline/posts/preList/37794/235604.html#235604 GMT Nên học trung cấp hay trung tâm đào tạo /hvaonline/posts/preList/38343/235525.html#235525 /hvaonline/posts/preList/38343/235525.html#235525 GMT Bộ Lab cấu hình FreeBSD

stuki wrote:
Mirror download : Code:
http://www.mediafire.com/?9pbc1r3r2dy33
 
link này sao o chạy vậy nó đợi mãi là sao ??]]>
/hvaonline/posts/preList/38213/235441.html#235441 /hvaonline/posts/preList/38213/235441.html#235441 GMT
Mã ASM do VS2010 sinh ra. :D /hvaonline/posts/preList/38320/235405.html#235405 /hvaonline/posts/preList/38320/235405.html#235405 GMT Mã ASM do VS2010 sinh ra. :D Code:
--- e:\microsoft visual studio 10.0\project\poiters\poiters\poiter2.cpp --------
#include <stdio.h>
#include <conio.h>
void main2()	{
00141650 55                   push        ebp  
00141651 8B EC                mov         ebp,esp  
00141653 81 EC CC 00 00 00    sub         esp,0CCh  
00141659 53                   push        ebx  
0014165A 56                   push        esi  
0014165B 57                   push        edi  
0014165C 8D BD 34 FF FF FF    lea         edi,[ebp-0CCh]  
00141662 B9 33 00 00 00       mov         ecx,33h  
00141667 B8 CC CC CC CC       mov         eax,0CCCCCCCCh  
0014166C F3 AB                rep stos    dword ptr es:[edi]  
	static int Array[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
	int i;
	for( i = 0 ; i < 10; i++)	{
0014166E C7 45 F8 00 00 00 00 mov         dword ptr [i],0  
[color=red]00141675 EB 09                jmp         main2+30h (141680h)[/color]
00141677 8B 45 F8             mov         eax,dword ptr [i]  
0014167A 83 C0 01             add         eax,1  
0014167D 89 45 F8             mov         dword ptr [i],eax  
00141680 83 7D F8 0A          cmp         dword ptr [i],0Ah  
00141684 7D 60                jge         main2+96h (1416E6h)  
printf("\n i = %d, Array[i] = %d, *(Array +i) = %d\t", i, Array[i], *(Array +i) );
00141686 8B F4                mov         esi,esp  
00141688 8B 45 F8             mov         eax,dword ptr [i]  
0014168B 8B 0C 85 00 90 14 00 mov         ecx,dword ptr Array (149000h)[eax*4]  
00141692 51                   push        ecx  
00141693 8B 55 F8             mov         edx,dword ptr [i]  
00141696 8B 04 95 00 90 14 00 mov         eax,dword ptr Array (149000h)[edx*4]  
0014169D 50                   push        eax  
0014169E 8B 4D F8             mov         ecx,dword ptr [i]  
001416A1 51                   push        ecx  
001416A2 68 00 68 14 00       push        offset string "\n i = %d, Array[i] = %d, *(Array"... (146800h)  
001416A7 FF 15 FC A2 14 00    call        dword ptr [__imp__printf (14A2FCh)]  
001416AD 83 C4 10             add         esp,10h  
001416B0 3B F4                cmp         esi,esp  
001416B2 E8 BB FA FF FF       call        @ILT+365(__RTC_CheckEsp) (141172h)  
		printf("&Array[i] = %X , Array + i = %X", &Array[i], Array + i);
001416B7 8B 45 F8             mov         eax,dword ptr [i]  
001416BA 8D 0C 85 00 90 14 00 lea         ecx,Array (149000h)[eax*4]  
001416C1 8B F4                mov         esi,esp  
001416C3 51                   push        ecx  
001416C4 8B 55 F8             mov         edx,dword ptr [i]  
001416C7 8D 04 95 00 90 14 00 lea         eax,Array (149000h)[edx*4]  
001416CE 50                   push        eax  
001416CF 68 D8 67 14 00       push        offset string "&Array[i] = %X , Array + i = %X" (1467D8h)  
001416D4 FF 15 FC A2 14 00    call        dword ptr [__imp__printf (14A2FCh)]  
001416DA 83 C4 0C             add         esp,0Ch  
001416DD 3B F4                cmp         esi,esp  
001416DF E8 8E FA FF FF       call        @ILT+365(__RTC_CheckEsp) (141172h)  

	}
001416E4 EB 91                jmp         main2+27h (141677h)  
	getch();
001416E6 8B F4                mov         esi,esp  
001416E8 FF 15 00 A3 14 00    call        dword ptr [__imp___getch (14A300h)]  
001416EE 3B F4                cmp         esi,esp  
001416F0 E8 7D FA FF FF       call        @ILT+365(__RTC_CheckEsp) (141172h)  
}
001416F5 5F                   pop         edi  
001416F6 5E                   pop         esi  
001416F7 5B                   pop         ebx  
001416F8 81 C4 CC 00 00 00    add         esp,0CCh  
001416FE 3B EC                cmp         ebp,esp  
00141700 E8 6D FA FF FF       call        @ILT+365(__RTC_CheckEsp) (141172h)  
00141705 8B E5                mov         esp,ebp  
00141707 5D                   pop         ebp  
00141708 C3                   ret
00141675 EB 09 jmp main2+30h jmp main2+30h cái dòng này mình o biết nó nhảy đến vị trí nào hết, 30h ps Sao mình o bỏ được màu trong tab code vậy nhỉ. ]]>
/hvaonline/posts/preList/38320/235396.html#235396 /hvaonline/posts/preList/38320/235396.html#235396 GMT
Làm gì là tốt nhất cho một người mất gốc !

Ar0 wrote:
Muốn có tư duy lập trình thì không bị giới hạn ở ngôn ngữ lập trình đâu bạn, C/C++, Java, Pascal, .. gì cũng được. Riêng về OOP thì đúng là bị giới hạn bởi ngôn ngữ. Học Python cũng là một bước học tốt cho những bạn mới làm quen với lập trình. 
Cho mình hỏi bạn học ngôn ngữ nào đầu tiêm, hay là chỉ nghe mấy đàn anh đi trứoc rồi nói như vậy. Bạn có biết tại sao mấy người đi trứoc đều học python rất đễ hiểu o, tại vì họ đã học qua C/ C++ nên với python vô cùng dễ dàng, và thấy rất thú vị nữa cơ, còn như mới là sinh viên theo tôi thì vẫn cứ C/C++ là 1 cái nền tảng cực kỳ vững chắc, kinh nghiệm bản thân với tôi là vậy :-P]]>
/hvaonline/posts/preList/38265/235078.html#235078 /hvaonline/posts/preList/38265/235078.html#235078 GMT
nếu bạn tuyển người không bằng cấp ... !

panfider wrote:
Mình là người không có bằng cấp chính quy của quớc gia. Nên gặp nhiều khó khăn trong việc tìm việc làm trong lĩnh vực CNTT. Nói thật là mình không trải qua đh hay cao đẳng CNTT nên khó cho mình lắm. Nếu bạn có ý định tuyển một lập trình viên C thì đó hy vọng là mình. Mình đã có kinh nghiệm về C một năm tự dợt rùi. Lập trình C đối với mình như một kĩ năng đặc sắc. Inline assembly hay hiểu xuyên thấu qua các lớp giao diện. Làm việc với syscall của nhân. các kỹ năng của mình:
xài Linux/Unix là chính(debian hoặc fedora) có hiểu biết về biên dịch gói, và cài đặt shell script, ngôn ngữ chính là C-asm,  
Mình có thể làm việc với mức lương cực thấp.làm ơn nếu bạn thích mình thì tuyển dụng mình ;). nếu bạn chú trọng bằng cấp thì mình cũng đang có ý định học một khoá về lập trình C của đh khoa học tự nhiên. dtdd: 0128 5160727 yahoo id: panfider www.code.google.com/p/piece-of-c Một lần nữa nếu bạn thích mình thì hãy tuyển mình. 
Rất trân trọng, bây h chưa kiếm được thì rán luyện thêm cũng sẽ kiếm được thôi. :*- ]]>
/hvaonline/posts/preList/37794/234928.html#234928 /hvaonline/posts/preList/37794/234928.html#234928 GMT
80 VCD English chuẩn giáo dục Mỹ + 26DVD English Today 2009 /hvaonline/posts/preList/38179/234695.html#234695 /hvaonline/posts/preList/38179/234695.html#234695 GMT Bộ Lab cấu hình FreeBSD /hvaonline/posts/preList/38213/234643.html#234643 /hvaonline/posts/preList/38213/234643.html#234643 GMT Cần tuyển lập trình viên có thể làm nhiều vai trò khác nhau /hvaonline/posts/preList/38120/234136.html#234136 /hvaonline/posts/preList/38120/234136.html#234136 GMT thắc mắc về lập trình python Code:
a=input('press any key to exit :D')
nó tuơng tự như getch() trong c ví dụ chuơng trình in hello rồi đợi nhập từ bàn phím 1 phím bất kỳ rồi thoát Code:
print('xin chao')
a=input('press any key to exit :D')
]]>
/hvaonline/posts/preList/38121/234129.html#234129 /hvaonline/posts/preList/38121/234129.html#234129 GMT
Bootable Rescue CDs from Kaspersky, BitDefender, Avira, F-Secure... /hvaonline/posts/preList/38122/234127.html#234127 /hvaonline/posts/preList/38122/234127.html#234127 GMT Giới Thiệu Sách Mới Zero Day The Book by Mark Russinovich /hvaonline/posts/preList/38115/234084.html#234084 /hvaonline/posts/preList/38115/234084.html#234084 GMT Một vài câu hỏi về An ninh mạng /hvaonline/posts/preList/37996/234083.html#234083 /hvaonline/posts/preList/37996/234083.html#234083 GMT Giới Thiệu Sách Mới Zero Day The Book by Mark Russinovich /hvaonline/posts/preList/38115/234079.html#234079 /hvaonline/posts/preList/38115/234079.html#234079 GMT Giới Thiệu Sách Mới Zero Day The Book by Mark Russinovich Zero Day The Book by Mark Russinovich
An airliner’s controls abruptly fail mid-flight over the Atlantic. An oil tanker runs aground in Japan when its navigational system suddenly stops dead. Hospitals everywhere have to abandon their computer databases when patients die after being administered incorrect dosages of their medicine. In the Midwest, a nuclear power plant nearly becomes the next Chernobyl when its cooling systems malfunction. At first, these random computer failures seem like unrelated events. But Jeff Aiken, a former government analyst who quit in disgust after witnessing the gross errors that led up to 9/11, thinks otherwise. Jeff fears a more serious attack targeting the United States computer infrastructure is already under way. And as other menacing computer malfunctions pop up around the world, some with deadly results, he realizes that there isn’t much time if he hopes to prevent an international catastrophe. Written by a global authority on cyber security, Zero Day presents a chilling “what if” scenario that, in a world completely reliant on technology, is more than possible today—it’s a cataclysmic disaster just waiting to happen. Praise for Zero Day “Mark came to Microsoft in 2006 to help advance the state of the art of Windows, now in his latest compelling creation he is raising awareness of the all too real threat of cyberterrorism.” —Bill Gates “Mark Russinovich is a Cyber Security expert who has turned his considerable knowledge into a very scary and too plausible novel.” —Nelson DeMille, New York Times bestselling novelist “While what Mark wrote is fiction, the risks that he writes about eerily mirror many situations that we see today.” —Howard A. Schmidt, White House Cyber Security Coordinator “When someone with Mark Russinovich's technical chops writes a tale about tech gone awry, leaders in the public and private sector should take notes.” —Daniel Suarez, author of Daemon “Microsoft computer guru Russinovich's first novel, a cautionary tale about the imminence of the great cyber attack to wipe out the Internet, works pretty well as a thriller…" —Publishers Weekly “Nothing if not topical, this is a competent thriller boasting a full share of conspiracies, betrayals, violence and against-the-clock maneuvers.” —Kirkus Reviews “Russinovich’s debut thriller is worth a read; conspiracy theorists will thoroughly enjoy it.” —Library Journal Hang nóng hổi vừa thổi vừa xơi :D, ai có linh cho em xin với hì hì :D ]]>
/hvaonline/posts/preList/38115/234069.html#234069 /hvaonline/posts/preList/38115/234069.html#234069 GMT
Làm thế nào để lập trình Virus?

chube wrote:
- @zjm_zjm : http://vx.netlux.org/src.php Hiểu hay không tuỳ trình độ à nghen hì hì. 
thanks nha, hì hì rất bổ ích, đọc và làm chạy thử coi :D]]>
/hvaonline/posts/preList/38068/234064.html#234064 /hvaonline/posts/preList/38068/234064.html#234064 GMT
Làm thế nào để lập trình Virus? /hvaonline/posts/preList/38068/234007.html#234007 /hvaonline/posts/preList/38068/234007.html#234007 GMT Dạy lập trình C /hvaonline/posts/preList/37794/233409.html#233409 /hvaonline/posts/preList/37794/233409.html#233409 GMT Giúp đỡ về việc ghi log modify file trên CentOS

vitcon01 wrote:
Có thể sử dụng Tripwire ? 
Cái này thì chạy ì ịch lắm]]>
/hvaonline/posts/preList/37971/233387.html#233387 /hvaonline/posts/preList/37971/233387.html#233387 GMT
Một người không có bằng đại học( Có tiến thân được không ? ) /hvaonline/posts/preList/37859/232772.html#232772 /hvaonline/posts/preList/37859/232772.html#232772 GMT Tìm lại mật khẩu của tài khoản "Log On" trong windows XP /hvaonline/posts/preList/37374/230117.html#230117 /hvaonline/posts/preList/37374/230117.html#230117 GMT Xoá chuỗi ký tự. /hvaonline/posts/preList/37400/230057.html#230057 /hvaonline/posts/preList/37400/230057.html#230057 GMT Xoá chuỗi ký tự. /hvaonline/posts/preList/37400/230051.html#230051 /hvaonline/posts/preList/37400/230051.html#230051 GMT