2020年6月13日 多云转暴雨?? I'm sad,tired,negative,powerless,miss,lonely fine :) 那你回去等通知吧 面试官:我看你简历上说,你的主要编程语言是Java,偶尔也用Python,那么你可以说一下这两个的相同点在什么地方吗? 山禾:它们都是高级 ...
分类:
其他好文 时间:
2020-06-15 10:34:54
阅读次数:
83
Description Given a positive integer n, find the number of non-negative integers less than or equal to n, whose binary representations do NOT contain ...
分类:
其他好文 时间:
2020-06-13 17:32:34
阅读次数:
56
Remove Completely and Install sudo apt-get remove --purge "mysql*" sudo apt-get purge "mysql*" sudo apt-get autoremove sudo apt-get autoclean sudo apt ...
分类:
数据库 时间:
2020-06-10 13:03:10
阅读次数:
71
Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2. Note: The length of both num1 and num2 is < 5100 ...
分类:
其他好文 时间:
2020-06-06 11:10:45
阅读次数:
57
MemoryCache是.Net Framework4.0中加入的内存缓存类; 在.Net Core的版本中,加入了以下内容: 1.缓存过期的回调 2.缓存容量的控制 3.缓存项优先级设定 4.缓存压缩 准备工作:Nuget安装Microsoft.Extensions.Caching.Memory ...
分类:
Web程序 时间:
2020-06-06 09:16:03
阅读次数:
244
64位系统 1.4.4版本:http://static.runoob.com/download/memcached-win64-1.4.4-14.zip 64位系统 1.4.5版本:http://static.runoob.com/download/memcached-1.4.5-amd64.zip ...
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist ...
分类:
其他好文 时间:
2020-05-30 23:25:31
阅读次数:
106
高并发 Nginx+Lua OpenResty系列(8)——Lua模版渲染 https://www.cnblogs.com/babycomeon/p/11109494.html 模版渲染 动态web网页开发是Web开发中一个常见的场景,比如像京东商品详情页,其页面逻辑是非常复杂的,需要使用模板技术来 ...
分类:
其他好文 时间:
2020-05-27 15:10:34
阅读次数:
62
使用mysql8.0版本,登录失败,提示 Authentication plugin 'caching_sha2_password' is not supported。 原因是在MySQL 8.0以后,默认的密码加密方式是caching_sha2_password而不是mysql_native_pa ...
分类:
数据库 时间:
2020-05-25 19:54:59
阅读次数:
172
Redis 作者在博客正式宣布 Redis 6.0 发布了!!!地址:http://antirez.com/news/132 Redis 6是有史以来改变最大的 "Redis" 版本,因此即使稳定,也要小心处理,并在投入生产之前对其进行测试,以进行工作量测试。 到目前为止,我们从未发现重大问题,但请 ...
分类:
其他好文 时间:
2020-05-22 09:37:01
阅读次数:
203