上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 90 下一页
摘要: let message:string ='hello nice day'; console.log(message); console.log("ok,good luck11111111111"); let a = 1+2; let b= a+3; let c={ apple:a, banana:b 阅读全文
posted @ 2024-03-26 11:53 txwtech 阅读(6) 评论(0) 推荐(0) 编辑
摘要: TypeScript 是a56爆大奖在线娱乐 JavaScript 的超集,它在语法层面上对 JavaScript 进行了扩展,提供了强类型、类、接口等面向对象的特性,并且可以通过编译器将 TypeScript 代码转换成 JavaScript 代码。在开发 TypeScript 项目时,a56爆大奖在线娱乐们通常会使用 webpa 阅读全文
posted @ 2024-03-26 11:49 txwtech 阅读(273) 评论(0) 推荐(0) 编辑
摘要: { "name": "test1", "version": "1.0.0", "main": "index.html", "dependencies": { "ts-node": "^10.9.2" }, "devDependencies": { "@types/node": "^20.11.30" 阅读全文
posted @ 2024-03-26 11:43 txwtech 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 胶囊按钮样式 <?xml version="1.0" encoding="utf-8"?> <shape xmlns:ohos="http://schemas.huawei.com/res/ohos" ohos:shape="rectangle"> <corners ohos:radius="100 阅读全文
posted @ 2024-03-25 21:50 txwtech 阅读(17) 评论(0) 推荐(0) 编辑
摘要: VScode启动typescript监视任务自动把TS转换成JS 修改TS文件,保存后,相应的js文件一起改变 翻译 搜索 复制 阅读全文
posted @ 2024-03-25 09:38 txwtech 阅读(33) 评论(4) 推荐(0) 编辑
摘要: config.json声明权限配置方法 阅读全文
posted @ 2024-03-24 22:19 txwtech 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 更改UI界面后,保存UI界面; 返回VS中,找到UI界面文件,右击->编译;或者选中编辑的UI,按下ctrl+F7 选择项目,重新扫描解决方案,不行就多执行一次 翻译 搜索 复制 阅读全文
posted @ 2024-03-22 17:31 txwtech 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 教程认证考试: https://developer.huawei.com/consumer/cn/training/dev-cert-detail/101665624627448188 https://developer.huawei.com/consumer/cn/ https://develop 阅读全文
posted @ 2024-03-22 14:15 txwtech 阅读(20) 评论(0) 推荐(0) 编辑
摘要: import cv2 import numpy as np from datetime import datetime from scipy import signal #二维离散卷积运算 import math def printWithdate(str): time2 = datetime.no 阅读全文
posted @ 2024-03-22 13:45 txwtech 阅读(5) 评论(1) 推荐(0) 编辑
摘要: opencv python快速均值平滑 翻译 搜索 复制 阅读全文
posted @ 2024-03-22 08:21 txwtech 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 90 下一页