笔记
LLY-yy
新手而已
展开
-
java和maven环境变量配置踩坑
java和maven配置环境变量原创 2022-09-13 16:30:39 · 213 阅读 · 0 评论 -
小程序增删改查
//pages/hello/hello.jsconstdb=wx.cloud.database();varllyId="";Page({/***页面的初始数据*/data:{hello:'你好',helloa:'你好'},click:function(){this.setData({helloa:'我也好!!!'...原创 2022-05-05 10:27:06 · 825 阅读 · 0 评论 -
添加sql语句积累
@Insert("insert into user(userName,age) values(#{user.userName}, #{user.age})")void saveImport(@Param("user") User userLists);原创 2022-04-09 19:29:13 · 850 阅读 · 0 评论 -
查询sql语句积累
sql语句积累原创 2022-04-09 19:28:11 · 261 阅读 · 0 评论 -
类定义格式注解
1原创 2020-04-19 14:11:27 · 264 阅读 · 0 评论 -
图片 logo编辑
https://www.canva.cn/原创 2020-03-19 09:14:49 · 133 阅读 · 0 评论 -
nginx.conf
server { listen 8585; server_name 192.168.96.11; root /home/my-project/admin/; index /index.html; location /admin { proxy_pass http://1...原创 2020-03-10 12:01:29 · 110 阅读 · 0 评论