会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
被遗忘的优雅
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
2017年4月16日
java websocket 实现简单的前后端即时通信
摘要: 1, 前端代码 HTML5 部分 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalab
阅读全文
posted @ 2017-04-16 00:33 被遗忘的优雅
阅读(16163)
评论(0)
推荐(1)
编辑
2017年4月9日
js 通过文件输入框读取文件为 base64 文件, 并借助 canvas 压缩 FileReader, files, drawImage
摘要: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>JS文件上传
阅读全文
posted @ 2017-04-09 22:04 被遗忘的优雅
阅读(3194)
评论(0)
推荐(0)
编辑
js 使用 XMLHttpRequest 请求发送 formdata 对象,从而上传文件
摘要: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>JS文件上传
阅读全文
posted @ 2017-04-09 17:45 被遗忘的优雅
阅读(6355)
评论(0)
推荐(1)
编辑
2017年4月8日
html5 canvas ( 创建图形对象 ) createImageData
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>canvas</title> <script type="text/javascript" src="../js/jQuery.js"></script> <style type=
阅读全文
posted @ 2017-04-08 23:25 被遗忘的优雅
阅读(2843)
评论(0)
推荐(0)
编辑
html5 canvas ( 图形的像素操作 ) getImageData, putImageData, ImgData.data
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>canvas</title> <script type="text/javascript" src="../js/jQuery.js"></script> <style type=
阅读全文
posted @ 2017-04-08 23:11 被遗忘的优雅
阅读(7551)
评论(0)
推荐(0)
编辑
2017年4月4日
java 文件 与 base64 之间的转化, 以及 web 实现 base64 上传文件
摘要: <1>文件与base64字符串之间的转化 package servlet_file_upload; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import sun.mis
阅读全文
posted @ 2017-04-04 23:41 被遗忘的优雅
阅读(14293)
评论(0)
推荐(0)
编辑
2017年4月2日
html5 canvas ( 图片绘制 转化为base64 ) drawImage,toDataURL
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>canvas</title> <script type="text/javascript" src="../js/jQuery.js"></script> <style type=
阅读全文
posted @ 2017-04-02 23:29 被遗忘的优雅
阅读(7004)
评论(0)
推荐(0)
编辑
html5 canvas ( 扩展context('2d') ) CanvasRenderingContext2D.prototype.你的方法名
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>canvas</title> <script type="text/javascript" src="../js/jQuery.js"></script> <style type=
阅读全文
posted @ 2017-04-02 00:16 被遗忘的优雅
阅读(1682)
评论(0)
推荐(0)
编辑
html5 canvas ( 事件交互, 点击事件为例 ) isPointInPath
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>canvas</title> <script type="text/javascript" src="../js/jQuery.js"></script> <style type=
阅读全文
posted @ 2017-04-02 00:05 被遗忘的优雅
阅读(30342)
评论(0)
推荐(0)
编辑
2017年3月30日
html5 canvas ( 图形的透明度和遮盖 ) globalAlpha, globalCompositeOperation
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>canvas</title> <script type="text/javascript" src="../js/jQuery.js"></script> <style type=
阅读全文
posted @ 2017-03-30 22:40 被遗忘的优雅
阅读(8732)
评论(0)
推荐(0)
编辑
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页