流星 一个Web应用程序,可帮助您构想固体火箭发动机。 该工具使用(基于Richard Nakka SRM Excel文件)。 项目设置 npm install 编译和热重装以进行开发 npm run serve 编译并最小化生产 npm run build 运行测试 npm run test 整理和修复文件 npm run lint 运行单元测试 npm run test:unit 自定义配置 请参阅。
2023-12-01 10:04:55 1007KB JavaScript
1
This book explores JavaScript for what it is: a highly expressive and lexible prototype-based object-oriented programming language. Once dismissed as a toy for designers to make things such as rollover buttons, today this interesting and unique language is back, stronger than ever. Today's Web 2.0 world of AJAX, fat-client programming, desktop-like rich Internet applications, drag-and-drop maps and webmail clients, rely heavily on JavaScript to provide a highly interactive user experience. And if we never had the chance to properly explore JavaScript before, now is the time to sit down and (re-)learn it. This book doesn't assume any prior knowledge of JavaScript and works from the ground up to give you a thorough understanding of the language. What This Book Covers
2023-12-01 07:03:34 3.08MB Object Oriented JavaScript
1
html实现酷炫公司年会抽奖,可以直接配置员工信息然后使用的,实现动态配置员工信息,实现员工只能中一次奖,实现奖品可灵活配置,实现样式灵活调整,实现抽奖酷炫音效,并且有多种震撼音效可选,可以直接运行index.html使用。 演示地址:https://blog.csdn.net/weixin_43151418/article/details/128640998
2023-11-30 09:07:39 34.12MB html 年会抽奖
一直以来使用php解析html文档树都是一个难题。Simple HTML DOM parser 帮我们很好地解决了这个问题。可以通过这个php类来解析html文档,对其中的html元素进行操作 (PHP5+以上版本)。
2023-11-30 09:03:38 39KB simple 使用入门
1
HTML基础语法.pdf、JavaScript基础.pdf、MVC模式.pdf、JSP表达式语言.pdf、JSP.pdf、JDBC.pdf
2023-11-30 07:05:17 3.22MB HTML JavaScript
1
需要事先安装开源软件FreeMind,然后就可以方便的在路线图中冲浪了 :)
2023-11-30 07:04:16 8KB javascript
1
一款非常好用的javascript的编程工具,操作简单,提示全面,很适合编程和学习。附带了破解的哦,
2023-11-30 07:02:28 8.87MB javascript 编程工具 JavaScript-Editor
1
内容索引:脚本资源,Ajax/JavaScript,购物车  一款基于JavaScript的Ajax动态购物车代码,演示了购物车如何将选中的物品放入车内,或者如何从车内删除物品,会折算物品总价,完全自写的Js核心类库,未使用jquery库,因此通用性比较强。
2023-11-29 22:29:08 25KB Web开发源代码 JS/Ajax源代码
1
廖雪峰系列的Python,javascript,git教程,是入门的绝好教程
2023-11-29 08:50:22 9.11MB python javascript
1
JavaScript中针对字符串/ JSON / JS对象实现的无损LZW压缩/解压缩。 用法: 从npm安装lzwCompress: npm install lzwcompress 然后在您的node.js应用程序中使用它: import lzwCompress from 'lzwcompress'; const json = { name: 'Mr. JavaScript Kumar', age: 42, start_date: new Date(), address: { street: '123 MG Road', city: 'Mumbai', state: 'Maharashtra', country: 'India' } }; // to compress objects const compressed = lzwC
2023-11-28 20:26:33 63KB JavaScript
1