Menu

Sunday, December 23, 2012

[C#] วิธีการเชื่อมต่อ ORACLE โดยใช้ C# .Net4.0
[C#] How to Connect to ORACLE with C# .Net4.0

หลังจากทำการสร้างโปรเจคใหม่ใน Visual C# 2010
After creating new project in Visual C# 2010

ไปที่ Project บนเมนู แล้วเลือก Properties...
Go to Project on menu bar then select Properties...


Friday, December 7, 2012

[AS3] วิธีการใส่ข้อมูลลงไปยัง MySQL
[AS3] How to Insert Data into MySQL

AS3 ไม่สามารถเชื่อมต่อกับ MySQL ได้โดยตรง AS3 จำเป็นจะต้องส่งค่าตัวแปรไปยัง PHP แล้วใช้ PHP ในการเชื่อมต่อและใส่ค่าลงไปใน MySQL
AS3 cannot connect to MySQL directly. Data must be sent to PHP then PHP connect and insert data to MySQL.


[AS3] วิธีโหลดตัวแปรจาก MySQL
[AS3] How to Load Variables from MySQL

AS3 ไม่สามารถโหลดตัวแปรจาก MySQL ได้โดยตรง ตัวแปรจะต้องถูกโหลดผ่านทาง PHP หลักการทำงานคือ AS3 จะทำการเรียกและจัดเก็บข้อมูลผลลัพธ์จากหน้า PHP โดยที่ PHP จะทำการเชื่อมต่อและดึงค่าจาก MySQL แล้วทำการพิมพ์ผลลัพธ์ออกมาทางหน้าเว็บตามรูปแบบข้อความสำหรับการโหลดตัวแปรของ AS3 
AS3 cannot load variables from MySQL directly. The variables must be loaded by using PHP to get data from MySQL. The principle is AS3 call and get the results from PHP page, PHP connect and retrieve data from MySQL then print the results in correct format for loading variables in AS3


Monday, December 3, 2012

Friday, November 30, 2012

[OpenCV] การติดตั้ง OpenCV 2.4.3
[OpenCV] OpenCV 2.4.3 Installation

ดาวน์โหลOpenCV 2.4.3 from http://sourceforge.net/projects/opencvlibrary/
Download OpenCV 2.4.3 from http://sourceforge.net/projects/opencvlibrary/


[System] วิธีการเพิ่มค่าใหม่ใน System Path
[System] How to Add New Values to System Path

ไปที่ Start และเลือก My Computer หลังจากนั้นคลิ๊กขวาที่ My Computer และเลือก Properties
Go to Start and select My Computer. Right click on My Computer and select Properties



[System] วิธีการสร้างโปรเจคใหม่ใน Visual C++ 2010
[System] How to Create New Project in Visual C++ 2010

เปิด Visual Studio 2010, เลือก New Project และเลือก Win32 Console Application in Visual C++
Open Visual Studio 2010, select New Project and select Win32 Console Application in Visual C++


Sunday, November 25, 2012

[OpenCV] OpenCV คืออะไร?
[OpenCV] What is OpenCV?

OpenCV ย่อมาจาก Open Source Computer Vision ซึ่งเป็นไลบรารี่ที่รวบรวมฟังก์ชั่นต่างๆสำหรับการประมวลผลภาพและคอมพิวเตอร์วิทัศนศาสตร์เอาไว้เป็นจำนวนมาก ไลบรารี่นี้อยู่ภายใต้ใบอนุญาต BSD ซึ่งเราสามารถใช้ได้ฟรีทั้งทางด้านการศึกษาและทางการค้า นอกจากนั้น OpenCV ยังมีอินเตอร์เฟสที่หลากหลายรองรับการพัฒนาโปรแกรมบนภาษาโปรแกรมต่างๆ เช่น C/C++, Python, Java เป็นต้น และ OpenCV ยังสามารถรันได้ทั้งบน Window, Linux, Android, และ Mac

OpenCV (Open Source Computer Vision) is a library of programming functions for Image Processing and Computer Vision. It is released under the BSD license that is free for both academic and commercial use. It has C/C++, Python and Java interfaces running on Window, Linux, Android, and Mac.