Flex Óë java ͨѶ ¡¾×ª¡¿
2.2 ´úÂëʵÏÖ
ÏÂÃæ¸ø³öÁËFlexBuilder¹¤³ÌµÄÒ»¸öÎļþ£¬ÉèÖÃÁËFlashµÄ²¼¾Ö¡£
view plaincopy to clipboardprint?
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute" width="600" height="400">
<mx:Label text="Ñ¡ÔñÓû§ÀàÐÍ£º" width="148" height="35"
fontSize="20" fontFamily="Georgia" x="38" y="40"/>
<!-- Óû§ÀàÐÍ -->
<mx:Array id="userTypeArray">
<mx:Object label="ÆÕͨÓû§" data="1" />
<mx:Object label="¹ÜÀíÔ±" data="2" />
</mx:Array>
<!-- ÏÂÀÁбí¿ò£¬Ñ¡ÔñÓû§ÀàÐÍ -->
<mx:ComboBox id="userTypeCombo" width="160" height="35"
editable="false" fontSize="16"
horizontalCenter="-25" verticalCenter="-148"
dataProvider="{userTypeArray}"/>
<!-- ²éѯ°´Å¥ -->
<mx:Button id="selUsersBtn" label="²éѯ" fontSize="20"
width="103.93939" height="35" x="387.8" y="37.1"
click="selUsersBtnOnClick()" />
<!-- ²éѯ½á¹ûÏÔʾ -->
<mx:AdvancedDataGrid id="usersDataGrid" designViewDataType="flat"
x="9" y="109" width="582" height="230"
selectionMode="singleRow" enabled="true" textAlign="center"
dataProvider="{userArrayColl}" >
<!-- ±í¸ñµÄ¸÷ÁÐ -->
<mx:columns>
<mx:AdvancedDataGridColumn
headerText="ÐòºÅ" dataField="idxCol" fontSize="16"/>
<mx:AdvancedDataGridColumn
headerText="Óû§Ãû" dataField="nameCol" fontSize="16"/>
<mx:AdvancedDataGridColumn
headerText="ÃÜÂë" dataField="pwdCol" fontSize="16"/>
</mx:columns>
</mx:AdvancedDataGri
Ïà¹ØÎĵµ£º
1. JavaÓïÑÔ»ù´¡
̸µ½JavaÓïÑÔ»ù´¡Ñ§Ï°µÄÊé¼®£¬´ó¼Ò¿Ï¶¨»áÍÆ¼öBruce EckelµÄ¡¶Thinking in Java¡·¡£ËüÊÇÒ»±¾Ð´µÄÏ൱Éî¿ÌµÄ¼¼ÊõÊé¼®£¬JavaÓïÑÔ»ù´¡²¿·Ö»ù±¾Ã»ÓÐÆäËüÈκÎÒ»±¾Êé¿ÉÒÔ³¬Ô½Ëü¡£¸ÃÊéµÄ×÷ÕßBruce EckelÔÚÍøÂçÉϱ»³ÆÎªÌì²ÅµÄͶ»úÕߣ¬×÷Õߵġ¶Thinking in C++¡·ÔÚ1995ÄêÔø»ñSoftwareDevel ......
ÓÃJAVAʵÏÖ»º³å¶àÏß³ÌÎÞ×èÈû¶ÁȡԶ³ÌÎļþ
http://ajava.org/course/java/10688.html
ʹÓÃFileChannelºÍByteBuffer
http://www.java2s.com/CN/Code/Java/File-Input-Output/useFileChannelandByteBuffer.htm
java.nio.Buffer»º³åÇø»ù´¡
http://zcdxzsz.javaeye.com/blog/310917
Java NIO Ó¦Óà -- ʹÓÃÄÚ´æÓ³ÉäÎļþʵÏÖ ......
C#ÖжÔbaseµÄ½âÊÍ(Òý×ÔMSDN):
base ¹Ø¼ü×ÖÓÃÓÚ´ÓÅÉÉúÀàÖзÃÎÊ»ùÀàµÄ³ÉÔ±£º
µ÷ÓûùÀàÉÏÒѱ»ÆäËû·½·¨ÖØÐ´µÄ·½·¨¡£
Ö¸¶¨´´½¨ÅÉÉúÀàʵÀýʱӦµ÷ÓõĻùÀ๹Ô캯Êý¡£
»ùÀà·ÃÎÊÖ»ÄÜÔÚ¹¹Ô캯Êý¡¢ÊµÀý·½·¨»òʵÀýÊôÐÔ·ÃÎÊÆ÷ÖнøÐС£
´Ó¾²Ì¬·½·¨ÖÐʹÓà base ¹Ø¼ü×ÖÊÇ´íÎóµÄ¡£
ÔÚ±¾ÀýÖУ¬»ùÀà Person ºÍÅÉÉúÀà Employee ¶¼ÓÐÒ»¸ö ......
JavaÏîÄ¿¿ª·¢¹æ·¶
Ò»¡¢Ä¿µÄ
¡¡¡¡¶ÔÓÚ´úÂ룬Ê×ÒªÒªÇóÊÇËü±ØÐëÕýÈ·£¬Äܹ»°´ÕÕ³ÌÐòÔ±µÄÕæÊµË¼ÏëÈ¥ÔËÐУ»µÚ¶þ¸öµÄÒªÇóÊÇ´úÂë±ØÐëÇåÎúÒ×¶®£¬Ê¹±ðµÄ³ÌÐòÔ±Äܹ»ÈÝÒ×Àí½â´úÂëËù½øÐеÄʵ¼Ê¹¤×÷¡£ÔÚÈí¼þ¹¤³ÌÁìÓò£¬Ô´³ÌÐòµÄ·ç¸ñͳһ±êÖ¾×Å¿Éά»¤ÐÔ¡¢¿É¶ÁÐÔ£¬ÊÇÈí¼þÏîÄ¿µÄÒ»¸öÖØÒª×é³É²¿·Ö¡£¶øÄ¿Ç°»¹Ã»ÓгÉÎĵı ......
/*Copyright (c) 2006 Adobe Systems Incorporated
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, m ......