随笔分类 -  Ajax&JavaScript

1 2 3 4 5 ··· 10 下一页
ajax,javascript,vbscript,jQuery,ExtJS
摘要:<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>中国历史人物 阅读全文
posted @ 2026-03-21 12:24 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width,initial-scale=1.0"/> <title>中国历史人 阅读全文
posted @ 2026-03-21 11:28 ®Geovin Du Dream Park™ 阅读(14) 评论(0) 推荐(0)
摘要:convert HTML files to PDFhttps://ekoopmans.github.io/html2pdf.js/https://github.com/eKoopmans/html2pdf.jshttps://www.nutrient.io/blog/top-ten-ways-to- 阅读全文
posted @ 2025-12-17 21:37 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0)
摘要:Convert Word documents (.docx files) to HTMLhttps://www.npmjs.com/package/mammoth/v/1.11.0?activeTab=codehttps://github.com/mwilliamson/mammoth.js HTM 阅读全文
posted @ 2025-12-17 21:26 ®Geovin Du Dream Park™ 阅读(31) 评论(0) 推荐(0)
摘要:https://www.npmjs.com/package/mammoth/v/1.11.0?activeTab=codehttps://github.com/mwilliamson/mammoth.js <!DOCTYPE html> <html> <head> <meta charset="ut 阅读全文
posted @ 2025-12-17 21:15 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0)
摘要:安装包 npm install v-viewer viewerjs npm i fontawesome-4.7 npm install @fortawesome/fontawesome-svg-core npm install @fortawesome/free-solid-svg-icons np 阅读全文
posted @ 2025-10-31 22:12 ®Geovin Du Dream Park™ 阅读(15) 评论(0) 推荐(0)
摘要:<template> <div class="item"> <i> <slot name="icon"></slot> </i> <div class="details"> <h3> <slot name="heading"></slot> </h3> <slot></slot> </div> </ 阅读全文
posted @ 2025-10-30 23:13 ®Geovin Du Dream Park™ 阅读(35) 评论(0) 推荐(0)
摘要:在项目目录文件下,通过cmd运行下述指令。 npm create vue@latest cd vue-project npm install npm run format npm run dev 或 npm init vue@latest cd vue-prject npm run build -- 阅读全文
posted @ 2025-06-24 22:51 ®Geovin Du Dream Park™ 阅读(86) 评论(0) 推荐(0)
摘要:json [ { "name": "中国", "children": [ { "name": "北京市", "children": [ { "name": "市辖区", "children": [ { "name": "东城区", "children": [ { "name": "交道口街道", " 阅读全文
posted @ 2025-06-19 20:40 ®Geovin Du Dream Park™ 阅读(23) 评论(0) 推荐(0)
摘要:创建项目没有node_modules npm init -y npm install vue-router 分别执行两行代码出来。但没有创建typescript 阅读全文
posted @ 2025-06-12 18:07 ®Geovin Du Dream Park™ 阅读(41) 评论(0) 推荐(0)
摘要:项目结构: <template> <div class="bing-map-market"> <!-- 加载遮罩层 --> <div class="loading-overlay" v-show="isLoading || errorMessage"> <div class="spinner-con 阅读全文
posted @ 2025-06-07 18:33 ®Geovin Du Dream Park™ 阅读(28) 评论(0) 推荐(0)
摘要:https://learn.microsoft.com/en-us/bingmaps/getting-started/https://learn.microsoft.com/zh-cn/azure/azure-maps/migrate-from-bing-maps-web-app <!DOCTYPE 阅读全文
posted @ 2025-06-02 20:02 ®Geovin Du Dream Park™ 阅读(40) 评论(0) 推荐(0)
摘要:项目结构: <!--npm install -D tailwindcss-3d BaiduSubwayMap.vue npm install -D tailwindcss postcss autoprefixer--> <template> <div class="relative w-full h 阅读全文
posted @ 2025-06-01 16:16 ®Geovin Du Dream Park™ 阅读(43) 评论(0) 推荐(0)
摘要:项目结构: <!-- * ___ _ _ ___ * _--^^^#####// \\#####^^^--_ * _-^##########// ( ) \\##########^-_ * -############// |\^^/| \\############- * _/############ 阅读全文
posted @ 2025-05-29 18:05 ®Geovin Du Dream Park™ 阅读(142) 评论(0) 推荐(0)
摘要:项目结构: /* * @creater: geovindu * @since: 2025-05-25 11:26:27 * @LastAuthor: geovindu * @lastTime: 2025-05-25 15:20:10 * @文件相对于项目的路径: \jsstudy\vamp\src\ 阅读全文
posted @ 2025-05-25 15:54 ®Geovin Du Dream Park™ 阅读(56) 评论(0) 推荐(0)
摘要:在vscode创建: 项目结构: AmapMarker.vue <template> <div ref="mapContainer" class="amap-container" /> </template> <script lang="ts" setup> import { ref, onMoun 阅读全文
posted @ 2025-05-17 10:13 ®Geovin Du Dream Park™ 阅读(92) 评论(0) 推荐(0)
摘要:npm install pdfjs-dist@5.2.133 <!-- * @creater: geovindu * @since: 2025-05-09 21:56:20 * @LastAuthor: geovindu * @lastTime: 2025-05-09 22:12:17 * @文件相 阅读全文
posted @ 2025-05-09 22:23 ®Geovin Du Dream Park™ 阅读(134) 评论(0) 推荐(0)
摘要:npm create vite vuepdfpreview //创建项目 npm install vue-pdf-embed npm install vue3-pdfjs npm install pdfjs-dist@2.16.105 { "name": "vuepdfpreview", "priv 阅读全文
posted @ 2025-05-09 13:26 ®Geovin Du Dream Park™ 阅读(161) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalabl 阅读全文
posted @ 2025-05-08 13:22 ®Geovin Du Dream Park™ 阅读(41) 评论(0) 推荐(0)
摘要:Highly customizable org chart. Integrations available for Angular, React, Vue geovindu.json [ { "id": 100, "parentId": "", "name": "聚文", "lastName": " 阅读全文
posted @ 2025-02-03 14:10 ®Geovin Du Dream Park™ 阅读(91) 评论(0) 推荐(0)

1 2 3 4 5 ··· 10 下一页