摘要: Core technologies: dependency injection, events, resources, i18n, validation, data binding, type conversion, SpEL, AOP. Testing: mock objects, TestCon 阅读全文
posted @ 2019-08-09 15:51 SSimple 阅读(224) 评论(0) 推荐(0) 编辑
摘要: //pom.xml 阅读全文
posted @ 2019-08-08 09:40 SSimple 阅读(115) 评论(0) 推荐(0) 编辑
摘要: StringUtils.isEmpty()--null,长度为零 StringUtils.isBlank()--null,长度为零,空串 阅读全文
posted @ 2019-08-06 12:36 SSimple 阅读(119) 评论(0) 推荐(0) 编辑
摘要: “锁屏界面设置"->"屏幕保护程序设置"->调整”等待"时间 阅读全文
posted @ 2019-07-30 13:55 SSimple 阅读(397) 评论(0) 推荐(0) 编辑
摘要: data-toggle:指定出发的形式collapse,modal,popover,tooltips。 data-target:指定出发的目标元素。 一起使用就是以什么样的形式出发哪个元素。 阅读全文
posted @ 2019-05-26 04:14 SSimple 阅读(3560) 评论(0) 推荐(0) 编辑
摘要: text-center:让子元素居中 center-block:元素让自己居中 col-md-offset-*:偏移 阅读全文
posted @ 2019-05-22 19:28 SSimple 阅读(1102) 评论(0) 推荐(0) 编辑
摘要: 软件 集搜客Gooseeker 八爪鱼 网络矿工 火车头 神箭手平台 程序 java Python R C# PHP 阅读全文
posted @ 2019-05-19 21:26 SSimple 阅读(166) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get update 更新软件源 sudo apt-get install nfs-kernel-server 安装nfs服务器 cd /srv ,sudo mkdir nfs ,ls 进入srv目录,创建共享目录nfs,查看创建情况 cd /mnt,sudo mkdir nfs 阅读全文
posted @ 2019-05-19 21:14 SSimple 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 下面四个函数是调试代码的好帮手。 console.log() console.info() console.debug() console.warn() console.error() 下面是格式化字符 %s %d %f %i也是整数 %o对象(可以显示对象的结构) 下面是分组显示 console. 阅读全文
posted @ 2019-05-19 00:05 SSimple 阅读(1065) 评论(0) 推荐(0) 编辑
摘要: 按下F7键可以打开浏览器的光标功能。再按一次此功能就会被关闭。方便了用键盘操作的用户。 阅读全文
posted @ 2019-05-18 23:30 SSimple 阅读(518) 评论(0) 推荐(0) 编辑