-
HibernateREF
hibernate开发参考手册,适合使用hibernate进行开发的开发人员,简单易懂,也适合初学者(hibernate development of the reference manual, suitable for the use of hibernate for the development of the Developer is simple to understand, is also suitable for beginners)
- 2006-12-14 01:57:01下载
- 积分:1
-
.metadata
设计优良学风班集体评选辅助决策软件,使用数据库存放各参评班级的各项表现信息,使得系统可以按照每个班级的各项表现(数据)每年提供优良学风班集体的候选名单。(Style class collective good design decision support software selection, use a database to store the performance of each participating class information, so that the system can provide a list of candidates for the collective good style of study classes each year according to the performance of each class (data).)
- 2014-01-21 20:49:19下载
- 积分:1
-
ipdatabase-master
说明: ipdatabase
二叉树快速搜索IP地址数据库
数据
数据源采用2015年广告协会制定的IP地址标准数据库,中国互联网广告行业统一采用的标准IP库。
原理
利用二叉树实现IP查询,首先将10进制IPV4地址转化为二进制构建二叉树,利用二叉树搜索进行搜索,查询时间复杂度log2n,比传统IP库n的查询速度高出一个量级。(Ipdatabase
Binary Tree Fast Search IP Address Database
data
The data source is the standard IP address database formulated by the Advertising Association in 2015, and the standard IP database adopted by the Internet advertising industry in China.
principle
The binary tree is used to realize IP query. Firstly, the 10-bit IPV4 address is converted into binary to construct a binary tree, and the binary tree search is used to search. The query time complexity log2n is one order of magnitude higher than that of traditional IP library n.)
- 2020-06-15 22:35:01下载
- 积分:1
-
una-saas-toturial-master
用Java实现的SaaS多租户软件,基于SpringBoot和JPA,独立数据库/共享数据库独立Schema的多租户系统。(SaaS multi-tenant software implemented in Java is a multi-tenant system based on SpringBook and JPA, independent database or shared database independent Schema.)
- 2020-06-23 18:20:02下载
- 积分:1
-
pso
实现机组负荷优化分配的粒子群算法MATLAB代码(MATLAB Code of Particle Swarm Optimization for Unit Load Distribution)
- 2021-04-22 23:38:48下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1
-
dubbo
Java SpringBoot整合dubbo实例(Java SpringBoot integration dubbo Example)
- 2020-06-24 15:20:01下载
- 积分:1
-
gleojava2
java画图程序,比较小巧(A very simple drawing program in Java)
- 2004-12-21 17:28:24下载
- 积分:1
-
处理dubbo和Spring占位符问题
处理dubbo和Spring占位符问题,使用springBoot(Dealing with Dubbo and Spring placeholders)
- 2020-06-24 01:40:02下载
- 积分:1
-
ordermeal
Java课程设计,一个基于socket套接字编程的局域网订餐系统,C/S结构,客户端可以查看菜单,下订单,服务器端接受订单。(Java curriculum design, a socket-based ordering system LAN socket programming, C/S structure, the client can view the menu, order, the server taking orders.)
- 2015-08-05 09:00:47下载
- 积分:1