09 2022 档案
摘要:一,js代码: <html> <head> <meta charset="utf-8"/> <title>测试</title> </head> <body> <script> //console.log("window.onload未执行前的值:"+window.onload); //console
阅读全文
摘要:一,js代码 <html> <head> <meta charset="utf-8"/> <title>测试</title> </head> <body onmousemove="divmousemoving()" onMouseUp="divmouseup()"> <div style="marg
阅读全文
摘要:一,小型团队在编程语言/框架选型的原则: 第一:要选择自己最熟悉的语言/框架: 不要在一个重要项目中边做边学,除非是时间上没有要求的个人学习 第二:如果项目就是面向终端用户的,通常我们称之为前台项目,要考虑到第3方SDK的方便集成。 以电商为例,包括:支付宝支付、微信支付、快递100、短信平台等sd
阅读全文
摘要:一,js代码 <html> <head> <meta charset="utf-8"/> <title>测试</title> </head> <body> <button onclick="assign()">无效:变量直接赋值</button><br/><br/><br/> <button onc
阅读全文
摘要:一,js代码: <html> <head> <meta charset="utf-8"/> <title>测试</title> </head> <body> <button onclick="assignCopy()">无效:变量直接赋值</button><br/><br/><br/> <butto
阅读全文
摘要:一,js代码: <template> <div> <img id="img" src="/static/image/dog.jpg" style="width:300px;" /><br/> <button @click="downImgByUrl">down by url</button> <bu
阅读全文
摘要:一,js代码 <template> <div style="position:relative;"> <div style="width: 700px;margin: auto;"> <h1>亮度/对比度/饱和度</h1> <div><input type="file" accept="image/
阅读全文
摘要:一,配置控制台显示时间戳 1,打开开发者工具: 2,点击开发者工具上的 设置按钮, 如上图: 页面上选中Preferences, 在console标签下选中 Show timestamps 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文:
阅读全文
摘要:一,js代码: <template> <div style="position:relative;"> <div style="width: 700px;margin: auto;"> <h1>反色/灰度/褐色</h1> <div><input type="file" accept="image/*
阅读全文
摘要:一,js代码: <template> <div style="position:relative;"> <div style="width: 700px;margin: auto;"> <h1>色调/色相 调整</h1> <div><input type="file" accept="image/*
阅读全文
摘要:一,js代码: <template> <div style="background: #ffffff;" id="root" > <div style="width: 700px;margin: auto;"> <div><input type="file" accept="image/*" @ch
阅读全文
摘要:一,js代码: <template> <div style="background: #ffffff;" id="root" > <div><button @click="restore">还原</button><button @click="flipx">水平镜像</button> <button
阅读全文
摘要:一,js代码: <template> <div> <div style="width: 800px;margin: auto;"> <div id="wrapper" style="display:none;position: relative;overflow: hidden;" > <img i
阅读全文