摘要: 1、查看当前使用的php版本。注意可能安装了多个版本! 2、下载对应版本的php源码 https://www.php.net/downloads.php 3、编译扩展 阅读全文
posted @ 2019-05-08 23:28 happyyoung 阅读(1450) 评论(0) 推荐(0) 编辑
摘要: canvas 参考链接 https://developer.mozilla.org/zh-CN/docs/Web/API/Canvas_API/Tutorial 阅读全文
posted @ 2019-05-08 19:51 happyyoung 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 全卷积网络(Fully Convolutional Network,简称FCN),用于图像语义分割。 端到端(end-to-end) 像素到像素(pixels-to-pixels):预测每个像素所属的类别。 转置卷积 编码器-解码器(encoder-decoder) 参考链接 http://www. 阅读全文
posted @ 2019-05-08 16:30 happyyoung 阅读(162) 评论(0) 推荐(0) 编辑
摘要: WebGL 参考链接 https://webglfundamentals.org/webgl/lessons/webgl-fundamentals.html 阅读全文
posted @ 2019-05-08 14:52 happyyoung 阅读(202) 评论(0) 推荐(0) 编辑