- 博客(52)
- 资源 (5)
- 收藏
- 关注
原创 关于RuoYi-Flowable-Plus后台管理系统 删除我的代办测试数据
删除表ACT_HI_PROCINST和ACT_HI_TASKINST。2.方法二: 走完流程,直接删除。我的已办查不出来数据,不必删除。如图删除这里的代办和已办。1. 点击搜索,相关代码。
2024-10-11 09:37:42 219
原创 UTC和北京时间
System.out.println("北京时间当天0点"+beijing0);System.out.println("当前北京时间"+beijingNow);System.out.println("utc当前时间"+utcNow);System.out.println("utc0点时间"+utc0);//当前北京时间----------》 对应的UTC时间。//北京时间当天0点--------》对应的utc时间。//北京时间当天0点。
2024-04-24 17:05:33 795 1
原创 docker 部署prometheus和grafana
targets: ['修改docker服务器IP:9100']3.创建文件/home/prometheus/3.启动prometheus 容器。5.启动grafana 容器。1.启动node 容器。4.创建文件夹,授权。
2023-10-28 18:35:57 562
原创 对象转换之modelmapper
方式一:Spring Boot Devtools+modelmapper。配置文件增加(需要集成springboot devtools)这里我们以springboot集成案例演示,方式二: maven包。
2023-10-13 19:08:12 612
原创 微服务moleculer03
1. Moleculer 目前支持SQLite,MySQL,MariaDB,PostgreSQL,MSSQL等数据库,这里以mysql为例。5.启动项目: 数据库自动创表products,并插入了一条数据,可以查询出来。2. package.json 增加mysql依赖。3.然后执行对应数据库的命令。6.具体的crud 可以参考。实现,这里就不详细介绍了。
2023-10-01 23:32:00 1142
原创 微服务moleculer01
Moleculer - Progressive microservices framework for Node.jsGitHub - moleculerjs/moleculer: :rocket: Progressive microservices framework for Node.js
2023-10-01 23:30:26 213
原创 windows 环境变量设置
方法二: powershell执行如下命令,注意修改。附: 常用cmd,powershell api 包。方法一:打开环境变量设置窗口(或者cmd 执行。如果需要单独设置环境变量,可移执行如下命令。>值为要设置的环境变量值。sysdm.cpl命令。
2023-09-27 20:55:55 553
原创 关于ssl 证书安装
1.登陆阿里云 ,申请免费的ssl证书。每人限制20个2.等待审核通过,下载相应的证书,目前支持下图所示类型的证书3.以配置tomcat 为例server.xml 修改如下内容 <!-- Define a SSL/TLS HTTP/1.1 Connector on port 8443 with HTTP/2 --> <Connecto...
2022-08-22 17:01:25 516 1
原创 MuleSoft----初识mulesoft
mulesoft 公司简介Ross Mason 在数10年前创建的,mule 一词来源于“骡子”,主要是为了避免这种单调乏味的苦差事 ; 繁重无聊的工作而诞生的。官网地址:https://www.mulesoft.com公司使命/口号: Connect anything. Change everything Connecting the world's applications, data, and devices创始人: Ross Maso...
2020-12-17 21:29:46 7138 2
原创 centos 安装docker
1.安装需要的软件包sudo yum install -y yum-utils device-mapper-persistent-data lvm22.设置yumsudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo3.查看docker 版本yum list docker-ce --showduplicates | sort -r4.安装docker
2020-05-13 14:39:54 144
原创 JXLS-01
说明:从V2.8.0以后,JXLS 从 BitBucket 迁移到了Github.官网 http://jxls.sourceforge.net源码:https://github.com/jxlsteam/jxlsmaven(2.8.1版本):<dependency> <groupId>org.jxls</groupId> <...
2020-04-26 16:26:44 861 1
原创 阿里奇门对接
最近公司需要获取淘系店铺订单的用户敏感数据,由于系统之前对接的是旺店通,所以需要调用奇门1,奇门是什么 这里就不再详细解释了,具体参考:https://open.taobao.com/doc.htm?docId=106847&docType=12. 调用流程A.申请应用 首先登陆https://open.taobao.com/(最好是主账号), 进...
2020-03-23 16:18:38 26334 18
原创 Idea 必备实用安装插件(持续更新)
1.activate-power-mode 代码补全2.Alibaba Java Coding Guidelines3.Free Mybatis plugin4.MyBatis Log Plugin5.lombok 省略 getter setter6.Key promoter 快捷键提示插件 7.Gr...
2020-03-18 12:41:43 2163
原创 vue-element-admin 安装以及遇到问题
问题1.Win dows 用户若安装不成功,很大概率是node-sass安装失败问题2. 没有安装 python解决:下载python 安装包(python-2.7.3.msi), 执行1.npm install --global --production windows-build-tools 2.npm install --glo...
2020-02-19 12:59:13 6347
原创 自定义webjars
https://www.webjars.org/ 提供了很多js 的jar,但是有时候有些js没有,我们也想打成jar,那怎么办?我们以jquery 3.4.1版本为例子开始1.创建如下结构pom文件内容如下:<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache....
2020-01-04 12:11:27 689
原创 jprofile+jrebel 启动配置
#jprofile +jrebel 配置如下图:CATALINA_OPTS=-agentpath:D:\software\jprofiler11\bin\windows-x64\jprofilerti.dll=port=34241,nowait,id=81,config=C:\Users\mayn.jprofiler11\jprofiler_config.xml
2019-12-27 10:18:43 590
原创 Flowable_01
官网地址:https://www.flowable.org/gitHub地址:https://github.com/flowable/flowable-engine文档地址:https://www.flowable.org/documentation.html安装前提:jdk8+Flowable 官网介绍 Flowable is a light-weight busin...
2019-12-14 09:19:24 273
原创 关于外网访问tomcat配置
下面以http://www.srnaturefood.com 为例简要说明1.修改8080====》80<Connector port="80" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />2. 修改defaultHost为域名或者ip地址<Engine name="...
2019-03-29 18:28:59 1317
原创 Aisino SK-820 打印税收票据
1.最近遇到要打印财务的税收票据,纸张采用241mm*93mm尺寸,先说下遇到的问题: (a)打印机纸张设置(共享的打印机) (b)打印机只打印第一页,不打印第二页和后续页面内容(a)解决方法: ****如果电脑连接的打印机是共享的,注意在打印机直接连接的电脑上设置纸张尺寸后,需要重新启动电脑(直接连接打印机的那台电脑),其余共享电脑才能在打印的时候找到添加的纸张...
2019-02-27 16:56:20 3209
原创 不同局域网共享打印机
问题描述:一台电脑ip:192.168.1.0(打印机所在电脑) 一台电脑ip:192.168.0.0(此电脑想共享上面这台电脑的打印机)操作流程:192.168.0.0设置流程:1.win+R 2.输入\\192.168.1.0 ...
2019-02-13 16:15:59 9040
原创 Asp项目部署到阿里云(windows环境)
1. 设置域名解析 127.0.0.1====》www.xxx.com2。配置IIS(可以百度,这里就不介绍了,重点是遇到到几个问题,截图说明)
2018-07-02 11:55:22 3276
原创 angularjs种子地址
1.https://github.com/angular/angular-seed2.https://github.com/CleverStack/angular-seed3.https://github.com/linemanjs/lineman-angular-template4.https://github.com/yeoman/generator-angular5.https://gith...
2018-05-21 11:30:11 419
原创 异常问题汇总
1.linux报·Bringing up interface eth0: Error: No suitable device found: no device found for connection 'System eth0'.解决方案
2018-05-16 10:12:40 376
原创 代码托管网站
1. GitHub (https://github.com)2.Gitlab(https://about.gitlab.com)3.Bitbucket(https://bitbucket.org)4.开源中国(http://git.oschina.net)5.coding.net(https://coding.net)6.CSDN代码托管(https://code.csdn.net)目前项目全部转...
2018-04-25 10:04:01 3888
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人