All Projects → zhblue → Crud

zhblue / Crud

Licence: apache-2.0
CRUD is Really Urgly coDed -- 万能快速原型系统

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Crud

Bibsearch
Download, manage, and search a BibTeX database.
Stars: ✭ 52 (-67.9%)
Mutual labels:  automation, database
Ck
Collective Knowledge framework (CK) helps to organize black-box research software as a database of reusable components and micro-services with common APIs, automation actions and extensible meta descriptions. See real-world use cases from Arm, General Motors, ACM, Raspberry Pi foundation and others:
Stars: ✭ 395 (+143.83%)
Mutual labels:  automation, database
Sqlservice
The missing SQLAlchemy ORM interface.
Stars: ✭ 159 (-1.85%)
Mutual labels:  database
Postgresdbsamples
Sample databases for postgres
Stars: ✭ 161 (-0.62%)
Mutual labels:  database
Dro Matic
Fully Automated Hydroponic OS for DIY DRO-Matic cabinets - Nutrient dosing, irrigation, topoffs, timers, EC & pH drift fixing.
Stars: ✭ 160 (-1.23%)
Mutual labels:  automation
Sdb
Simple and fast string based key-value database with support for arrays and json
Stars: ✭ 159 (-1.85%)
Mutual labels:  database
Terrible
An Ansible playbook that apply the principle of the Infrastructure as Code on a QEMU/KVM environment.
Stars: ✭ 161 (-0.62%)
Mutual labels:  automation
Spring Boot Examples
个人学习 SpringBoot2.x 写的一些示例程序,目前正在持续更新中.....
Stars: ✭ 159 (-1.85%)
Mutual labels:  jsp
Postgres Migrations
🐦 A Stack Overflow-inspired PostgreSQL migration library with strict ordering and immutable migrations
Stars: ✭ 161 (-0.62%)
Mutual labels:  database
Dspp Keras
Protein order and disorder data for Keras, Tensor Flow and Edward frameworks with automated update cycle made for continuous learning applications.
Stars: ✭ 160 (-1.23%)
Mutual labels:  database
Netbox As Ansible Inventory
Ansible dynamic inventory script for Netbox.
Stars: ✭ 161 (-0.62%)
Mutual labels:  automation
Aenigma
The | state-of-the-art | secure-by-default | one-touch-deployed | XMPP server for everyone.
Stars: ✭ 160 (-1.23%)
Mutual labels:  automation
Github Actions Runner Operator
K8S operator for scheduling github actions runner pods
Stars: ✭ 159 (-1.85%)
Mutual labels:  automation
Autospotting
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
Stars: ✭ 2,014 (+1143.21%)
Mutual labels:  automation
Eicu Code
Code and website related to the eICU Collaborative Research Database
Stars: ✭ 159 (-1.85%)
Mutual labels:  database
Doctrine Postgis
Spatial and Geographic Data with PostGIS and Doctrine.
Stars: ✭ 161 (-0.62%)
Mutual labels:  database
Db
A blazing fast ACID compliant NoSQL DataLake with support for storing 17 formats of data. Full SQL and DML capabilities along with Java stored procedures for advanced data processing.
Stars: ✭ 159 (-1.85%)
Mutual labels:  database
Webtau
Webtau (short for web test automation) is a testing API, command line tool and a framework to write unit, integration and end-to-end tests. Test across REST-API, Graph QL, Browser, Database, CLI and Business Logic with consistent set of matchers and concepts. REPL mode speeds-up tests development. Rich reporting cuts down investigation time.
Stars: ✭ 156 (-3.7%)
Mutual labels:  database
Itunes Remote
Remotely control iTunes on Mac without Internet 🎶📱
Stars: ✭ 160 (-1.23%)
Mutual labels:  automation
Vue Materialize Datatable
A fancy Materialize CSS datatable VueJS component.
Stars: ✭ 162 (+0%)
Mutual labels:  database

CRUD

安装使用图文说明

CRUD is Really Urgly coDed -- 快速原型系统与通用后台

默认账号admin 密码admin

支持导入xls文件,直接生成表格,若表格已存在则导入数据。

支持查看界面,双击修改数据。

支持超文本编辑、文件上传。

新增权限管理,guest用户,显示内容单页含二维码。

数据库配置文件在WEB-INF/db.prop

image

约定如下:

1、每个表必须有id,自增类型

2、每个表id后的第一个字符型字段被当做外键关联的显示值

3、外键一律以表名_id进行命名。

datadic表用于翻译英文表名列名到中文,建表语句在db.sql。

除config/datadic/privilege/user四张系统表以外,样例表可以删除。 符合上述原则设计表,自动实现菜单、各表增删改,用于快速建立小型系统原型。

新增用户没有权限,权限表里增加记录,rightstr格式为[表名/类]权限/方法。

如: [config]read为读取config表权限,[]admin为管理员权限。

[com.newsclan.crud.Tools]update 表示允许调用com.newsclan.crud.Tools.update方法。

正常连接数据库后,新建符合上述要求的数据表,刷新页面会自动出现新的菜单,点击可以展开数据进行增删改。权限可以为insert/read/update/delete/upload等

需要中文含义,在数据字典表中进行添加即可,刷新页面立刻生效。

date/timestamp类型的自动会激活日期时间控件。

text类型自动以CKEditor进行编辑,支持上传图片与附件。

以_file结尾的varchar字段可以上传文件,并记录路径。

_id结尾的外键,自动显示为下拉选择。

在config/配置中增加记录 type=report记录将出现在报表菜单中。 value里可以自定义sql,START_DATE END_DATE用于日期筛选,USER_ID用于用户筛选,FILTER用于关键词查询。

type=menu的记录直接出现在主菜单里, 相当于没有起止日期和过滤词的报表的快捷方式。

image image image image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].