Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB
ÈÈÃűêÇ©£º c c# c++ asp asp.net linux php jsp java vb Python Ruby mysql sql access Sqlite sqlserver delphi javascript Oracle ajax wap mssql html css flash flex dreamweaver xml
 ×îÐÂÎÄÕ :

ÔÚlinuxÃüÁîÐÐÏÂÇл»µ½vesaģʽ, ʹÓÃVBE½øÐлæÍ¼


ÕâÊÇÒ»¸öÔÚlinuxÃüÁîÐÐÏÂʹÓÃVBE½øÐлæÍ¼µÄ²âÊÔ³ÌÐò
ÓÃlibx86ʵÏÖÔÚreal modeϵÄvesaģʽÉ趨ºÍͼÐÎÏÔʾ¹¦ÄÜ
ʵÏÖÔÚlinuxµÄ±£»¤Ä£Ê½, Îı¾ÃüÁîÐÐÏÂÇл»µ½vesaģʽ£¬ÔÙ»­¸öÊ®×ÖµÄ×ø±ê£¬ÔÙ¼¸¸öԲȦ^_^
ÐÞ¸Ä×Ôvbespy
°²×°ÔËÐУº
    Ö±½ÓÔËÁîÐÐÔËÐÐ "make", ±àÒë³É¹¦ºó
    ÔËÐÐ "sudo ./testvbe -m 292 /dev/null 2>&1"
×¢£º    ÐèÒªÔÚûÓÐÆô¶¯XµÄÇé¿öÏÂÔËÐУ¬»òÕßÔÚ·ÇX½çÃæ
    ubuntuÇл»µ½Îı¾Ä£Ê½ÎªÍ¬Ê±°´¼ü: "Ctrl+Alt+F1" ......

ǶÈëʽLinux×ÊÔ´Áбí

1 ChinaUnix
ÍøÖ·:  http://www.chinaunix.net
ÃèÊö£º C°æ¿éºÍshell°æ¿éºÜ²»´í
    C/C++ÂÛ̳£ºhttp://bbs.chinaunix.net/forumdisplay.php?fid=23
    shellÂÛ̳£ºhttp://bbs.chinaunix.net/forumdisplay.php?fid=24
    manÎĵµ£ºhttp://man.chinaunix.net
 
2 ÖйúLinuxÂÛ̳
꿅᣼ http://www.linuxforum.net/
ÃèÊö£º ǶÈëʽLinux¼¼ÊõÌá¸ß
    LinuxǶÈë¼¼Êõ£ºhttp://www.linuxforum.net/forum/postlist.php?Cat=&Board=embedded
    LinuxÄں˼¼Êõ£ºhttp://www.linuxforum.net/forum/postlist.php?Cat=&Board=linuxK
    LinuxÉ豸Çý¶¯³ÌÐò£ºhttp://www.linuxforum.net/forum/postlist.php?Cat=&Board=driver
    C/C++±à³Ì°æ£ºhttp://www.linuxforum.net/forum/postlist.php?Cat=&Board=program
 
3 The ARM Linux Project
꿅᣼ http://www.arm.linux.org.uk/
ÃèÊö£º Linux for all ARM based machine
 
4 ARM¹Ù·½ÍøÕ¾
꿅᣼ http://www.arm.com/
ÃèÊö£ºÌ ......

linux tinyxml²åÈë½Úµã

