:doodle{ @size: 100vm 98vmin; } position: fixed; top: @r(1%, 100%); left: @r(1%, 100%); width: 2px; height: 2px; background: #04033e; border-radius: 50%; z-index:-999; background: hsl(@r(90, 120, 3), @r(90%, 100%), @r(30%, 40%)); zoom: @rn(.1, 5, 3); transform: rotate(@r(360deg)) translate(@r(-50, 50)vmin, @r(-50, 50)vmin); animation: move @r(20, 40)s infinite @r(-10, 0)s @p(linear, ease-in, ease-in-out) alternate; box-shadow: 0 0 1px hsl(@r(90, 120, 3), @r(90%, 100%), @r(30%, 40%)), 0 0 3px hsl(@r(90, 120, 3), @r(90%, 100%), @r(30%, 40%)); @keyframes move { 0% { transform: rotate(0) translate(0, 0); } 100% { transform: rotate(720) translate(-90, -90); } } @keyframes starMove{ from { } to { } } @keyframes weiba{ 100%{ box-shadow: 0 0 100px #fff, 0 0 300px #fff; } }
摘要: SFTP 1.连接:sftp -oPort=[port] [user]@[ip] 2.获取文件: get [path] 3.上传文件: put [path] 4.断开连接: exit VIM 1.开始编辑: a 2.保存: esc → :w → enter 3.退出: esc → :q → ente 阅读全文
posted @ 2020-04-16 10:45 不拖延从明天开始 阅读(149) 评论(0) 推荐(0) 编辑
摘要: SpringBoot项目接入Jco调用SAP接口遇到的问题 1.1 It is not allowed to rename or repackage the original archive "sapjco3.jar". 由于jar包是下载到本地的,所以将 jar包添加到本地仓库。再在项目中引用。 阅读全文
posted @ 2020-04-16 10:36 不拖延从明天开始 阅读(3679) 评论(0) 推荐(2) 编辑
xxxx