联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据库系统(21) 
按平台查找All JavaScript(21) 

[数据库系统] UeditorSpringboot

站内信demo: Vue + Ueditor + SpringBoot,修改了ueditor的后端和前端源码,实现定制化站内信,支持图片上传,文件上传到本地。也可扩展七牛云存储或者其他资源服务器等。
Demo: Vue+Ueditor+SpringBoot, which modifies the back-end and front-end source code of ueditor to achieve customized messages on the site, supporting image upload and file upload locally. It can also expand the Qiniu cloud storage or other resource servers. (2023-04-14, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1699886564545599.html

[数据库系统] E-commerce-Back-End

我扩展了电子商务企业的给定起始代码,以构建数据库,用产品、类别和标记数据为其播种,并为CRUD操作启用API交互,在SQL数据库中进行实时表更新。
I expanded given starter code for an E-commerce business to build the database, seed it with product, category, and tag data, and enable API interactions for CRUD operations, with real-time table updates in the SQL database. (2023-09-07, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694239988925099.html

[数据库系统] thesecretlivesofdata-cn

Raft 分布式共识算法动画演示中文最新版,也包含官方中文版raft集群在线演示网站两种。,
The latest Chinese version of Raft distributed consensus algorithm animation demonstration also includes two official Chinese versions of Raft cluster online demonstration websites., (2022-04-01, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693537194699318.html

[数据库系统] CockroachLabsCN-Web

蟑螂实验室CN网络项目。,
CockroachLabsCN web project., (2018-05-16, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693493025716932.html

[数据库系统] OA-system-Facial-Recognition

基于人脸识别的企业自动化办公OA系统,双端适配(移动端和PC端),前端Vue后端Node+express,数据库mysql,基本功能有:人脸打卡,业务流程的流转,请假功能,公告功能,文件的上传与下载,im等..,
Enterprise automatic office OA system based on face recognition, dual end adaptation (mobile end and PC end), front-end Vue back-end Node+express, database MySQL, basic functions include: face clock in, business process flow, leave function, announcement function, file upload and download, im, etc, (2023-07-01, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1691011999299173.html

[数据库系统] Enterprise_Personnel_Management_System

数据库课程设计——企业人事管理系统,
Database course design - enterprise personnel management system, (2023-07-16, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1691011977289796.html

[数据库系统] mini-bookkeeping

迷你簿记是一个桌面应用程序,小型企业可以使用它来管理他们的支出。它是用Electron、Vue.js和...,
mini-bookkeeping is a desktop application that a small business can use to manage their expenses. It was built with Electron, Vue.js and Vuetify. MariaDB (MySQL) is used as a RDBMS. (2021-07-28, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689736810464589.html

[数据库系统] Oblecto

Oblecto是一个媒体服务器,它传输您已经拥有的媒体,并被设计为您娱乐体验的核心。它在家庭服务器上运行,用于索引和分析电影和电视剧等媒体,并在为媒体消耗需求量身定制的界面中显示它们。
Oblecto is a media server, which streams media you already own, and is designed to be at the heart of your entertainment experience. It runs on your home server to index and analyze your media such as Movies and TV Shows and presents them in an interface tailored for your media consupmtion needs. (2023-04-15, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689542828680016.html

[数据库系统] auto-sql-back

企业web应用程序ERD工具
An enterprise web application ERD TOOL (2022-01-02, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688555824984944.html

[数据库系统] coding-standards

一种企业系统编码标准
A coding standards for enterprise system (2023-03-26, JavaScript, 539KB, 下载0次)

http://www.pudn.com/Download/item/id/1687327858124685.html

[数据库系统] express-ejsandhtml-mongoose

用express生成器创建一个有前端页面和后台管理系统的企业站点(后台用node的express框架,数据库用mongodb的mongoose的框架,模板使用的ejs和html)
Create an enterprise site with front-end pages and backend management system using the express generator (using node s express framework in the backend, Mongoose s Mongoose framework in the database, and ejs and HTML in the template) (2018-12-28, JavaScript, 18838KB, 下载0次)

http://www.pudn.com/Download/item/id/1545986994683376.html

[数据库系统] SolidChoiceSys

客户关系管理是企业为了优化长期价值和管理客户而选择的经营战略,而基于J2EE平台的CRM系统可以实现移动办公和分布式管理的需求.采用目前流行的SSM(Spring MVC、Spring和MyBatis)框架进行CRM系统开发,提高了系统开...
Customer relationship management is a business strategy chosen by enterprises to optimize long-term value and manage customers. A CRM system based on the J2EE platform can meet the needs of mobile office and distributed management. The current popular SSM (Spring MVC, Spring, and MyBatis) framework is adopted for CRM system development, which improves system performance (2019-02-21, JavaScript, 61234KB, 下载0次)

http://www.pudn.com/Download/item/id/1550715806441922.html

[数据库系统] company-site-fullstack

基于express+vue3的全栈企业网站项目。后端采用nodejs的express框架以及MVC的项目架构,RESTFul的接口规范,数据库则使用了与JavaScript更契合的MongoDB。前端分为后台管理系统和前台客户端,都采...
A full stack enterprise website project based on express+vue3. The backend adopts Nodejs express framework and MVC s project architecture, RESTful s interface specification, and the database uses MongoDB, which is more compatible with JavaScript. The front-end is divided into a backend management system and a front-end client, both of which adopt (2023-05-09, JavaScript, 8343KB, 下载0次)

http://www.pudn.com/Download/item/id/1683595319447112.html

[数据库系统] OnlineDisk

大数据企业实训项目:基于SpringMVC+Spring+HBase+Maven搭建的Hadoop分布式云盘系统。使用Hadoop HDFS作为文件存储系统、HBase作为数据存储仓库,采用SpringMVC+Spring框架实现,包...
Big Data Enterprise Training Project: A Hadoop distributed cloud disk system built based on SpringMVC+Spring+HBase+Maven. Hadoop HDFS is used as the file storage system, HBase is used as the data storage warehouse, and the Spring MVC+Spring framework is used to implement the package (2022-12-16, JavaScript, 118462KB, 下载0次)

http://www.pudn.com/Download/item/id/1671160673757148.html

[数据库系统] BMAdmin

BM Admin 是一个用于快速搭建企业后台管理系统的基础项目,项目集成了常用的通用性的用户,角色,权限,日志,数据库等功能,项目实现前后端分离以方便使用者,项目基于springboot,java8等.
BM Admin is a basic project used to quickly build an enterprise backend management system. The project integrates commonly used and universal functions such as users, roles, permissions, logs, databases, etc. The project achieves front-end and back-end separation for user convenience. The project is based on Springboot, Java8, and others (2017-10-30, JavaScript, 1969KB, 下载0次)

http://www.pudn.com/Download/item/id/1509329473632361.html

[数据库系统] OnlineDisk

大数据企业实训项目:基于SpringMVC+Spring+HBase+Maven搭建的Hadoop分布式云盘系统。使用Hadoop HDFS作为文件存储系统、HBase作为数据存储仓库,采用SpringMVC+Spring框架实现,包...
Big Data Enterprise Training Project: A Hadoop distributed cloud disk system built based on SpringMVC+Spring+HBase+Maven. Hadoop HDFS is used as the file storage system, HBase is used as the data storage warehouse, and the Spring MVC+Spring framework is used to implement the package (2018-02-03, JavaScript, 118462KB, 下载0次)

http://www.pudn.com/Download/item/id/1517657286177635.html

[数据库系统] NutzFw

Java开源企业级快速开发框架、后台管理系统,拥有完善的权限控制、代码生成器、自定义表单、动态数据库、灵活的工作流、手机APP客户端、支持前后端分离开发。
Java open-source enterprise level rapid development framework, backend management system, with complete permission control, code generator, custom forms, dynamic database, flexible workflow, mobile app client, and support for front-end and back-end separation development. (2022-01-09, JavaScript, 41033KB, 下载0次)

http://www.pudn.com/Download/item/id/1641706613888299.html

[数据库系统] o2oa

开源OA系统 - 码云GVP|Java开源oa|企业OA办公平台|企业OA|协同办公OA|流程平台OA|O2OA|OA,支持国产麒麟操作系统和国产数据库(达梦、人大金仓),政务OA,军工信息化OA
Open source OA system - Code Cloud GVP | Java Open source OA | Enterprise OA Office Platform | Enterprise OA | Collaborative Office OA | Process Platform OA | O2OA | OA, supporting domestic Qilin operating system and domestic databases (Dameng, Renmin Financial Warehouse), government OA, military information OA (2023-05-26, JavaScript, 128434KB, 下载0次)

http://www.pudn.com/Download/item/id/1685046211347994.html

[数据库系统] RIDB

娱乐信息数据库
Recreation Information Database (2018-10-13, JavaScript, 269KB, 下载0次)

http://www.pudn.com/Download/item/id/1539441634377721.html

[数据库系统] lepus

基于Python&&PHP的lepus数据库企业监控系统
lepus database enterprise monitor system by Python && PHP (2017-10-18, JavaScript, 6646KB, 下载0次)

http://www.pudn.com/Download/item/id/1508264015126760.html
12
总计:21