linux¿ªÆôvsftp
1.service vsftpd start
2.²éIP ifconfig;
3.winµ×ÏÂping linuxÊÔÁ¬Í¨¡£ÈôpingµÄ²»Í¨£¬¹Øµôlinux·À»ðǽ¡£¹Ø·À»ðǽservice iptables stop
4.ftp 192.168.124.128 ftpµÄÅäÖÃÎļþ£ºetc/vsftpd/vsftpd.conf
5.ĬÈÏÅäÖÿÉÒÔÓÃÄäÃû Õ˺Åanonymous ÃÜÂë¿Õ¡£ÀïÃæÓиöĬÈϹ²ÏíÎļþ¼ÐpubÊÇÔÚ/var/ftp/Ŀ¼Ï¡£
6.¸ü¸ÄÅäÖÃÎļþ£¬Ê¹rootÄÜÉÏ´«¡£etc/vsftpd.user_list È¥µôroot£»etc/vsftpd.ftpusers È¥µôroot
7.ÓÃrootÕ˺ŵǽ£¬ÉÏ´« put c:\xxx\xxx.xx ´«Ö¸¶¨Îļþ¼Ð£¬cd¹ýÈ¥£¬ÔÙput
Ïà¹ØÎĵµ£º
1. ѧ»áд¼òµ¥µÄmakefile
2. ±àһЩӦÓÃ
³ÌÐò
£¬¿ÉÒÔÓÃmakefileÅÜÆðÀ´
3. ѧ»áдÇý¶¯
µÄmakefile
4. дһ¼òµ¥charÇý¶¯£¬makefile±àÒëͨ¹ý£¬¿ÉÒÔinsmod£¬ lsmod£¬ rmmod. ÔÚÇý¶¯µÄinitº¯ÊýÀï´òÓ¡hello world£¬insmodºóÓ¦¸ÃÄܹ»Í¨¹ýdmesg¿´µ½Êä³ö
¡£
5. дһÍêÕûÇý¶¯£¬ ¼ÓÉÏread£¬ write£¬ ioctl£¬ pollingµÈ¸ ......
typedef struct siginfo
{
int si_signo; /* Signal number.*/
&n ......
½ñÌìΪÁ˸ø¶¥Ç¶±×ö×¼±¸Óֻص½linuxÏ¿ªÊ¼c±à³ÌÁË¡£¸Õ¿ªÊ¼ÊÇÁ·Ï°Ð´Ò»¸öÓë¾ØÕó±ä»»ÓйصijÌÐò£¬ÎªÁ˽Úʡʱ¼äÓÐÒ»¸öº¯ÊýÄ£¿éÊÇÖ±½ÓÓõÄÒÔǰÔÚwindowsϱà³ÌʱËùʹÓõġ£½á¹ûÔÚlinuxϱàÒëÍêÔËÐÐÖ®ºóºÜ¿ì¾Í±ÀÀ£ÁË£¬ÓÉÓÚµ÷ÊÔˮƽ²»¸ßŪÁ˺ܾÃÒ²²»Öªµ½ÎÊÌâ³öÔÚÄÄÀï¡£ÕýÔÚ°Ù˼²»µÃÆä½âʱºöÈ»×¢Òâµ½£¨µ±È»²»ÊÇ×Ô¼ºµ÷ÊÔ³öÀ´µÄ ......
The original /etc/sysconfig/i18n file is:
LANG="en_US.UTF-8"
SYSFONT="latarcyrheb-sun16"
if we want to change locale to be japanese, just follow the instuction below.
body { margin: 0 0 0 0; padding:0 0 0 0 }td,div { font-family:Times New Roman;font-size:11pt;vert ......
ÎÒΪʲôдÕâ¸öÌâÄ¿ÄØ£¬ÒòΪÎÒ½ñÌìҪдµÄ²©ÓëÕâÈýÕß¶¼ÓйØÏµ£¬ÖÁÉÙÎÒ¸öÈËÈÏΪÊÇÕâÑùµÄ¡£
ÓиöÈËÎÊÁËÒ»¸öÕâÑùµÄС³ÌÐò£¬ËµÓÐÎÊÌ⣺
#include <iostream>
#include <vector>
#include <string>
using namespace std;
int main()
{
vector <string*> spvec;
string str;
cout & ......