-
java编写的mp3播放器
java编写的mp3播放器-prepared by the MP3 player
- 2022-09-24 03:45:02下载
- 积分:1
-
Jsp example of an entry is simple, easy to use, easy to learn!
一个入门jsp实例--简单,好用,方便学习!-Jsp example of an entry is simple, easy to use, easy to learn!
- 2022-05-31 01:19:46下载
- 积分:1
-
用于计算期权价格,窝轮的价格却并非取决于市场供求,而是以「期权定价模式」计算窝轮的期权价值。期权订价模式是利用数学算式,因应不同的订价因素,如正股价格、引伸波幅...
用于计算期权价格,窝轮的价格却并非取决于市场供求,而是以「期权定价模式」计算窝轮的期权价值。期权订价模式是利用数学算式,因应不同的订价因素,如正股价格、引伸波幅等决定其价格-used to calculate options prices, Waterloo round of price is not determined by market supply and demand, but "option pricing model," Waterloo round of the calculation of the value of the options. Options pricing model is the use of mathematical formula, to cope with the different pricing factors, such as prices of the underlying stocks, implied volatility of its price decisions
- 2022-03-02 17:46:39下载
- 积分:1
-
Hibernate 可以实现分页查询,例如:
从第2万条开始取出100条记录
Query q = session.createQuer...
Hibernate 可以实现分页查询,例如:
从第2万条开始取出100条记录
Query q = session.createQuery("from Cat as c")
q.setFirstResult(20000)
q.setMaxResults(100)
List l = q.list()
-Hibernate paging query can be achieved, for example: starting from the first 20000 records of 100 out Query q = session.createQuery ( " from Cat as c" ) q.setFirstResult (20000) q.setMaxResults (100) List l = q.list ()
- 2023-02-24 20:20:03下载
- 积分:1
-
jsp response对象的使用例子,简单易用
jsp response对象的使用例子,简单易用-jsp response examples of the use of objects, simplicity
- 2022-03-23 16:09:45下载
- 积分:1
-
java的小程序,适合初学者学习java,是java书后的习题答案
java的小程序,适合初学者学习java,是java书后的习题答案-small java program, suitable for beginners to learn java, is a java after the exercise answer
- 2022-01-24 17:38:43下载
- 积分:1
-
学习EJB的很好范例
学习EJB的很好范例-learning are very good examples of EJB
- 2022-11-21 16:10:04下载
- 积分:1
-
java传真tif格式转换(包括一些基本图片类型的转换)
java传真tif格式转换(包括一些基本图片类型的转换)-java tif confirm
- 2022-03-10 07:46:15下载
- 积分:1
-
java 开发指南 bugx java 开发指南 bugx
java 开发指南 bugx java 开发指南 bugx-bugx java development java guide the development of guidelines bugx
- 2022-08-04 10:27:14下载
- 积分:1
-
使用JAVA实现的三维图形处理.可根据输入的曲线方程,如x^2+y^2+z^2=1表示为(1...
使用JAVA实现的三维图形处理.可根据输入的曲线方程,如x^2+y^2+z^2=1表示为(1-(Y/50)^2+(Z/60)^2)^(1/2)*100),绘制三维曲线.并可通过拖动鼠标让曲线在三维空间中旋转-JAVA realize the use of three-dimensional graphics processing. May be imported under the curve equation, such as x ^ 2+ Y ^ 2+ Z ^ 2 = 1 is expressed as (1- (Y/50) ^ 2+ (Z/60) ^ 2) ^ (1/2)* 100), drawing three-dimensional curves. and by dragging the mouse so that curves in a three-dimensional rotation
- 2022-04-09 02:46:46下载
- 积分:1