Config IIS7 and SMTP E-mail (Windows 7)

Config IIS7 and SMTP E-mail (Windows 7) เป็นวิธีการเปิดการใช้งาน SMTP-Email บน IIS7 (Windows 7) ในการส่งอีเมล์ด้วย Application .NET Framework

Windows 7

เปิด Control Panel ได้ที่

Resetting the System Management Controller (SMC)

Intel-based Macs: Resetting the System Management Controller (SMC)
http://support.apple.com/kb/HT3964

Linked List Class

#include <iostream>

using namespace std;

class linklist
{
     private:

             struct node
         {
              int data;
            node *link;
         }*p;

   public:

Difference between Channels*Width*Height and WidthStep*Height?

If the image width is not an even multiple of 4, cvCreateImage() pads each row
to make it an even multiple of 4. The docs say this is for efficiency (speed)
during processing.
ที่มา: groups.yahoo.com/

runtime error, transfermgr.exe

runtime error, transfermgr.exe

How to Convert chm files into PDF files in Ubuntu.

ที่มา: ubuntugeek.com/

How to Convert chm files to HTML files on Ubuntu.

Install libchm in Ubuntu
$ sudo apt-get install libchm-bin

Convert .chm files in to HTML files use the following command
$ extract_chmLib book.chm output_directory
ที่มา: ubuntugeek.com/

Syndicate content