有Swing的背景設定, 還有JList的renderer
The Ice Palace – Everything Java & More
Provided for download are some of my own java related creation in zip and java formats. Select from the list below and download at your own pleasure.
有Swing的背景設定, 還有JList的renderer
The Ice Palace – Everything Java & More
Provided for download are some of my own java related creation in zip and java formats. Select from the list below and download at your own pleasure.
java swing JTable加入 JCheckBox JComboBox_吕振
java swing JTable加入 JCheckBox JComboBox
可以显示横向ScrollBar的下拉框ComboBox – Keep Fighting – CSDN博客
可以显示横向ScrollBar的下拉框ComboBox
最近加RAM的ASUS DSF T700 一直當機, 由4G加到8G( 2x2G -> 4*2G)。
這台機器安裝CentOS 5.2, 並且跑Vmware Server 2.0 裏面有6個VM在跑。
莫名的當機, 因為一直出現這個錯誤訊息。
EDAC i5000 MC0: NON-FATAL ERRORS Found!!! 1st NON-FATAL Err Reg= 0x2000
最後找到這個方式, 終於不再出現這個錯誤訊息, 但會不會當機? 有待觀察….
最後第二天還是當了….
只好停止VMWare Server的Service, 看是不是因為它而當機的, 到了晚上二點起來看, 果然沒再當了.
後來重灌了VMWare Server 2.0.1 x86 64 (原來為VMWare Server 2.0), 再來看看會不會當…
ASL Knowledge Base – Kernel reports EDAC i5000: SPD Protocol Error, Bits= 0x40000
Linux Distributions » RHEL » 5 / CentOS 5 » General
Kernel reports EDAC i5000: SPD Protocol Error, Bits= 0x40000
Categories for this entry* General
Problem:
The kernel repeatedly prints errors messages similar to the following:
EDAC i5000 MC0: NON-FATAL Errors found!!! 1st NON-FATAL Err Reg= 0x40000
EDAC i5000: SPD Protocol Error, Bits= 0x40000
Description:
This is caused by the optional IPMI card and the i5000_edac kernel module trying to access the platforms EDAC (Error Detection and Correction) information at the same time.
Solution:
The workaround for this problem is to prevent the i5000_edac module from loading. To do this, add the following line to the /etc/modprobe.d/blacklist file:
blacklist i5000_edac
Problem:
The kernel repeatedly prints errors messages similar to the following:
EDAC i5000 MC0: NON-FATAL Errors found!!! 1st NON-FATAL Err Reg= 0x40000EDAC i5000: SPD Protocol Error, Bits= 0x40000
Description:
This is caused by the optional IPMI card and the i5000_edac kernel module trying to access the platforms EDAC (Error Detection and Correction) information at the same time.
Solution:
The workaround for this problem is to prevent the i5000_edac module from loading. To do this, add the following line to the /etc/modprobe.d/blacklist file:
blacklist i5000_edac
AutoCompletionComboBox JIDE Common Layer 2.0 API Documentation and Javadoc
An auto completion combobox. It used AutoCompletion to make the combobox auto-completing. You can use AutoCompletion directly to make any combobox auto-completing. This class is just a convenient class if all you need is an auto complete combobox.Since auto-complete has to listen to the key user types, it has to be editable. If you want to limit user to the list available in the combobox model, you can call setStrict(boolean) and set it to true.
VMWare Server 2.0 on CentOS
“Power On Virtual Machine" failed to complete
If these problems persist, please contact your system administrator.
DetailsCannot open the disk ‘/var/lib/vmware/Virtual Machines/xp/xp.vmdk’ or one of the snapshot disks it depends on.Reason: Failed to lock the file.
因為不正常當機造成檔案lock住了.
此時進入
/var/lib/vmware/Virtual Machines/xp/
ls -al
看哪幾個檔是副檔名lck ( 事實上它是個目錄 )
rm 564d39ce-edb3-0a3b-27b2-8395f77b729c.vmem.lck –Rf
rm xp.vmdk.lck -Rf
移除它, 然後就可以啟動vm了.
JavaWorld@TW Java論壇 – Re:要如何在JComboBox中使用JTable?
要如何在JComboBox中使用JTable