Redis 命令、数据类型 Redis 命令用于在 Redis 服务上执行操作。要在 Redis 服务上执行命令需要一个 Redis 客户端。Redis 客户端在我们之前下载的的 Redis 的安装包中。 Redis 主要支持五种数据类型:string(字符串),hash(哈希),list(列表), ...
分类:
其他好文 时间:
2020-06-10 20:52:46
阅读次数:
60
A:Saving Tang Monk 总时间限制: 1000ms 内存限制: 65536kB描述 《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. ...
分类:
其他好文 时间:
2020-06-09 23:56:43
阅读次数:
153
html: <div class="box"> <div class="first">85.719</div> <div class="second">214.281</div> </div> css: .box{ width: 300px; display: flex; } .first{ bac ...
分类:
其他好文 时间:
2020-06-09 14:50:39
阅读次数:
60
60s 验证码倒计时方法 //60s倒计时 const handleCountDown = (seconds = 60) => { // let second = 60; let second = seconds; const countDown = ()=> { // timer && clear ...
分类:
Web程序 时间:
2020-06-09 09:42:44
阅读次数:
114
(一)事务的概念 谈到数据库的高级应用,不可避免会谈到事务。熟悉mysql的朋友们对事务肯定不陌生,简单来讲事务就是控制一个数据库操作序列要么全部执行要么全部不执行。今天我们就来了解redis中的事务是如何执行和使用的。 (二)redis事务的操作 在mysql中,事务的执行通过以下三步: begi ...
分类:
其他好文 时间:
2020-06-08 20:39:07
阅读次数:
54
五一期间原计划是写两篇文章,看一本技术类书籍,结果这五天由于自律性过于差,禁不住各种诱惑,我连电脑都没打开过,计划完美宣告失败。所以在这能看出和大佬之间的差距,人家没白没夜的更文,比你优秀的人比你更努力,难以望其项背,真是让我自愧不如。
知耻而后勇,这不逼着自己又学起来了,个人比较喜欢一些实践类的... ...
分类:
其他好文 时间:
2020-06-08 17:23:58
阅读次数:
75
1、配置文件 spring.second-datasource.driver-class-name= spring.second-datasource.jdbc-url= spring.second-datasource.username= spring.second-datasource.pass ...
分类:
数据库 时间:
2020-06-08 14:51:33
阅读次数:
360
Foundation 默认设置 Foundation 使用浏览器默认字体大小 (font-size:100%)。对于大多数桌面浏览器来说,字体默认为 16px。对于大多数移动端浏览器来说,字体默认为 12px。默认的字体为 "Helvetica Neue", line-height 默认为 1.5。 ...
分类:
其他好文 时间:
2020-06-08 14:18:16
阅读次数:
53
depot_tools_tutorial(7) Manual Page NAME depot_tools_tutorial - A tutorial introduction to the Chromium depot_tools git extensions. DESCRIPTION The Ch ...
分类:
其他好文 时间:
2020-06-08 14:17:01
阅读次数:
74
/*获取时间*/ getTime: function() { var _this = this; let yy = new Date().getFullYear(); let mm = new Date().getMonth() + 1; let dd = new Date().getDate(); ...
分类:
其他好文 时间:
2020-06-08 12:43:32
阅读次数:
68