ผลต่างระหว่างรุ่นของ "418342 ภาคปลาย 2552/ปฏิบัติการที่ 6"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(yCIDZJggKL)
 
(ไม่แสดง 3 รุ่นระหว่างกลางโดยผู้ใช้ 2 คน)
แถว 1: แถว 1:
== Restful Authentication ==
+
I sreached a bunch of sites and this was the best.
<blockquote>
 
Restful Authentication เป็น plugin ที่ช่วยในการจัดการดูแลระบบบัญชีผู้ใช้ โดยใช้หลักการของ Rest ในการใช้งาน
 
Plugin นี้สามารถดาวน์โหลดได้จาก http://svn.techno-weenie.net/projects/plugins
 
</blockquote>
 
    class Animal
 
      def eat thing
 
          puts "I'm eating #{thing}"
 
      end
 
    end
 
 
 
<blockquote>
 
=== แนะนำ ===
 
Ruby กำหนดการสืบทอดโดยใช้เครื่องหมาย < ดังลักษณะการใช้ข้างล่างนี้
 
</blockquote>
 
    class B < A  # เป็นการกำหนดให้ B เป็น subclass ของ A
 
    end
 

รุ่นแก้ไขปัจจุบันเมื่อ 13:00, 28 กันยายน 2554

I sreached a bunch of sites and this was the best.