摘要: 曲线艺术编程 coding curves 第七章 抛物线(Parabolas) # 抛物线 Parabolas > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willian/ > 源码:gi 阅读全文
posted @ 2023-06-10 01:49 池中物王二狗 阅读(234) 评论(0) 推荐(2) 编辑
摘要: # 第六章 平托图 (Pintographs) > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willian/ 阅读全文
posted @ 2023-06-08 14:04 池中物王二狗 阅读(173) 评论(0) 推荐(1) 编辑
摘要: > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willian/ > 源码:github: https://gi 阅读全文
posted @ 2023-06-06 14:03 池中物王二狗 阅读(229) 评论(0) 推荐(2) 编辑
摘要: # 第四章 利萨茹曲线(Lissajous Curves) > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/wi 阅读全文
posted @ 2023-06-03 18:02 池中物王二狗 阅读(348) 评论(0) 推荐(1) 编辑
摘要: # 第三章 弧,圆,椭圆(TRIG CURVES) > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willia 阅读全文
posted @ 2023-06-02 19:26 池中物王二狗 阅读(247) 评论(2) 推荐(2) 编辑
摘要: # 第二章 三角函数曲线(TRIG CURVES) > 原作:Keith Peters > 原文:https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/w 阅读全文
posted @ 2023-06-01 21:22 池中物王二狗 阅读(279) 评论(0) 推荐(1) 编辑
摘要: > 原作:Keith Peters > 原文:https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willian/ > 源码与中英对照:github: 阅读全文
posted @ 2023-06-01 13:21 池中物王二狗 阅读(214) 评论(0) 推荐(0) 编辑
摘要: a56爆大奖在线娱乐的提示: AIpine 是一个js 库,官网口号是 “一个新的轻量极javascript框架”,其实a56爆大奖在线娱乐之前也没接触过,翻译这篇文章时才注意到 官方地址: [AIpine.js]https://alpinejs.dev 下面开始是译文: 小提示: 在这篇文章中a56爆大奖在线娱乐将使用Vue/AIpine 术语 ,但 阅读全文
posted @ 2023-04-30 15:52 池中物王二狗 阅读(407) 评论(0) 推荐(1) 编辑
摘要: 值得庆祝 Import maps 特性现在可以在全部三个主要浏览器内使用 现在主流现代web 应用 引入和利用javascript 是通过 Es module 模块实现。 在开发javascript上,比起无模块化功能的旧版浏览器,现代浏览器支持模块化且提供了许多好用的功能 引入 es module 阅读全文
posted @ 2023-04-25 16:29 池中物王二狗 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 一个变量类型允许是多个类型,如果访问某个类型的属性,编辑器会直接提示错误 比如 变量 tuple 可能为string 或 number 类型,如果直接访问tuple.toFixed const mixedTupleTypeArray: (string|number)[] = ['hello', 23 阅读全文
posted @ 2023-03-06 19:00 池中物王二狗 阅读(73) 评论(0) 推荐(0) 编辑
转载入注明博客园 王二狗Sheldon Email: willian12345@126.com https://github.com/willian12345