资源列表
javawebmanager
- javaweb水电费管理系统,数据库使用的是mysql-javaweb utilities management system, using mysql
dazi
- 运用Java和MySQL实现的打字测试系统,可以随机调取文件和计时-Using Java and MySQL typing test system, and timing can be random draw on file
v1.3
- 百度离线地图1.3,通过获取瓦片的形式拼接成地图-baidu map version 1.3
ECLIPSE
- android 模仿windows 自制画板 Android 随手势滑动销毁(finish)Activity Android-Material-circular-button图片切换和按钮联动效果 Android的graphics绘制了印章图像 android电子签名,屏幕上手写签名 Android截图,圆形,Canvas android实现的公章效果 Android手写签名-Android imitation windows homemade drawing boa
RainQuality
- 雨量监测的增删改查,使用jdbc完成的功能实现-Rainfall monitoring additions and deletions search, use jdbc complete the function
MyEclipse-9
- 学生管理系统,实现了多表查询,增删改等功能,数据库运用MYsql,结合Servlet等功能实现了一个完整的学生管理系统,适合于新手学习使用。-Student management system to achieve a multi-table query, add, delete and other functions, the using MYsql, combined with Servlet and other functions to achieve a complete studen
wygl_mysql
- java开发物业管理小系统,对于小区物业的水电煤气都有模板,并带基础sql表-Java development of small property management system for the plot of water and gas properties have a template, and with the basis of sql table
china-main-city
- 全国344个城市行政区json文件。可用于echarts地图扩展。-National 344 cities JSON file. Can be used for echarts map expansion.
java_cheese
- java中国象棋联机对战,非常好用,带jar及源码,带服务端和客户端-JAVA Chinese chess online battle, very easy to use, with jar and source code, with the server and client
SSM
- Spring,SpringMVC,Mybatis的整合,适合刚开始学的同学练练手-Spring, SpringMVC, Mybatis integration, for the beginning of school students practice
Personal-finance
- 一个基于jsp的个人理财系统,收支记账日常收支活动进行记录。对每天的消费及时入账。便于以后对家庭收支或个人收支的查询和统计。它记录了收支活动的日期,收支类型,活动说明,收入金额,支出金额,余额,及消费者。收支分类收支分类主要为各种收支活动按一种统一的标准进行分类,便于对各类收支进行分类统计整理。用户可以用收支分类表自行添加新的收支类型,删除不需要的或模糊的类目,并可查询和浏览系统中所有类目信息。收支类型信息作为系统信息为各种记账活动提供选择。-A personal financial manag
callServer
- 1. 用户通过websocket与netty创建通讯 2. 用户链接到服务器队列中 3. 队列通过轮训机制判定netty是否有可以服务的客服 4. 如果有则将队列中的用户channel转给客服进行点对点通讯 5. 队列有自己的最大容载量 6. 每个客服可以同时服务N个用户 7. 没有空闲客服的时候用户们只能在队列中慢慢排队 8. 队列状态及实时位置由队列向队列内用户推送 9. 当有空闲位置的时候,轮训机制会将队列中首位用户放到netty中进行与客服