会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蜗牛丶sky
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
下一页
2020年4月24日
VO属性限制注解
摘要: @Valid 注解类型 @Null限制只能为null @NotNull限制必须不为null @AssertFalse限制必须为false @AssertTrue限制必须为true @DecimalMax(value)限制必须为一个不大于指定值的数字 @DecimalMin(value)限制必须为一个
阅读全文
posted @ 2020-04-24 10:32 蜗牛丶sky
阅读(1383)
评论(0)
推荐(0)
2020年1月16日
IDE配置groovy脚本
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc
阅读全文
posted @ 2020-01-16 09:53 蜗牛丶sky
阅读(442)
评论(0)
推荐(0)
2019年10月28日
IDEA使用
摘要: 一、MAVEN项目添加本地jar 1、在src同目录下添加lib,存放需要添加jar。 2、file-》project structure-》libraries中添加lib目录 3、pom添加配置 二、
阅读全文
posted @ 2019-10-28 10:53 蜗牛丶sky
阅读(153)
评论(0)
推荐(0)
2019年10月12日
GIT命令
摘要: 1、git branch 查看分支 * master * 号为所在分支 2、git checkout -b dev 创建新分支 3、git push origin dev 推送新分支到远程仓库 4、git add 添加代码到本地仓库 (或者可视化添加) 5、git commit -m "业务质检代码
阅读全文
posted @ 2019-10-12 17:22 蜗牛丶sky
阅读(97)
评论(0)
推荐(0)
2019年9月20日
MongDB
摘要: 1、建立索引 进入命令行:环境path,配置安装目录的bin。之后cmd命令mongo 切换库:use XX 查询索引:db.tablename.getIndexes() 建立索引:db.tablename.ensureIndex({"name":1})
阅读全文
posted @ 2019-09-20 10:03 蜗牛丶sky
阅读(131)
评论(0)
推荐(0)
2019年9月10日
JS方法
摘要: 1、缓存方法 localStorage.setItem("isValue",false);
阅读全文
posted @ 2019-09-10 11:22 蜗牛丶sky
阅读(93)
评论(0)
推荐(0)
2019年7月23日
Linux 环境安装
摘要: 1、rz/sz:command not found yum -y install lrzsz nc:yum -y install nc 更换yum源:https://www.cnblogs.com/zero-gg/p/8477809.html、https://www.cnblogs.com/hzdw
阅读全文
posted @ 2019-07-23 15:20 蜗牛丶sky
阅读(407)
评论(0)
推荐(0)
2019年7月22日
ECLIPSE使用小笔记
摘要: 1、启动项目时,提示ClassNotFound: Bootstrp build path -> Deployment Assembly -> Add -> Java Build Path Entries -> Maven Dependencies
阅读全文
posted @ 2019-07-22 19:25 蜗牛丶sky
阅读(143)
评论(0)
推荐(0)
MAVEN小笔记
摘要: 1、强制打包 mvn clean install -e -U
阅读全文
posted @ 2019-07-22 19:23 蜗牛丶sky
阅读(89)
评论(0)
推荐(0)
2019年7月11日
mss
该文被密码保护。
阅读全文
posted @ 2019-07-11 22:39 蜗牛丶sky
阅读(1)
评论(0)
推荐(0)
1
2
3
4
5
下一页
公告