会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Mankii
不为五斗米闪到腰
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
14
下一页
2020年12月8日
CSS3 Sprite帧动画
摘要: 使用CSS3 Sprite(雪碧图)可以制作帧动画,如下 效果: 代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> div{ width: 200px; /* 单帧显示宽度 */ heig
阅读全文
posted @ 2020-12-08 14:39 Mankii
阅读(300)
评论(0)
推荐(0)
2020年12月3日
windows SVG预览插件
摘要: 下载地址:https://files.cnblogs.com/files/fanful/SVG_Explorer_Extension.rar 32位系统装这个:dssee_setup_i386_v011_signed.exe64位系统装这个:dssee_setup_x64_v011_signed.e
阅读全文
posted @ 2020-12-03 22:18 Mankii
阅读(3471)
评论(1)
推荐(3)
2020年11月19日
github建个人静态网站
摘要: 教程:https://www.cnblogs.com/bobo1/p/10718717.html 使用自己的域名教程:https://blog.csdn.net/kids_calamus/article/details/82720224
阅读全文
posted @ 2020-11-19 17:49 Mankii
阅读(180)
评论(0)
推荐(0)
JAVA jdk安装包下载
摘要: 官网外网下载太慢了而且还要注册登录Oracle 找到华为镜像站资源挺不错: https://repo.huaweicloud.com/java/jdk/8u151-b12/
阅读全文
posted @ 2020-11-19 15:03 Mankii
阅读(5319)
评论(0)
推荐(1)
Chrome谷歌浏览器VUE Devtools插件
摘要: 步骤一: 下载插件:点击下载 点击推荐下载即可。下载不到也可以下载我的百度网盘地址(5.3.3):链接: https://pan.baidu.com/s/15l-uf_k5h-ppZ0SQIA17JA 密码: u8ib 下载后解压内容如下图: 步骤二: 打开谷歌浏览器,点击右上角 ==》更多工具 =
阅读全文
posted @ 2020-11-19 14:53 Mankii
阅读(1294)
评论(0)
推荐(0)
2020年11月13日
ant-design-vue弹窗可拖动
摘要: 版本: ant-design-vue 1.6.2 效果(按住标题栏拖动,拖动超出窗口会自动出现滚动条): 组件文件结构: index.vue (需要注意的是footer和title的处理,其他的props都是一致的) <template> <a-modal :class="[modalClass,
阅读全文
posted @ 2020-11-13 19:17 Mankii
阅读(7900)
评论(0)
推荐(5)
2020年11月12日
值得参考的JQuery手机框架们
摘要: AKjs移动框架 演示地址:http://www.htmleaf.com/Demo/201804035055.html 下载地址:http://www.htmleaf.com/jQuery/Layout-Interface/201804035054.html 搬运工备注:轻量,简洁,美观大方,前后端
阅读全文
posted @ 2020-11-12 15:21 Mankii
阅读(261)
评论(0)
推荐(0)
canvas涂鸦Demo(基于jquery)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>canvas涂鸦Demo</title> <script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js">
阅读全文
posted @ 2020-11-12 15:09 Mankii
阅读(221)
评论(0)
推荐(0)
2020年11月5日
js截取视频图片/获取视频封面
摘要: 通过监听video的事件钩子,使用canvas截取video的图片 效果: 代码(可直接在菜鸟教程的编辑器运行): <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>菜鸟教程(runoob.com)</title> </head>
阅读全文
posted @ 2020-11-05 14:51 Mankii
阅读(5791)
评论(0)
推荐(0)
2020年10月29日
CSS条纹背景
摘要: .div{ background: #233557; background-image: linear-gradient(-45deg,rgba(150,150,150,0.1) 25%,rgba(150,150,150,0.2) 0,rgba(150,150,150,0.2) 50%,rgba(1
阅读全文
posted @ 2020-10-29 15:01 Mankii
阅读(178)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
14
下一页
公告
返回顶部