การใส่ Comments ให้กับโคดไฟล์ชนิดต่างๆใน ofbiz

ในการใส่ Comments ให้กับไฟล์ต่างใน ofbiz นั้น มีไฟล์ชนิดต่างๆ ใช้หลากหลายรูปแบบขึ้นอยู่กับรูปแบบของ syntax ภาษานั้นๆ ใน ofbiz มีชนิดไฟล์ดังต่อไปนี้ Java, Groovy, FTL หรือ XML ซึ่งมีลักษณะการ Comments ดังต่อไปนี้
ในไฟล์ Java และ Groovy
 
Java/Groovy:
  // ...Code here ...

 /* ...Code here ... */

ในไฟล์ XML
XML:

ในไฟล์ FreeMarker
FreeMarker:
<#-- ...Code here ... -->

ยังมีอีกที่หนึ่งที่ไม่ได้เกี่ยวกับ ofbiz แต่เกี่ยวกับฐานข้อมูลซึ่งถ้าใช้ tool ของ pgAdmin ที่ใช้จัดการฐานข้อมูล postgrsql แล้ว ในการเขียนคำสั่งอาจจะต้องใช้ Comment ร่วมด้วย
postgresql SQL:
     -- ...Code here ... 

    /*
     *...Code here ... 
     */

About Nop

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment