SELECT within SELECT Tutorial 5.Germany (population 80 million) has the largest population of the countries in Europe. Austria (population 8.5 million ...
分类:
数据库 时间:
2020-08-04 09:47:59
阅读次数:
90
原文地址:What is a Polyfill? polyfill 或者说polyfiller是一段代码(或者插件),它可以提供给开发者们希望浏览器原生支持的技术。实现你想要的任何api。 是从哪里创造polyfill这个词的呢? 2009年的时候,我正在编写Introducing HTML5。我坐 ...
分类:
其他好文 时间:
2020-08-04 09:47:43
阅读次数:
83
select的作用 Go里面提供了一个关键字 select, 通过 select 可以监听channel上的数据流动. select 的用法与 switch 语言非常类似, 由 select 开始一个新的选择块, 每个选择条件由 case 语句来描述. 与 switch 语句相比, select 有 ...
分类:
其他好文 时间:
2020-08-04 09:47:11
阅读次数:
67
你的 CDN 链接 想手动刷新时 把链接中的 https://cdn.jsdelivr.net/ 替换成 https://purge.jsdelivr.net/ 即可实时刷新 ...
分类:
Web程序 时间:
2020-08-04 09:46:38
阅读次数:
191
前言 前面我们为了解决go程同步的问题我们使用了channel, 但是go也提供了传统的同步工具. 它们都在go的标准库代码包 sync 和 sync/atomic 中. 下面我们来看一下锁的应用. 什么是锁呢? 就是某个协程(线程)在访问某个资源时先锁住, 防止其他协程的访问, 等访问完毕解锁后其 ...
分类:
其他好文 时间:
2020-08-04 09:46:17
阅读次数:
59
Apache 存储了很多的开源软件 Hadoop 处理大数据 kafka 消息队列 下载Nginx 解压nginx 进入nginx目录 cat README.md ./config --help 后2个参数分别是: 支持https 支持nginx状态页面 conf 配置文件(各种设置) html 存 ...
分类:
其他好文 时间:
2020-08-04 09:45:53
阅读次数:
82
在自己局域网连接ssh到自己的小主机服务器上的时候发现执行ssh root@192.168.50.176回车之后,在输入密码之前要等好长一段时间,至少需要十几秒钟。 1、通过ssh -v root@192.168.50.176查看连接详细信息 # ssh -v root@192.168.50.176 ...
分类:
其他好文 时间:
2020-08-04 09:45:31
阅读次数:
97
package com.sh.springboottdemo2.util; import com.sun.org.apache.xerces.internal.impl.dv.util.Base64; import javax.crypto.Cipher; import javax.crypto.K ...
分类:
编程语言 时间:
2020-08-04 09:44:58
阅读次数:
66
## 外边距塌陷 ### 产生原因 - 相邻块元素垂直外边距合并 - 兄弟块元素,同时设置不同的 `margin-top` 值,两个的 `margin-top` 最后展示的都是最大的 `margin-top` 的效果。 - html ```html ``` - style ```css .broth... ...
分类:
其他好文 时间:
2020-08-04 09:44:29
阅读次数:
74
插件列表 包名 推荐度 说明 下载方式 free-idea-mybatis-2019.12.18.zip 推荐 mybatis跳转快速生成插件 默认插件仓库 GrepConsole.zip 推荐 日志筛选上色 默认插件仓库 intellij-rainbow-brackets-6.9.1.zip 推荐 ...
分类:
其他好文 时间:
2020-08-04 09:44:14
阅读次数:
117