Stella981 Stella981
3年前
Docker Selenium
SeleniumHQ官方项目:https://github.com/seleniumHQ/dockerselenium(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2FseleniumHQ%2Fdockerselenium)项目目前快速迭代中。<br
Stella981 Stella981
3年前
Google开源GSON的使用
\谷歌开原项目GitHub地址:https://github.com/google/gson1.新建一个maven项目,引入gson的dependency坐标依赖以及commonsio的坐标:<!处理json格式数据<dependency<groupIdcom.g
Wesley13 Wesley13
3年前
MySQL TIMESTAMP(时间戳)详解
在创建表时如果表中有一个字段类型为TIMESTAMP,则该字段默认的生成语句为:CREATETABLEtest(idint(11)DEFAULTNULL,ctimetimestampNOTNULLDEFAULTCURRENT_TIMESTAMPONUPDATECURRENT_TI
Easter79 Easter79
3年前
SpringBoot中 集成 redisTemplate 对 Redis 的操作(二)
SpringBoot中集成redisTemplate对Redis的操作(二)List类型的操作1、向列表左侧添加数据LongleftPushredisTemplate.opsForList().leftPush("name",name);2、向列表右侧添加数据
Stella981 Stella981
3年前
Guns 官方介绍
Guns码云地址:https://gitee.com/naan1993/guns/1、项目介绍介绍Guns基于SpringBoot,致力于做更简洁的后台管理系统,完美整合springmvcshiromybatisplusbeetlflowable!Guns项目代码简洁,注
Stella981 Stella981
3年前
Cocos Creator 鼠标事件
鼠标事件//使用枚举类型来注册node.on(cc.Node.EventType.MOUSE\_DOWN,function(event){console.log('Mousedown');},this);//使用事件名来注册node.on('mousedown',function(event){co
Stella981 Stella981
3年前
C# DateTime的 ParseExact和 TryParseExact 使用说明
最近需要把“20121010”转换为“20121010”格式,直接用Convert.ToDateTime("20121010"),系统报错“未被识别的DateTime类型”。解决方法:一、DateTime.ParseExactstring str "20121010";  IFormatProviderifp new Cu
Stella981 Stella981
3年前
SpringBoot中 集成 redisTemplate 对 Redis 的操作(二)
SpringBoot中集成redisTemplate对Redis的操作(二)List类型的操作1、向列表左侧添加数据LongleftPushredisTemplate.opsForList().leftPush("name",name);2、向列表右侧添加数据
Stella981 Stella981
3年前
GitHub 开源指南系列之一——如何参与开源?(下篇)
点击“开源之道”关注我们寻找打算做贡献的项目你读到这里,说明已经对于一个开源项目如何运作的有了清晰的认识,是该找一个合适的项目做贡献的时候了!假如你之前从来都没有为开源做过贡献的话,那么请记住来自美国总统约翰F.肯尼迪的这段话:不要问你的国家能为你做什么,要问你能为国家做什么。开源项目的方方面面都需要贡献者,你先不要