登录页面(附源码)

特色:

点击登录之后卡片翻转效果

话不多说,看展示。

 还在等什么,赶快白嫖起来吧

HTML文件


<div id="window" style="display: none"><div class="page page-front"><div class="page-content"><div class="input-row"><label class="label fadeIn">Username</label><input class="input fadeIn delay1" id="username" type="text" data-fyll="pineapple"/></div><div class="input-row"><label class="label fadeIn delay2">Password</label><input class="input fadeIn delay3" id="password" type="password" data-fyll="hackmeplease"/></div><div class="input-row perspective"><button class="button load-btn fadeIn delay4" id="submit"><span class="default"><i class="ion-arrow-right-b"></i>Login</span><div class="load-state"><div class="ball"></div><div class="ball"></div><div class="ball"></div></div></button></div></div></div><div class="page page-back"><div class="page-content"><img class="avatar" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/avatar.jpg"/><p class="welcome">Welcome back, Dog!</p><div class="perspective"><button class="button inline trigger-anim-replay"><i class="ion-refresh"></i>Replay animation</button></div></div></div>
</div>
<div class="browser-warning hidden">Glitchy or weird animation? Let it play through once, then press Replay.</div>

CSS文件

@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,300,100);
html, body {height: 100%;
}body {background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9ImVsbGlwc2UiIGN5PSJjbG9zZXN0LXNpZGUiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGUyYWYiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background-size: 100%;background-image: -moz-radial-gradient(ellipse closest-side, #ffffff, #d4e2af);background-image: -webkit-radial-gradient(ellipse closest-side, #ffffff, #d4e2af);background-image: radial-gradient(ellipse closest-side, #ffffff, #d4e2af);-moz-perspective: 1000px;-webkit-perspective: 1000px;perspective: 1000px;font-family: 'Open Sans';font-weight: 300;
}*, *::after, *::before {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}#window {position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;height: 350px;width: 450px;color: #FFF;-webkit-animation: 1.5s window ease-in-out backwards;-moz-animation: 1.5s window ease-in-out backwards;animation: 1.5s window ease-in-out backwards;-moz-transform-style: preserve-3d;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-moz-transition-property: height, width;-o-transition-property: height, width;-webkit-transition-property: height, width;transition-property: height width;
}
#window, #window .page, #window .page-content {-moz-transition-duration: 1s;-o-transition-duration: 1s;-webkit-transition-duration: 1s;transition-duration: 1s;
}
#window.flip {height: 460px;width: 350px;
}
#window.flip .page-front {-moz-transform: rotateX(180deg);-ms-transform: rotateX(180deg);-webkit-transform: rotateX(180deg);transform: rotateX(180deg);
}
#window.flip .page-back {-moz-transform: rotateX(360deg);-ms-transform: rotateX(360deg);-webkit-transform: rotateX(360deg);transform: rotateX(360deg);
}
#window.flip .page-back .page-content {opacity: 1;
}
#window.flip .page-back .avatar, #window.flip .page-back .welcome, #window.flip .page-back .perspective {opacity: 1;-moz-transform: none;-ms-transform: none;-webkit-transform: none;transform: none;-moz-transition-duration: 0.6s;-o-transition-duration: 0.6s;-webkit-transition-duration: 0.6s;transition-duration: 0.6s;
}
#window.flip .page-back .avatar {-moz-transition-delay: 0.8s;-o-transition-delay: 0.8s;-webkit-transition-delay: 0.8s;transition-delay: 0.8s;
}
#window.flip .page-back .welcome {-moz-transition-delay: 0.8s;-o-transition-delay: 0.8s;-webkit-transition-delay: 0.8s;transition-delay: 0.8s;
}
#window.flip .page-back .perspective {-moz-transition-delay: 0.9s;-o-transition-delay: 0.9s;-webkit-transition-delay: 0.9s;transition-delay: 0.9s;
}
#window .page {position: absolute;top: 0;left: 0;right: 0;bottom: 0;overflow: hidden;-moz-transform-style: preserve-3d;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-moz-backface-visibility: hidden;-webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-transform: translateZ(0);-ms-transform: translateZ(0);-webkit-transform: translateZ(0);transform: translateZ(0);background: #444;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #444444), color-stop(100%, #333333));background-image: -moz-linear-gradient(bottom, #444444, #333333);background-image: -webkit-linear-gradient(bottom, #444444, #333333);background-image: linear-gradient(to top, #444444, #333333);-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;padding: 60px;
}
#window .page-back {text-align: center;-moz-transform: rotateX(180deg);-ms-transform: rotateX(180deg);-webkit-transform: rotateX(180deg);transform: rotateX(180deg);
}
#window .page-back .page-content {opacity: 0;
}
#window .page-back .avatar {height: 150px;width: 150px;border: 5px solid #FFF;margin: 30px auto 40px auto;display: block;opacity: 0;-moz-transform: scale(0.1);-ms-transform: scale(0.1);-webkit-transform: scale(0.1);transform: scale(0.1);-moz-border-radius: 1000px;-webkit-border-radius: 1000px;border-radius: 1000px;
}
#window .page-back .welcome {font-size: 22px;margin-bottom: 40px;
}
#window .page-back .welcome, #window .page-back .perspective {opacity: 0;-moz-transform: translateY(-30px);-ms-transform: translateY(-30px);-webkit-transform: translateY(-30px);transform: translateY(-30px);
}
#window .input-row {margin: 0 0 30px;
}
#window .input-row:last-of-type {margin-bottom: 0;
}
#window .perspective {-moz-perspective: 1000px;-webkit-perspective: 1000px;perspective: 1000px;
}
#window .label {font-family: sans-serif;text-transform: uppercase;font-size: 12px;margin: 0 0 10px 0;color: #FFF;display: block;cursor: pointer;
}
#window .input {padding: 0 15px;height: 40px;line-height: 40px;outline: none;border: 0;background: #FFF;display: block;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-transition-duration: 0.2s;-o-transition-duration: 0.2s;-webkit-transition-duration: 0.2s;transition-duration: 0.2s;
}
#window .input:focus, #window .input.fyll-focus {-moz-box-shadow: 0 0 0 3px #D85C89;-webkit-box-shadow: 0 0 0 3px #D85C89;box-shadow: 0 0 0 3px #D85C89;
}
#window .button {height: 50px;line-height: 50px;padding: 0 20px;margin: 0;text-align: center;color: #FFF;border: 0;display: block;width: 100%;outline: none;cursor: pointer;overflow: hidden;font-size: 17px;background: #D85C89;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4NWM4OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3Nzc5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d85c89), color-stop(100%, #e7779f));background-image: -moz-linear-gradient(bottom, #d85c89, #e7779f);background-image: -webkit-linear-gradient(bottom, #d85c89, #e7779f);background-image: linear-gradient(to top, #d85c89, #e7779f);-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 0 0 4px rgba(0, 0, 0, 0.5);-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 0 0 4px rgba(0, 0, 0, 0.5);box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 0 0 4px rgba(0, 0, 0, 0.5);-moz-transition-duration: 0.1s;-o-transition-duration: 0.1s;-webkit-transition-duration: 0.1s;transition-duration: 0.1s;-moz-transform-style: preserve-3d;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-moz-transform-origin: bottom 50%;-ms-transform-origin: bottom 50%;-webkit-transform-origin: bottom 50%;transform-origin: bottom 50%;-moz-transform: translateZ(0);-ms-transform: translateZ(0);-webkit-transform: translateZ(0);transform: translateZ(0);-moz-backface-visibility: hidden;-webkit-backface-visibility: hidden;backface-visibility: hidden;
}
#window .button i {margin-right: 10px;
}
#window .button:active, #window .button.fyll-focus {background: #D85C89;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4NWM4OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4NWM4OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d85c89), color-stop(100%, #d85c89));background-image: -moz-linear-gradient(bottom, #d85c89, #d85c89);background-image: -webkit-linear-gradient(bottom, #d85c89, #d85c89);background-image: linear-gradient(to top, #d85c89, #d85c89);-moz-transform: rotateX(20deg);-ms-transform: rotateX(20deg);-webkit-transform: rotateX(20deg);transform: rotateX(20deg);
}
#window .button.inline {width: auto;display: inline-block;
}
#window .button.load-btn .default, #window .button.load-btn .load-state {-moz-transition-duration: 0.2s;-o-transition-duration: 0.2s;-webkit-transition-duration: 0.2s;transition-duration: 0.2s;
}
#window .button.load-btn .load-state {position: absolute;top: -50px;left: 0;right: 0;height: 100%;text-align: center;line-height: 50px;pointer-events: none;
}
#window .button.load-btn .load-state .ball {height: 10px;width: 10px;margin-right: 10px;background: #FFF;display: inline-block;-moz-border-radius: 1000px;-webkit-border-radius: 1000px;border-radius: 1000px;-webkit-animation: ballBounce 0.3s alternate infinite;-moz-animation: ballBounce 0.3s alternate infinite;animation: ballBounce 0.3s alternate infinite;-webkit-animation-timing-function: cubic-bezier(0.2, 0.4, 0.3, 1);-moz-animation-timing-function: cubic-bezier(0.2, 0.4, 0.3, 1);animation-timing-function: cubic-bezier(0.2, 0.4, 0.3, 1);-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;
}
#window .button.load-btn .load-state .ball:nth-child(2n) {-webkit-animation-delay: 0.05s;-moz-animation-delay: 0.05s;animation-delay: 0.05s;
}
#window .button.load-btn .load-state .ball:nth-child(3n) {-webkit-animation-delay: 0.1s;-moz-animation-delay: 0.1s;animation-delay: 0.1s;
}
#window .button.load-btn .load-state .ball:last-child {margin-right: 0;
}
#window .button.load-btn.done .ball {opacity: 0;
}
#window .button.load-btn.loading .default {-moz-transform: translateY(50px);-ms-transform: translateY(50px);-webkit-transform: translateY(50px);transform: translateY(50px);opacity: 0;
}
#window .button.load-btn.loading .load-state {-moz-transform: translateY(50px);-ms-transform: translateY(50px);-webkit-transform: translateY(50px);transform: translateY(50px);
}.browser-warning {background: rgba(0, 0, 0, 0.7);padding: 15px 0;color: #FFF;position: absolute;top: 50px;left: 0;right: 0;margin: auto;width: 530px;text-align: center;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;-webkit-transition-duration: 0.5s;transition-duration: 0.5s;-moz-transition-timing-function: cubic-bezier(0.015, 0.695, 0.34, 1.365);-o-transition-timing-function: cubic-bezier(0.015, 0.695, 0.34, 1.365);-webkit-transition-timing-function: cubic-bezier(0.015, 0.695, 0.34, 1.365);transition-timing-function: cubic-bezier(0.015, 0.695, 0.34, 1.365);
}
.browser-warning.hidden {opacity: 0;-moz-transform: scale(0.2);-ms-transform: scale(0.2);-webkit-transform: scale(0.2);transform: scale(0.2);
}.fadeIn {-webkit-animation: 1s fadeIn cubic-bezier(0.015, 0.695, 0.34, 1.365) backwards;-moz-animation: 1s fadeIn cubic-bezier(0.015, 0.695, 0.34, 1.365) backwards;animation: 1s fadeIn cubic-bezier(0.015, 0.695, 0.34, 1.365) backwards;-webkit-animation-delay: 1.5s;-moz-animation-delay: 1.5s;animation-delay: 1.5s;
}.delay1 {-webkit-animation-delay: 1.6s;-moz-animation-delay: 1.6s;animation-delay: 1.6s;
}.delay2 {-webkit-animation-delay: 1.7s;-moz-animation-delay: 1.7s;animation-delay: 1.7s;
}.delay3 {-webkit-animation-delay: 1.8s;-moz-animation-delay: 1.8s;animation-delay: 1.8s;
}.delay4 {-webkit-animation-delay: 1.9s;-moz-animation-delay: 1.9s;animation-delay: 1.9s;
}@-webkit-keyframes $animationName {0% {-moz-transform: scale(0) rotateX(360deg);-ms-transform: scale(0) rotateX(360deg);-webkit-transform: scale(0) rotateX(360deg);transform: scale(0) rotateX(360deg);height: 150px;width: 150px;}50% {-moz-transform: none;-ms-transform: none;-webkit-transform: none;transform: none;height: 150px;}75% {height: 350px;width: 150px;}100% {width: 450px;}
}
@-moz-keyframes $animationName {0% {-moz-transform: scale(0) rotateX(360deg);-ms-transform: scale(0) rotateX(360deg);-webkit-transform: scale(0) rotateX(360deg);transform: scale(0) rotateX(360deg);height: 150px;width: 150px;}50% {-moz-transform: none;-ms-transform: none;-webkit-transform: none;transform: none;height: 150px;}75% {height: 350px;width: 150px;}100% {width: 450px;}
}
@keyframes $animationName {0% {-moz-transform: scale(0) rotateX(360deg);-ms-transform: scale(0) rotateX(360deg);-webkit-transform: scale(0) rotateX(360deg);transform: scale(0) rotateX(360deg);height: 150px;width: 150px;}50% {-moz-transform: none;-ms-transform: none;-webkit-transform: none;transform: none;height: 150px;}75% {height: 350px;width: 150px;}100% {width: 450px;}
}
@-webkit-keyframes $animationName {0% {opacity: 0;-moz-transform: translateY(30px);-ms-transform: translateY(30px);-webkit-transform: translateY(30px);transform: translateY(30px);}100% {opacity: 1;-moz-transform: none;-ms-transform: none;-webkit-transform: none;transform: none;}
}
@-moz-keyframes $animationName {0% {opacity: 0;-moz-transform: translateY(30px);-ms-transform: translateY(30px);-webkit-transform: translateY(30px);transform: translateY(30px);}100% {opacity: 1;-moz-transform: none;-ms-transform: none;-webkit-transform: none;transform: none;}
}
@keyframes $animationName {0% {opacity: 0;-moz-transform: translateY(30px);-ms-transform: translateY(30px);-webkit-transform: translateY(30px);transform: translateY(30px);}100% {opacity: 1;-moz-transform: none;-ms-transform: none;-webkit-transform: none;transform: none;}
}
@-webkit-keyframes $animationName {0% {-moz-transform: translateY(25%);-ms-transform: translateY(25%);-webkit-transform: translateY(25%);transform: translateY(25%);}100% {-moz-transform: translateY(-75%);-ms-transform: translateY(-75%);-webkit-transform: translateY(-75%);transform: translateY(-75%);}
}
@-moz-keyframes $animationName {0% {-moz-transform: translateY(25%);-ms-transform: translateY(25%);-webkit-transform: translateY(25%);transform: translateY(25%);}100% {-moz-transform: translateY(-75%);-ms-transform: translateY(-75%);-webkit-transform: translateY(-75%);transform: translateY(-75%);}
}
@keyframes $animationName {0% {-moz-transform: translateY(25%);-ms-transform: translateY(25%);-webkit-transform: translateY(25%);transform: translateY(25%);}100% {-moz-transform: translateY(-75%);-ms-transform: translateY(-75%);-webkit-transform: translateY(-75%);transform: translateY(-75%);}
}

