摘要:
//栗子:提取字符串中的分数,汇总后算出平均分,并与每个分数比较,输出 var s="张三 56分,李四74分,王五92分,赵六84分"; var a=s.match(/\d+/g),sum=0;//提取数字 for (var i = 0; i < a.length; i++) { sum+=par 阅读全文
摘要:
将容器打包成镜像,执行docker commit; 其中 d5944567401a 是 container id; 然后执行docker images就可以看到这个镜像了 [root@iZuf64qzl6gmotpo8tbn47Z data]# docker commit d5944567401a 阅读全文
摘要:
吐血整理,Ubuntu必备应用推荐,满满的干货! 哈喽,大家好,欢迎收看欢哥TV 我是欢哥。无论你是刚接触Ubuntu,还是最近从Windows改用Ubuntu,都会发现——我不知道该装哪些软件? 这里推荐一些常用软件,也许可以解答你的困惑。 当然本视频大部分内容也适用于其他 Linux 发行版。 阅读全文
摘要:
运行环境:Ubuntu 22.04 LTS 1.首先准备好AppImage文件并放在一个你知道的地方 2.打开终端,在/usr/share/applications下新建APP.desktop文件(APP可以改成你的应用名称) cd /usr/share/applications sudo touc 阅读全文
摘要:
教大家如何可视化监控Ubuntu系统下当前电脑的硬件CPU(中央处理器)、GPU(显卡)和硬盘等温度,至少在Ubuntu18.04和Ubuntu20.04下是可以正常使用的,其他版本的Ubuntu也应该是没有问题的。解决步骤 安装sensor sensor可以在命令行中显示包括CPU在内的所有传感器 阅读全文
摘要:
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, 阅读全文
摘要:
我们经常使用css3中的animation动画,比如这样: .fadeIn{ animation: fadeIn .5s ease 1s both; } @keyframes fadeIn{ from{ opacity:0; } to{ opacity:1 } } 这样就实现了延时1s,一共0.5s 阅读全文
摘要:
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, 阅读全文
摘要:
<img src="img/music.png" alt="" class="musicBtn" onclick="bgaudio()" > <audio src="https://quickso.cn/api/wyy/api.php?id=1474411443" id="bgaudio" ></a 阅读全文
摘要:
导语 请你尝试在 Word 输入=lorem(10,10),看看会发生什么。 好,让我们先提前揭晓结果: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce 阅读全文