All Projects → hammerLei → web-DB-tools

hammerLei / web-DB-tools

Licence: other
web平台数据库SQL执行工具,权限、SQL收藏、SQL分享、以及一些小工具、webSQL

Programming Languages

javascript
184084 projects - #8 most used programming language
FreeMarker
481 projects
java
68154 projects - #9 most used programming language
CSS
56736 projects
SCSS
7915 projects
Less
1899 projects

Projects that are alternatives of or similar to web-DB-tools

subtitles-view
基于javaFX的简单字幕处理桌面程序,集成在线翻译及语音转换
Stars: ✭ 368 (+557.14%)
Mutual labels:  springboot
smart-cloud-examples
基于springcloud的脚手架(smart-cloud)示例,支持服务合并部署与拆分部署、接口加解密签名、日志数据脱敏、接口数据mock、接口文档自动生成、请求幂等校验、接口日志&&sql日志切面打印、分表分库分布式事务等
Stars: ✭ 23 (-58.93%)
Mutual labels:  springboot
springboot
🌿 springboot 分析与学习 & 入门示例 & 图文教程,本 Spring Boot 系列文章基于 Spring Boot 版本 v2.x 进行学习分析。 所有项目示例都有对应的文章介绍,可以直接点击 https://www.wdbyte.com 阅读。
Stars: ✭ 104 (+85.71%)
Mutual labels:  springboot
netty-learning
bio, nio到 netty各种使用案例, 包含基础使用案例,各api使用方法,零拷贝,websocket,群聊,私聊,编码,解码,自定义协议,protobuf等使用案例,rpc服务器,客户端等等学习
Stars: ✭ 49 (-12.5%)
Mutual labels:  springboot
SecExample
JAVA 漏洞靶场 (Vulnerability Environment For Java)
Stars: ✭ 228 (+307.14%)
Mutual labels:  springboot
canal-client
spring boot canal starter 易用的canal 客户端 canal client
Stars: ✭ 130 (+132.14%)
Mutual labels:  springboot
agile-wroking-backend
AgileWorking 是一个团队协作的微信小程序,此工程为小程序的后台实现
Stars: ✭ 67 (+19.64%)
Mutual labels:  springboot
spring-boot-kafka-websocket
spring boot kafka websocket demo
Stars: ✭ 18 (-67.86%)
Mutual labels:  springboot
spring-security-passwordless
Passwordless authentication example application using Spring Boot and Spring Security
Stars: ✭ 112 (+100%)
Mutual labels:  springboot
springboot2-reactive-kotlin
A simple counter using Spring Boot 2 and Kotlin
Stars: ✭ 19 (-66.07%)
Mutual labels:  springboot
aliyun-sms
阿里云 SMS 短信 Java SDK 封装
Stars: ✭ 67 (+19.64%)
Mutual labels:  springboot
active4j
Active4j-boot是基于SpingBoot2.0轻量级的java快速开发框架。以Spring Framework为核心容器,Spring MVC为模型视图控制器,Mybatis Plus为数据访问层, Apache Shiro为权限授权层, Redis为分布式缓存,Quartz为分布式集群调度,layui作为前端框架并进行前后端分离的开源框架
Stars: ✭ 32 (-42.86%)
Mutual labels:  springboot
spring-boot-mongo-docker
Spring Boot, Mongo and Docker. Run all with a single command.
Stars: ✭ 16 (-71.43%)
Mutual labels:  springboot
permission
前后端分离的后台权限管理系统,基于Spring Boot, Shiro, Vue, Element实现,预览地址http://123.206.82.234/#/login
Stars: ✭ 44 (-21.43%)
Mutual labels:  springboot
spring-security-mybatis-demo
A simple demo for Spring Security with Mybatis .
Stars: ✭ 48 (-14.29%)
Mutual labels:  springboot
mzt-biz-log
支持Springboot,基于注解的可使用变量、可以自定义函数的通用操作日志组件
Stars: ✭ 628 (+1021.43%)
Mutual labels:  springboot
compose-pay
🔱 HA distributed payment gateway. 高可用分布式支付网关/支付前置/支付系统/微信/支付宝
Stars: ✭ 21 (-62.5%)
Mutual labels:  springboot
HealerJean.github.io
HealerJean的梦想博客,代码都在博客里面(_posts下面具备很多代码,请大家耐心查找,以及MarkDown笔记)
Stars: ✭ 27 (-51.79%)
Mutual labels:  springboot
primo
primo轮子中心,为开发效率翻滚。(Java、Spring)一些自动生成代码的插件,缓存、限流、接口等快速接入的中间件也会逐渐弄起来
Stars: ✭ 74 (+32.14%)
Mutual labels:  springboot
SpringBoot-Learn
Spring Boot 入门
Stars: ✭ 62 (+10.71%)
Mutual labels:  springboot

web-DB-tools

体验地址 demo

简介

  • 一个web版数据库执行工具,而且写sql有提示,关键字和表名提示,没有字段提示.
  • 支持多条sql执行
  • 单条SQL执行table形式返回,多条SQL已JSON并格式化好返回展示.
  • 常用SQL收藏,编辑,删除,以及SQL分享给其他用户
  • 支持添加用户,权限配置,只读,读写,dml等
  • 支持定期密码更新提醒,只需一个配置设置密码必须更新的周期
  • 附带一些常用的开发工具,JSON格式化,freemarker语法测试,域名whois查询,正则表达式测试,分片上传文件至项目所在服务器.
  • 还有加了百度统计统计各个页面及用户分析,如需修改成自己,修改tj.ftl内容为自己的百度统计代码即可

全兴升级版 2018/11/03 win10风格

  • 全新window 10 风格
  • 支持主题、背景、开始菜单栏等自己定义配置
  • 可以自定义配置自己的菜单
  • 还可以设置锁屏、配置锁屏界面背景

技术框架及插件

  • spring boot,spring mvc
  • java,mysql
  • freemarker,html,js,jquery,css
  • bootstrap,layui

使用截图

login


单条SQL执行


多条SQL执行


收藏


导出结果


百度统计

win10版截图

1


2


3


3


4


5

部署说明

  • 服务器下基础java环境请自行配置
  • feature目录中包含该服务用户建表SQL及nginx配置
  • mvn package成jar包
  • 项目目录下主要包含这些文件和目录 conf dbTool-site-database-1.0-SNAPSHOT.jar log logs restart.sh
  • conf目录对象项目中的conf目录,里面文件内容打开看便知
  • restart.sh 脚本如下,自行修改路径和端口
#!/bin/bash

jar_file=dbTool-site-database-1.0-SNAPSHOT.jar
prot_file='Dserver.port=20101'

kill -9 `ps aux|grep $jar_file | grep $prot_file | grep java | grep -v grep | awk '{print $2}'`

echo "---------------------------kill done--------------------------------"

java -jar -Dserver.port=20101 -Dchime.application.name=site -Dspring.profiles.active=test 
dbTool-site-database-1.0-SNAPSHOT.jar >> $(pwd)/log/catalina-$(date +%Y-%m-%d).log &

echo "restart success!"
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].