ข้ามไปที่เนื้อหาหลัก

บทความ

OAI ?

suggest อะไรมาน่ะ กำลังทำงาน !!!!

sysdeo eclipse plugin configuration

โหลด tomcatPlugin ไปลงใน eclipse/plugins restart eclipse แล้ว config ตามนี้ ถ้าใช้ อิปุ่มแมวเหลือง ให้ใส่ JVM parameter เป็น -Xms120m -Xmx2048m -XX:MaxPermSize=1024m To start tomcat  - Select ' Tomcat' from the menu > 'Start Tomcat' - Check the ' Console' view at the bottom. If Tomcat was able to startup correctly, a ' INFO: Server startup in xxxxx ms' message should appear - Try http://localhost:8080/ ref : keyboardsamurais see other eclipse topic .

DSPACE javadoc

อยู่ ที่นี่ แล้ว หรือ สร้าง javadoc ของตัวเองก็ได้ โดยเข้าไปที่ [dspace-source]/dspace และรัน $ mvn javadoc:javadoc doc ทีสร้างเสร็จแล้วจะถูกเก็บไว้ที่ [dspace-source]dspace-api/target/site/apidocs/index.html เหรอ ? หาไม่เห็นเจอเลย แหะๆ ref : dspace

DELL 1310 ubuntu network card problem

เครื่องอื่นลงใช้ wired ได้ แต่ wireless ไม่ได้ แต่พอ update ubuntu แล้วก็ใช้ wireless ได้ไม่มีปัญหาอะไร แต่มีเครื่องนึงที่เจอ คือ wired ก็ใช้ไม่ได้ เข้าไปเซตที่ /etc/network/interfaces เพิ่มนี่ลงไป auto eth0 iface eth0 inet dhcp address 00:11:22:33:44:55:66 ( 00:11:22:33:44:55:66 คือ HWaddr ) แล้ว $ /etc/init.d/networking restart ผม restart ubuntu ไปรอบนึงด้วยแล่ะ เพราะว่า ผมเซต address ตอนแรกผิด แหะๆ เลยไม่รู้ว่า ทำเสร็จแล้วต้อง restart หรือเปล่า วิธีที่ง่ายกว่านั้นคือ แล้ว $ /etc/init.d/networking restart รู้สึกมันจะ fill ในไฟล์ interface ให้เองเลยนะ

Software Process

- The waterfall model - Incremental Process model deliver in each increment - Evolutionary Process model ( Iterative ) พัฒนาหลายๆรอบ เพิ่ม feature, ส่ง prototype ก่อนแล้วค่อยพัฒนาต่อ -- spiral model -- concurrent model - Specialize Process model -- component-based development -- formal methods -- Aspect-Oriented Software Development นิยาม crosscut ว่าจะให้ aspect นี้รันเมื่อไหร่ เช่น เมื่อมีการเรียกเมดธอดที่ขึ้นต้นด้วยคำว่า set และเมื่อออปเจกไหนเรียกเมดธอด set ดังกล่าว โค้ด advice ก็จะรัน ทำการล๊อกว่าออปเจกนี้ถูกเซตค่าจากอะไรเป็นอะไรเป็นต้น Rational Unified Process model ( RUP ) 1. Use case-driven ( Visual Modeling using UML ) UML, Business Use case Diagram, Use case Diagram, Activity Diagram, Class diagram, Interaction Diagrams ได้แก่ Sequence diagram และ Collaboration diagram 2. Incremental and Iterative development 3. Architecture-centric 4 phases 1. Inception - Objective 2. Elaboration - Architecture -- Logical view แบ่งเป็นส่วนหรือระบบย่อยอย่างไร -- Process view ค...

Eclipse new servlet

new dynamic web project na see other eclipse topic .

design database zodb architype in Plone using ArgoUML

Installation ArgoUML 1. download ArgoUML from tigris 2. $ java -jar [ArgoUML path]/argouml.jar ArchGenXML 1. download from plone.org > product > development tools > ArgoGenXML Get ArchGenXML for all platforms (579KB) Python Egg 2. $ ln -s ~/src/ArchGenXML/ArchGenXML.py ~/bin/ArchGenXML $ rehash $ ArchGenXML --version How to use ArgoUML สร้าง class+attribute สร้าง relation สามารถเข้าไปแก้ได้โดย double click เบอร์ 3 เข้าไป ใส่ชื่อ และ ความสัมพันธ์ได้ ถ้า จะ เซฟ โปรเจค File > save project as .. ถ้า จะ export xmi, File > export XMI .. How to use ArchgenXML $ ArchGenXML ~/[filename].xmi ~/demo/Product/tt $ cd demo $ bin/runzope http://localhost:8080/...

how to set tab indent in eclipse

window > preferences see other eclipse topic .

eclipse create view

new see other eclipse topic .

eclipse install

1. download Eclipse IDE for Java EE Developers (162 MB) from eclipse.org 2. extract to the directory $ tar xvzf Desktop/eclipse-jee-ganymede-SR1-linux-gtk.tar.gz 3. run eclipse 4. done ถ้า eclipse crash บ่อย เพิ่ม memory ให้มันซะ ~/eclipse/eclipse -vmargs -XX:MaxPermSize=128m -Xmx512m -Xms128m

วิธีเข้าห้องใน IRC

เอามาจาก triamudom /j #ชื่อห้อง อายว่ะ ฮาๆ วิธี register ถามจาก NickServ ละกัน /msg NickServ help register น่าจะเป็นประมาณนี้ /ns REGISTER <password> <email> verify โดยไปเช็คเมลก่อน เวลาล็อกอิน /ns identify <pass> หรือ ถ้าจะบังคับให้คนอื่นเปลี่ยนชื่อ /ns ghost <nick> <pass>

ubuntu ssl apache

1. make a self-signed SSL certificate using openssl $ apt-get install openssl $ openssl req -new -x509 -days 365 -nodes -out server.crt \ -keyout server.key or $ cd /etc/ssl/certs $ sudo make-ssl-cert /usr/share/ssl-cert/ssleay.cnf apache.pem 2. turn on SSL $ a2enmod ssl 4.change the file in add NameVIrtualHost web05:443 .. SSLEngine On SSLCertificateFile /etc/apache2/server.crt SSLCertificateKeyFile /etc/apache2/server.key NameVirtualHost web05:80 NameVIrtualHost web05:443 <virtualhost:443> ServerAdmin webmaster@localhost DocumentRoot /var/www/web05 SSLEngine On SSLCertificateFile /etc/apache2/server.crt SSLCertificateKeyFile /etc/apache2/server.key RailsBaseURI /ror </virtualhost> ref : debianclub

วิธีเซต gmail ใช้เมล ait และ cs

ตามนั้น