
web应用
文章平均质量分 57
demobyzzm
study by demo
展开
-
基于若依技术底座开发进销存系统
平台简介基于若依微服务源码做一个集成docker脚本的小demo,原代码结构不变,只添加oms功能模块。新增wms-oms模块##代码改动:nacos指令:startup -m standalone 本地运行先设置hosts127.0.0.1 nacos127.0.0.1 mysql127.0.0.1 redis127.0.0.1 wms-auth127.0.0.1 wms-gateway127.0.0.1 wms-system127.0.0.1 wms-oms原创 2021-08-12 10:31:32 · 2604 阅读 · 0 评论 -
商品多规格实现
测试地址:http://8.135.119.210/用户名:test密码:123456原创 2021-05-31 10:22:16 · 602 阅读 · 1 评论 -
springboot+vue动态字段,动态列表显示
1、后台代码片段: @GetMapping("tableList") public R tableList(String tableName) { //startPage(); Map<String, Object> params = new HashMap<>(); params.put("tableName", tableName); params.put("fields", "*"); params.put("page", getRequest(原创 2020-06-09 07:39:44 · 2982 阅读 · 0 评论 -
小试多数据抽取表结构
最近想做一个web的etl数据抽取的系统,看看nifi的效果怎么样原创 2020-06-02 07:44:25 · 295 阅读 · 0 评论 -
linux杀掉tomcat进程
#kill -9`ps -ef|grep tomcat|grep -w startup|awk '{printf $2}'`原创 2014-05-06 11:32:08 · 671 阅读 · 0 评论 -
jqueryEasyUI对列按钮的传值或获取列ID
http://www.360doc.com/content/11/1110/15/1039473_163328281.shtml转载 2014-03-26 15:16:27 · 995 阅读 · 0 评论 -
spring boot 第三步 mvc+jpa+spring security+themeleaf
1.spring mvc + jpa参考https://blog.youkuaiyun.com/jo7490/article/details/800729452.pom.xml引入依赖及application.xml配置如下:<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4...原创 2018-07-11 22:59:27 · 1111 阅读 · 1 评论