-
jQuery
jQuery学习教程,适合初学者观看,对刚开始了解jQuery的人是一本不错的教程(jQuery tutorial for beginners view of people who just begin to understand jQuery is a good tutorial)
- 2010-12-06 11:47:10下载
- 积分:1
-
filtering
用JAVA写的带通滤波代码,实现思路很简单,没有采用各种数字滤波的方法。而是通过傅里叶变换到频域,将要求外的频率均置0,再逆傅里叶变换得到的。效果还不错。(Written using JAVA bandpass filtering code to achieve the idea is very simple, without using a variety of digital filtering approach. But through the Fourier transform to the frequency domain, the frequency requirements are set to 0, then the inverse Fourier transform. Results were pretty good.)
- 2021-01-15 00:08:46下载
- 积分:1
-
Java_diside
java 设计模式chm版,内容丰富。学习好(chm version of java design patterns, rich in content.)
- 2009-04-26 16:05:55下载
- 积分:1
-
hadoopGIS
hadoop是众所周知的云计算平台,hadoopGIS是基于hadoop进行云GIS试验的成果,实现在云环境下的数据存储、读取等功能(hadoop is well known cloud computing platform, hadoopGIS for cloud hadoop GIS based on test results, achieved under the cloud of data storage, reading and other functions)
- 2010-08-22 17:45:42下载
- 积分:1
-
MoonBaseAlpha
Java月球基地游戏源代码,可学习一下Java游戏的编写.(Lunar base Java game source code, you can learn about Java Games preparation.)
- 2013-07-21 14:48:55下载
- 积分:1
-
shopping
一个有jsp和servlet开发的网络购物系统(A jsp and servlet development of online shopping system)
- 2009-03-07 10:40:00下载
- 积分:1
-
SPPanAdmin
说明: 1、该权限管理系统包括用户管理,角色管理,资源链接管理模块,可以动态分配权限和角色。
2、使用springboot、springdata jpa、shiro等服务端技术,使用freemarker模版渲染页面。
3、系统中对springdata的查询条件Specification做了简单的封装,更加方便查询条件的灵活使用。
4、前端技术:使用Hadmin系统模版,数据表格使用bootstrap table插件,弹窗使用layer插件,日期选择使用laydate插件。表单验证使用jQuery validate插件等等。
5、系统部署:
1)使用mysql数据库,先建立一个空数据库base,最好编码使用utf-8字符集,不然会乱码。
2)把application.properties中的数据库连接信息修改成自己数据库的连接信息。
3)修改spring.jpa.hibernate.ddl-auto为create,目的是让系统自动建表同时初始化相关集成数据。如果不需要自动初始化数据,可以删除resource目录下的import.sql文件。
6、系统启动后,访问:127.0.0.1/admin/会自动跳转到后台登录页面。
7、初始用户名和密码为:admin/111111。(Running environment: jdk8 (jdk7 can also), mysql, Maven build)
- 2019-05-26 10:26:31下载
- 积分:1
-
share
说明: 自定义弹簧分享菜单布局,结合rebound动画实现,仿微博分享动画弹框效果。(Customize the spring sharing menu layout, combined with bounding animation, and share the animation pop-up effect on Weibo.)
- 2020-03-17 17:17:09下载
- 积分:1
-
Zkonline-demo
基于zkonline的指纹识别系统,有demo文件,指纹认证,登陆界面等等(base on zkonline finger verification system, including demo documents and finger verification and login interface)
- 2020-06-26 15:40:02下载
- 积分:1
-
2008010
编写一个线段类 MyLine,要求如下:
主要属性有: x ,y ;类型为Point (查看API)
编写构造方法,如 MyLine(Point p1 , Point p2)
编写5个成员方法。如:
检查线段是否位于第一象限check()…
求线段的长度 length() …
判断两条直线是否相交(另一线段作为参数)。
编写一点到该线段(或延长线)的距离
其他方法。
注:编写方法时,考虑利用Point类的方法
编写测试程序
(Write a segment class MyLine, requirements are as follows: The main attributes are: x, y type Point (see API) the preparation of construction methods, such as MyLine (Point p1, Point p2) prepared by five members of the method. Such as: Check whether the line segment in the first quadrant check () ... order to segment the length of the length () ... to determine whether the two straight lines intersect (the other segment as a parameter). The preparation of 1:00 to the line segment (or extension) of the distance from other methods. Note: The preparation method, consider using the Point class approach to preparing test program)
- 2009-12-24 14:03:10下载
- 积分:1