-
在线笔记本的笔记增删改查
1.项目简介
云笔记系统
笔记本管理,笔记管理,回收站管理,
分享和收藏管理,活动管理等
2.采用哪些技术体系(WEB)
tomcat(web服务器),
springmvc(请求接收和分发处理),
SpringIOC,AOP
(管理对象及其关系,解耦)
jquery (js框架,简化js+ajax开发),
fckeditor(js编辑器),
run_prettify(代码高亮显示)
ibatis(MyBatis,数据库操作),
mysql(数据库服务器)
a.所有界面采用HTML
(响应速度快)
b.所有请求都采用Ajax
(不刷新页面,局部更新,提升用户体验)
c.所有请求服务器采用JSON结果响应
- 2022-05-23 22:19:59下载
- 积分:1
-
漂亮的后台管理系统
这个模板还是很好看的,使用了大量的CSS和js
- 2022-05-13 03:45:33下载
- 积分:1
-
糗事百科本地
package com.jeremyfeinstein.slidingmenu.lib.app;
import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu;
import android.os.Bundle;
import android.preference.PreferenceActivity;
import android.view.KeyEvent;
import android.view.View;
import android.view.ViewGroup.LayoutParams;
public class SlidingPreferenceActivity extends PreferenceActivity implements SlidingActivityBase {
private SlidingActivityHelper mHelper;
/* (non-Javadoc)
* @see android.app.Activity#onCreate(android.os.Bundle)
*/
@Override
public void onCreate(Bundle savedInstanceState) {
mHelper = new SlidingActivityHelper(this);
super.onCreate(savedInstanceState);
mHelper.onCreate(savedInstanceState);
}
/* (non-Javadoc)
* @see android.app.Activity#onPostCreate(android.os.Bundle)
*/
@Overri
- 2022-02-25 08:01:17下载
- 积分:1
-
fhadmin
FH Admin 是目前主流的java快速开发平台,适合新手买来学习用 、公司买来自己用、高手大神买来干私活用(有代码生成器快速开发利器)目前主流的java快速开发平台,适合新手买来学习用 、公司买来自己用、高手大神买来干私活用(有代码生成器快速开发利器)
- 2022-09-18 14:40:05下载
- 积分:1
-
OA微云平台
办公自动化(OA)是面向组织的日常运作和管理,员工及管理者使用频率最高的应用系统,极大提高公司的办公效率。oasys是一个OA办公自动化系统,使用Maven进行项目管理,基于springboot框架开发的项目,mysql底层数据库,前端采用freemarker模板引擎,Bootstrap作为前端UI框架,集成了jpa、mybatis等框架
- 2022-01-25 16:07:51下载
- 积分:1
-
基于bootstrap+springMVC+hibernate/mybatis的快速开发平台
封装完善的用户基础权限、强大的数据权限、和数据字典等基础功能,直接使用无需修改,常用共通封装,各种工具类(定时任务,短信接口,邮件发送,Excel导出等),基本满足80%项目需求,集成简易报表工具,图像报表和数据导出非常方便,可极其方便的生成pdf、excel、word等报表;集成工作流activiti,并实现了只需在页面配置流程转向,可极大的简化jbpm工作流的开发
- 2023-04-15 09:30:12下载
- 积分:1
-
WebSocket 聊天
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- 2022-04-20 03:28:46下载
- 积分:1
-
JAVA酒店管理系统
利用JS做的酒店管理系统,完成酒店客房的管理,顾客的入住,结账,及超市购物的结算;对酒店清洁人员能及时显示待打扫房间;对超市进货员能进行货物的购进与撤销;对人员变更只有S管理员才有权限!!!
- 2023-04-09 14:30:19下载
- 积分:1
-
初学者SSH婚庆网站,附带MYSQL数据库
一个简单的SSH小项目,比较适合初学者练手,有注册登录功能,前台包含主页,婚纱租赁,婚车租赁,婚礼主题预定等等功能,包含数据库
- 2022-03-07 13:31:43下载
- 积分:1
-
基于ssh图书网站
这是一个Struts2+Hibernate+spring的网上图书贩卖系统,游客可以浏览图书,登录后可以购买书籍,管理员登录后可以管理书籍,包括增加,修改和删除。
- 2022-02-03 21:09:31下载
- 积分:1