<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d10921395\x26blogName\x3dJAVA+%26+Internet+Application+System+De...\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLACK\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://s9026234.blogspot.com/search\x26blogLocale\x3dzh_TW\x26v\x3d2\x26homepageUrl\x3dhttp://s9026234.blogspot.com/\x26vt\x3d826334064808440956', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

星期五, 2月 25, 2005

FireFox

Old news
Firefox is not support ActiveX(for IE), because it has some security problem. If Forefox still use ActiveX, people will lead to a wrong way to use browser. So, they insist not to use ActiveX, though lots of online shop program need it.

星期五, 2月 18, 2005

The First day of JAVA

The first day of class!
should be done
1.Jbulider
2.blogger
3.textbook

The Java Tutorial
notes:
1. Source file--->C
ompiler--->bytecode file-->Java VM--->show result
2. case-sensitive

What is object?
Real Object- state behavior
Virtual Object- variable method