`
文章列表
<html> <head><title>用正则表达式控制输入格式</title></head> <body> <form> <table border="1"> <tr> <td>只能输入中文:</td> <td> <input type="text" name="mark" onkeyup="value=value.repla ...
java开发中用到的一个比较好的内存数据库HSQLDB 确实比较好,不用安装,直接用就可以了, 在Spring 的开发包里面, PetStore 例子我想大家应该不陌生, 要运行PetStore就要用到这个数据库的, 在项目中要演示程序的时候比较好. 不用安装什么文件了 官方网站: http://hsqldb.org/ 它自己的评价: hsqldb - 100% Java Database The new HSQLDB HSQLDB 1.8.0 final is out. A year of solid development since 1.7.2 brings a more pow ...
eclipse中操作数据库的一个比较好用的插件com.quantum.feature_3.0.3 该插件网站地址: http://quantum.sourceforge.net/ 看它自己的描述: QuantumDB Eclipse Plugin QuantumDB is a simple but powerful database access plug-in for the Eclipse Development Platform. QuantumDB allows you to: connect to databases using standard JDBC drivers rev ...
方法一: <html> <head> <title>test onload</title> <script> function onloadTest() { alert("hello onloadTest();"); } </script> </head> <body onload="onloadTest()"> </body> </html> 方法二: <htm ...
jxl.jar 下载的链接: http://sourceforge.net/project/showfiles.php?group_id=79926
Global site tag (gtag.js) - Google Analytics