JS文件

jQuery(document).ready(function ($) {// If firefoxif (navigator.userAgent.toLowerCase().match(/firefox/)) {$(".browser-warning").removeClass("hidden");setTimeout(function () {$(".browser-warning").addClass("hidden");}, 6 * 1000);}// Display window (and start animation) when document is ready// This mininizes the risk of firefox messing up$("#window").attr("style", "");initAnimation();$(document).on("click", ".trigger-anim-replay", resetAnimation);function initAnimation() {setTimeout(function () {fyll.go("fill username then fill password then click submit",function () {$("#submit").addClass("loading");setTimeout(function () {$("#submit").addClass("done").closest("#window").addClass("flip");}, 1500);});}, 3 * 1000);}function resetAnimation() {var win = $("#window");win.stop().fadeOut(500, function () {// Reset thingswin.attr("style", "");win.find("input[type=text], input[type=password]").val("");win.find(".load-btn.loading").removeClass("loading done");// Clone and re-create window element to trigger animation restartwin.removeClass("flip");win.before(win.clone(true)).remove();// Restart animationinitAnimation();});}
});

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/640695.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

SCCB接口

文章目录 概述引脚传输时序起始/结束信号三线模式两线模式 传输周期3阶段写传输周期2阶段写传输周期2阶段读传输周期阶段一 ID Address阶段二 子地址/读数据阶段三 写数据 SCCB与IIC区别未完待续(还有代码&#xff09;... 概述 SCCB&#xff08;Serial Camera Control Bus&…

aspose-cells-20.7.jar 去除水印及次数限制

1.使用 jd-gui.exe 反编译查看&#xff0c;直接搜索 License 1.修改 public static boolean isLicenseSet() {return (a ! null);}改成 public static boolean isLicenseSet() {return true;}2.修改 public void setLicense(InputStream stream) {Document document null;if (…

【EI会议征稿通知】2024年第四届人工智能、自动化与高性能计算国际会议(AIAHPC 2024)

2024年第四届人工智能、自动化与高性能计算国际会议&#xff08;AIAHPC 2024&#xff09; 2024 4th International Conference on Artificial Intelligence, Automation and High Performance Computing 2024第四届人工智能、自动化与高性能计算国际会议(AIAHPC 2024)将于20…

SpringMVC:拦截器

一般我们会做一些统一的操作这个时候我们需要使用springmvc提供的拦截器&#xff0c;例如token的验证&#xff0c;字段必填的操作&#xff0c;接口超时判断&#xff0c;签名验证&#xff0c;字段加密等操作&#xff0c;所以我们需要了解执行先后顺序。 我们来简单介绍下实现过程…

第6章-路由器、交换机及其操作系统介绍

目录 1. 路由器与交换机的作用与特点 1.1. 路由器 1.2. 交换机 1.3. 路由交换 2. H3C路由器与交换机介绍 3. H3C网络设备操作系统Comware 1. 路由器与交换机的作用与特点 1.1. 路由器 1、定义&#xff1a;路由器&#xff08;Router&#xff09;是连接两个或多个网络的硬…

穿越Flink的时间隧道:解锁实时数据之窗,掌握流处理之巅

目录 Flink中的时间和窗口 1时间语义 1.1Flink中的时间语义 1.1.1处理时间 1.1.2事件时间 1.2那种时间语义更重要 2 水位线 2.1 事件时间和窗口 2.2 什么是水位线 2.3 如何生成水位线 2.3.1使用WatermarkGenerator 2.3.2使用SourceFunction 2.4 水位线的传递 2.5 水位…

R语言中数据框是什么?

在数据分析过程中离不开表格&#xff0c;通常使用Excel来做数据分析&#xff0c;行和列用来存放不同的数据&#xff0c;表格能清晰直观的展示数据&#xff0c;而且可以将多张表组合联系起来&#xff0c;这种不约而同的规范也同样适用于R语言。 R语言中的数据框&#xff08;Data…

2023年度环境电器行业数据分析(洗地机、扫地机器人、吸尘器等)

在家电行业整体消费不振的环境下&#xff0c;环境电器市场也受到影响&#xff0c;2023年度市场大盘销售呈下滑趋势。根据鲸参谋平台的数据显示&#xff0c;2023年京东平台环境电器市场的销量累计约7100万&#xff0c;同比下滑约12%&#xff1b;销售额约360亿&#xff0c;同比下…

【图形学】实现二维几何变换

二维点类 class CPoint2 { public:CPoint2();CPoint2(double x, double y);~CPoint2();friend CPoint2 operator (const CPoint2& p0, const CPoint2& p1);friend CPoint2 operator -(const CPoint2& p0, const CPoint2& p1);friend CPoint2 operator *(const…

云原生 - 微信小程序 COS 对象存储图片缓存强制更新解决方案

问题描述 遇到一个这样的情况&#xff1a;在微信小程序里图片缓存十分麻烦&#xff0c;网上很多说在腾讯云里的 COS 存储对象服务里设置对应的图片缓存&#xff08;Header 头 Cache-Contorl&#xff09;&#xff0c;说实话真不好用&#xff0c;一会儿生效&#xff0c;一会儿没…

excel学习1

直接ctrl cctrl v会报错位移选择粘贴时用123那个数字粘贴而不是ctrl V 只要结果不要公式 上面复制的为数值这里是复制的公式他们两个不一样 这个方法太麻烦了直接用格式刷&#xff0c;选择一个区域一个单元格&#xff0c;不要选择多个一刷就出来了 第一个计算后向下拖就行了&…

FastDFS分布式文件存储

为什么会有分布式文件系统&#xff1f; 分布式文件系统是面对互联网的需求而产生。因为互联网时代要对海量数据进行存储。很显然靠简单的增加硬盘个数已经满足不了我们的要求。因为硬盘传输速度有限但是数据在急剧增长&#xff0c;另外我们还要要做好数据备份、数据安全等。采用…

Git的安装与配置

目录 前言 Linux-centos&#xff1a;下安装 Linux_ubuntu下安装 创建Git本地仓库 配置用户名和Email 前言 Git是一种版本控制器&#xff0c;能够让我们了解一个文件的历史&#xff0c;以及它的发展过程。通俗的将就是可以记录一个工程的每一次改动和版本迭代的一个管理系统…

【vscode】6、调试 shell

文章目录 经常在 IDE 下使用 高级语言后&#xff0c;往往并不习惯 shell 编程&#xff0c;因为没有酷炫的界面。但现在 vscode 可以很方便的调试 shell 脚本。 配置方法如下&#xff1a; vscode 下载 Bash Debug 插件 mac 升级 bash 版本&#xff08;因为此 vscode 插件需要 b…

蓝桥杯重要知识点和赛题直通车

<蓝桥杯软件赛>零基础备赛20周 第 1周(2023-10-23): 蓝桥杯软件赛介绍官方链接零基础能得奖吗&#xff1f; 第 2周(2023-10-30): 常考知识点蓝桥杯怎么判题备赛计划 第 3周(2023-11-06): 填空题&#xff08;分数少但越来越不好做&#xff09; 第 4周(2023-11-13): &#…

更改wpf原始默认按钮的样式

样式 代码 <Window x:Class"WpfApp4.Window1"xmlns"http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x"http://schemas.microsoft.com/winfx/2006/xaml"xmlns:d"http://schemas.microsoft.com/expression/blend/2008…

141基于matlab的齿轮系统非线性动力学特性分析

基于matlab的齿轮系统非线性动力学特性分析&#xff0c;综合考虑齿侧间隙、时变啮合刚度、综合啮合误差等因素下&#xff0c;参数阻尼比变化调节下&#xff0c;输出位移、相图、载荷、频率幅值结果。程序已调通&#xff0c;可直接运行。 141 matlab齿轮非线性动力学 (xiaohongs…

【C++】多项式输出

记录一下这个WA了三遍才AC的题......QAQ 题目描述 一元 n 次多项式可用如下的表达式表示&#xff1a; 其中&#xff0c;aixi称为 i 次项&#xff0c;ai 称为 i 次项的系数。给出一个一元多项式各项的次数和系数&#xff0c;请按照如下规定的格式要求输出该多项式&#xff1a; f…

使用VSCode开发 Python虚拟环境配置说明

这里给大家介绍下怎么配置VSCode的环境来开发Python。 介绍&#xff1a; VSCode是一款由Microsoft开发的免费、开源的代码编辑器。它具有许多优势&#xff0c;使其成为许多开发者喜爱的工具之一。以下是一些VSCode的主要优势&#xff1a; 轻量且快速启动&#xff1a; VSCode是…

每日一题——LeetCode1299.将每个元素替换为右侧最大元素

方法一 个人方法&#xff1a; 题目意思就是求在i1;i的循环条件下&#xff0c;arr[i]-arr[arr.length-1]的最大值分别为多少&#xff0c;最后一项默认为-1 用slice方法可以每次把数组第一位去除&#xff0c;得到求最大值的目标数组 Math的max方法可以直接返回数组里的最大值 …