- 博客(3)
- 收藏
- 关注
原创 关于JS中的闭包问题的题目
关于JS中的闭包问题的题目题目描述如下: function fun(n,o) { console.log(o) return { fun:function(m){ return fun(m,n); } };}var a = fun(0); a.fun(1); a.fun(2); a.fun(3);//undefined,?,?,?var b =
2016-07-20 18:45:41
423
转载 调用CachedRowSetImpl类时错误(MyEclipse 的解决方案)
调用CachedRowSetImpl类时,出现以下错误: Access restriction: The type CachedRowSetImpl is not accessible due to restriction on required library C:\glassfish3\jdk7\jre\lib\rt.jar 但能在rt.jar中找到CachedRowSetImpl
2013-03-15 15:53:13
3902
转载 JDBC新对象CachedRowSetImpl访问数据方法
1. JDBC CachedRowSetImp获取数据import com.sun.rowset.CachedRowSetImpl;public CachedRowSetImpl getList(){ CachedRowSetImpl rowset = null; try { Connection conn = DriverManager.ge
2013-03-15 14:22:57
4988
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人