
java
lgs2016
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
RuoYi-Vue学习
前端运行 进入项目目录 cd ruoyi-ui 安装依赖 npm install 强烈建议不要用直接使用 cnpm 安装,会有各种诡异的 bug,可以通过重新指定 registry 来解决 npm 安装速度慢的问题。 npm install --registry=https://registry.npmmirror.com 本地开发 启动项目 npm run dev 4、打开浏览器,输入:(http://localhost:80 (opens new window)) 默认账户/密码 admin原创 2022-04-25 23:03:24 · 231 阅读 · 0 评论 -
ruoyi-vue常用表格
-- ---------------------------- -- 客户表 -- ---------------------------- drop table if exists sys_customer; create table sys_customer ( customer_id bigint(20) not null auto_increment comment '客户id', customer_name varchar(30)原创 2022-04-25 22:56:28 · 279 阅读 · 0 评论