03 2025 档案

摘要:在物联网平台领域,ThingsPanel和ThingsBoard各有千秋,为助大家明晰二者差异、精准选型,以下将从多个核心维度展开深度解读: ThingsPanel ThingsBoard 一、开源协议与版本模式 开源协议: ThingsPanel遵循AGPLv3.0协议。 ThingsBoard采 阅读全文
posted @ 2025-03-06 16:06 飞雪飘鸿 阅读(8) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="person"></div> <h2>姓名{{ person.name }}</h2> <h2>年龄{{ person.age }}</h2> <button @click="changeage">修改</button> </template> <scr 阅读全文
posted @ 2025-03-05 15:36 飞雪飘鸿 阅读(2) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="person"></div> </template> <script lang="ts" setup name="person"> import { ref } from "vue"; let name = ref("zhangsan") let age 阅读全文
posted @ 2025-03-05 15:26 飞雪飘鸿 阅读(1) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="person"></div> </template> <script lang="ts" setup name="person"> </script> <style scoped> </style> 阅读全文
posted @ 2025-03-05 15:21 飞雪飘鸿 阅读(0) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="mylist"> <h1>一辆{{ car.brand }},价值{{ car.price }}</h1> <button @click="changeprice">修改价格</button> <br> <h2>列表</h2> <ul> <li v-fo 阅读全文
posted @ 2025-03-05 14:56 飞雪飘鸿 阅读(3) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="mylist"> <h1>一辆{{ car.brand }},价值{{ car.price }}</h1> <button @click="changeprice">修改价格</button> <br> <h2>列表</h2> <ul> <li v-fo 阅读全文
posted @ 2025-03-05 14:41 飞雪飘鸿 阅读(0) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="mylist"> <h1>一辆{{ car.brand }},价值{{ car.price }}</h1> <button @click="changeprice">修改价格</button> <br> <h2>列表</h2> <ul> <li v-fo 阅读全文
posted @ 2025-03-05 13:20 飞雪飘鸿 阅读(0) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="mylist"> <h1>一辆{{ car.brand }},价值{{ car.price }}</h1> <button @click="changeprice">修改价格</button> <br> <h2>列表</h2> <ul> <li v-fo 阅读全文
posted @ 2025-03-05 13:14 飞雪飘鸿 阅读(0) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="mylist"> <h1>一辆{{ car.brand }},价值{{ car.price }}</h1> <button @click="changeprice">修改价格</button> </div> </template> <script lan 阅读全文
posted @ 2025-03-05 12:54 飞雪飘鸿 阅读(1) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="mylist"> <h2>姓名:{{name}}</h2> <h2>年龄:{{age}}</h2> <h2>电话:{{tel}}</h2> <button @click="changename">修改姓名</button> <button @click= 阅读全文
posted @ 2025-03-05 12:28 飞雪飘鸿 阅读(2) 评论(0) 推荐(0) 编辑
摘要:<script lang="ts"> export default{ name:'mylist', data(){ return{ name:'张三', age:18, tel:'666666' } }, methods:{ showtel(){ alert(this.tel) }, changeA 阅读全文
posted @ 2025-03-04 17:44 飞雪飘鸿 阅读(1) 评论(0) 推荐(0) 编辑
摘要:<script setup lang="ts"> export default{ name:'' } </script> <template> </template> <style scoped> .mylist{ } </style> 阅读全文
posted @ 2025-03-04 17:06 飞雪飘鸿 阅读(1) 评论(0) 推荐(0) 编辑
摘要://引入create用于创建应用 import {createApp, createSSRApp} from "vue"; //引入App根组件 import app from "./App.vue"; createApp(app).mount("#app") 阅读全文
posted @ 2025-03-04 16:57 飞雪飘鸿 阅读(1) 评论(0) 推荐(0) 编辑
摘要:<template> <!-- html 结构--> <div class="app"> <h1>你好啊</h1> </div> </template> <script lang="ts"> //ts export default{ name:"app"//暴露组件名称 } </script> <s 阅读全文
posted @ 2025-03-04 16:56 飞雪飘鸿 阅读(1) 评论(0) 推荐(0) 编辑
摘要:https://www.ujcms.com/download/ 智能水务一体化管理平台Intelligent Water Integrated Management Platform知全局、智监管、早预警、助决策防洪排涝水利感知边远监测 智能摄像机、水位计、流速仪、雨量计、水质监测、温湿度、工情监测 阅读全文
posted @ 2025-03-04 10:00 飞雪飘鸿 阅读(1) 评论(0) 推荐(0) 编辑
摘要:@echo off‘chcp 65001cmd /c start cd C:\wwwrootREM mkdir my-first-node-app:: cd my-first-node-appcls 阅读全文
posted @ 2025-03-04 09:59 飞雪飘鸿 阅读(2) 评论(0) 推荐(0) 编辑

https://damo.alibaba.com/ https://tianchi.aliyun.com/course?spm=5176.21206777.J_3941670930.5.87dc17c9BZNvLL
点击右上角即可分享
微信分享提示