Let's print "Hi" 打印输出“Hi” In your first computer program, let's print something on the screen to display. 在您的第一个计算机程序中,让我们在屏幕上打印一些内容进行显示。 How can we i ...
分类:
其他好文 时间:
2020-07-24 09:35:30
阅读次数:
92
jquery 是什么? write less,do more. (能兼容大部分浏览器) jquery 是一个javascript库。2006年出现。 插件非常多 jquery库如何在开发中使用? 1)下载js文件,jquery.com jquery.js jquery.min.js <script ...
分类:
Web程序 时间:
2020-07-23 23:29:25
阅读次数:
130
Reids的种淘汰策略: noeviction: 不删除策略, 达到最大内存限制时, 如果需要更多内存, 直接返回错误信息。 大多数写命令都会导致占用更多的内存(有极少数会例外, 如 DEL )。 allkeys-lru: 所有key通用; 优先删除最近最少使用(less recently used ...
分类:
其他好文 时间:
2020-07-23 23:05:27
阅读次数:
84
import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.util.jar.JarInputSt ...
分类:
编程语言 时间:
2020-07-23 18:58:20
阅读次数:
78
// Package subtle implements functions that are often useful in cryptographic// code but require careful thought to use correctly.package subtle// Con ...
分类:
其他好文 时间:
2020-07-22 20:15:24
阅读次数:
85
简介 curl 是常用的命令行工具,用来请求 Web 服务器。它的名字就是客户端(client)的 URL 工具的意思。 <!-- /div --> <!-- div id="more" class="asset-more" --> <p>它的功能非常强大,命令行参数多达几十种。如果熟练的话,完全可 ...
分类:
Web程序 时间:
2020-07-22 16:01:00
阅读次数:
92
原文:https://bbs.csdn.net/topics/340010860 路径:Tools -> Display Preferences(显示参数选择) -> Format -> Table -> Modify -> Fill -> Fill color -> More Colors -> ...
分类:
其他好文 时间:
2020-07-22 15:58:22
阅读次数:
176
HMR热加载 如果需要开启HMR热加载功能,只需要在webpack.config.js中配置 /** * HMR: hot module replacement 热模块替换 / 模块热替换 * 作用:一个模块发生变化,只会重新打包这一个模块(而不是打包所有模块) * 极大的提升构建速度 * 样式文件 ...
分类:
其他好文 时间:
2020-07-22 15:39:43
阅读次数:
71
一、Reading My girlfriend always complains. According to her, I should be more ambitious. I should work harder and earn more money. She also thinks I sh ...
分类:
其他好文 时间:
2020-07-21 22:40:49
阅读次数:
117
在main导入import './assets/style/theme.less'如果找不到less, 需安装less依赖:npm install less可能还需要 npm install less-loader 如果报一下错误:error in ./src/assets/style/theme. ...
分类:
其他好文 时间:
2020-07-21 21:53:11
阅读次数:
112