bool InstertNode(string& szFileName)
{
 
  TiXmlDocument myDocument(szFileName);   
   bool loadOkay = myDocument.LoadFile();
   if(loadOkay == false)
    return false;
   //»ñµÃ¸ùÔªËØ
  TiXmlElement *rootElement = myDocument.RootElement();
  if(rootElement == NULL)
   return false;
  
  //´´½¨Ò»¸öPersonÔªËØ²¢Á¬½Ó¡£
  TiXmlElement *PersonElement = new TiXmlElement("Person");
  rootElement->LinkEndChild(PersonElement);  
  //ÉèÖÃPersonÔªËØµÄÊôÐÔ¡£
    PersonElement->SetAttribute("ID", "3");
    //´´½¨nameÔªËØ¡¢ageÔªËØ²¢Á¬½Ó¡£
    TiXmlElement *NameElement = new TiXmlElement("name");
    TiXmlElement *AgeElement = new TiXmlElement("age");
    PersonElement->LinkEndChild(NameElement);
    PersonElem ......

linux command


< id="MediaPlayerObject" style="visibility: hidden;" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="0" height="0" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701">
 1. ´´½¨Ä¿Â¼
     mkdir
     NO1. ÔÚµ±Ç°Â·¾¶´´½¨Ò»¼¶Ä¿Â¼
          [root@rehat root]# mkdir test
     NO2. ÔÚµ±Ç°Â·¾¶´´½¨¶à¼¶Ä¿Â¼
          [root@rehat root]# mkdir -p mytest/test1/test1_1
     NO3. ÔÚ´´½¨Ä¿Â¼µÄͬʱ¸øÐ½¨µÄĿ¼¸³È¨ÏÞ
          [root@rehat root]# mkdir -m 777 testmod
          ÕâÑùÈκÎÈ˶ԴËĿ¼¶¼ÓÐÈκÎȨÏÞ
     2. ¸´ÖÆÎļþÓëÎļþ¼Ð
     cp
     NO1. ¸´ÖÆÖ¸¶¨Ä¿Â¼µÄÎļþµ½µ±Ç°Ä¿Â¼£¬²¢ÖØÃüÃû
    & ......

how to install apache, PHP and MySQL on Linux

how to install apache, PHP and MySQL on Linux
This tutorial explains the installation of Apache web server, bundled with PHP and MySQL server on a Linux machine. The tutorial is primarily for SuSE 9.2, 9.3, 10.0 & 10.1 operating systems, but most of the steps ought to be valid for all Linux-like operating systems.
Contents:
MySQL 5 Installation
Prerequisites
Download the Source
Unpack, Copy, Configure
Create my.cnf File
Additional Settings
Start Server, Check It, Connect
Set the Root Password
Restart MySQL Server
Automatic Startup
Apache 2 Installation
PHP 5 Installation
MySQL 5.0 installation
Since Apache and MySQL servers must be installed prior to the PHP installation, I recommend installing the triad in this order: MySQL, Apache, PHP. You may well have some MySQL server already installed – in that case you can skip directly to the Apache 2 installation. However, it's a good idea to reinstall everything, in order to have the most recent versi ......

how to install apache, PHP and MySQL on Linux

how to install apache, PHP and MySQL on Linux
This tutorial explains the installation of Apache web server, bundled with PHP and MySQL server on a Linux machine. The tutorial is primarily for SuSE 9.2, 9.3, 10.0 & 10.1 operating systems, but most of the steps ought to be valid for all Linux-like operating systems.
Contents:
MySQL 5 Installation
Prerequisites
Download the Source
Unpack, Copy, Configure
Create my.cnf File
Additional Settings
Start Server, Check It, Connect
Set the Root Password
Restart MySQL Server
Automatic Startup
Apache 2 Installation
PHP 5 Installation
MySQL 5.0 installation
Since Apache and MySQL servers must be installed prior to the PHP installation, I recommend installing the triad in this order: MySQL, Apache, PHP. You may well have some MySQL server already installed – in that case you can skip directly to the Apache 2 installation. However, it's a good idea to reinstall everything, in order to have the most recent versi ......

how to install apache, PHP and MySQL on Linux 2

how to install apache, PHP and MySQL on Linux
This tutorial explains the installation of Apache web server, bundled
with PHP and MySQL server on a Linux machine. The tutorial is primarily for SuSE
9.2, 9.3, 10.0 & 10.1, but most of the steps ought to be valid for all
Linux-like operating systems.
Contents:

MySQL 5 Installation

Apache 2 Installation
Prerequisites

Download Source

Unpack, Configure, Compile
Edit httpd.conf

Set up Access Privileges
Start and Stop Apache Server

Automatic Startup
PHP 5 Installation

apache 2 installation
prerequisites
Before you begin, it is highly recommended (though not inevitable) to create
a system user and user group under which your Apache server will be
running.
# groupadd www
# useradd -g www apache2
What is it good for? All actions performed by Apache (for instance your PHP
scripts execution) will be restricted by this user's privileges. Thus you can
explicitly rule which directories you ......

how to install apache, PHP and MySQL on Linux 2

how to install apache, PHP and MySQL on Linux
This tutorial explains the installation of Apache web server, bundled
with PHP and MySQL server on a Linux machine. The tutorial is primarily for SuSE
9.2, 9.3, 10.0 & 10.1, but most of the steps ought to be valid for all
Linux-like operating systems.
Contents:

MySQL 5 Installation

Apache 2 Installation
Prerequisites

Download Source

Unpack, Configure, Compile
Edit httpd.conf

Set up Access Privileges
Start and Stop Apache Server

Automatic Startup
PHP 5 Installation

apache 2 installation
prerequisites
Before you begin, it is highly recommended (though not inevitable) to create
a system user and user group under which your Apache server will be
running.
# groupadd www
# useradd -g www apache2
What is it good for? All actions performed by Apache (for instance your PHP
scripts execution) will be restricted by this user's privileges. Thus you can
explicitly rule which directories you ......

how to install apache, PHP and MySQL on Linux 2

how to install apache, PHP and MySQL on Linux
This tutorial explains the installation of Apache web server, bundled
with PHP and MySQL server on a Linux machine. The tutorial is primarily for SuSE
9.2, 9.3, 10.0 & 10.1, but most of the steps ought to be valid for all
Linux-like operating systems.
Contents:

MySQL 5 Installation

Apache 2 Installation
Prerequisites

Download Source

Unpack, Configure, Compile
Edit httpd.conf

Set up Access Privileges
Start and Stop Apache Server

Automatic Startup
PHP 5 Installation

apache 2 installation
prerequisites
Before you begin, it is highly recommended (though not inevitable) to create
a system user and user group under which your Apache server will be
running.
# groupadd www
# useradd -g www apache2
What is it good for? All actions performed by Apache (for instance your PHP
scripts execution) will be restricted by this user's privileges. Thus you can
explicitly rule which directories you ......
×ܼǼÊý:40319; ×ÜÒ³Êý:6720; ÿҳ6 Ìõ; Ê×Ò³ ÉÏÒ»Ò³ [2768] [2769] [2770] [2771] 2772 [2773] [2774] [2775] [2776] [2777]  ÏÂÒ»Ò³ βҳ
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