cara optimasi netbean silahkan edit netbean.conf dan silahkan ganti netbeans_default_options dengan tambahan sebagai berikut netbeans_default_options=” -J-Xms256m -J-Xmx512m -J-XX:MaxPermSize=160m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true -J-XX:+UseConcMarkSweepGC -J-XX:+CMSClassUnloadingEnabled -J-XX:+CMSPermGenSweepingEnabled -J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true -J-Dsun.awt.disableMixing=true”
Category: Php
Php development berisi tentang pemrograman PHP , tips dan trik plus tutorial untuk bahasa pemrograman PHP
sel linux untuk httpd read write
pada fedora 18 open terminal , login sebagai administrator ketik perintah di bawah ini grep httpd /var/log/audit/audit.log | audit2allow -M mypol semodule -i mypol.pp restart http server systemctl restart httpd
php date time setting ( timezone )
date(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone ‘UTC’ for now, but please […]
instalasi yii
download yii dan dokumentasinya http://www.yiiframework.com/download/ extract yii pada web root folder pada fedora adalah /var/www pada windows dengan xampp adalah htdocs khusus pada fedora silahkan chmod 777 -R /var/www/* agar tidak mengganggu pada saat development, 775 juga boleh 🙂 kemudian untuk instalasi yii cd /var/www/html /yii/framework/yiic webapp testdrive yes maka semua file akan di generate […]
belajar php dasar 1
Untuk belajar PHP dasar berikut adalah tools yang dapat di gunakan Editor windows notepad notepad ++ dreamweaver netbeans eclipse komodo edit editplus phped editor linux gedit nano / vi / text editor by terminal lainnya eclipse netbeans Untuk Pemula saya sarankan menggunakan notepad atau notepad ++ dengan highlightnya web server dan database KIT xampp wampp […]