上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页
摘要: 一直以来博客园的内容都是偏向于完成每日打卡任务,因为进度慢,要么写一些杂七杂八的东西,要么好不容易跟着写了个项目,有时就在以前项目架子上硬改,连目录名字都不变,有时做的完整在博客园只记录布局和部分代码,过些日子自己的代码扔哪里都不知道了, 现在尽管还在初学阶段,很多功能不会写只能简化,逻辑代码规范都 阅读全文
posted @ 2023-12-11 21:25 菜鸟de博客 阅读(137) 评论(3) 推荐(0)
摘要: 函数签名:build 函数是一个成员函数,必须属于一个标记为 @Component 或其子类的类中,同时不带参数。 返回类型:build 函数必须返回一个 ArkTS 组件类型 (Element),用于表示要呈现为用户界面的组件。可以是一个叶子组件,也可以是一个容器组件(一个包含其他组件的父组件)。 阅读全文
posted @ 2023-12-04 16:08 菜鸟de博客 阅读(560) 评论(0) 推荐(0)
摘要: 今天学ArkTS的自定义组件,明天想了解一下websocket,还有就是nodejs一直想看,但是一点也不了解,也因为懒没时间看 阅读全文
posted @ 2023-12-01 18:13 菜鸟de博客 阅读(13) 评论(1) 推荐(0)
摘要: 首页 // Index.ets // 导入页面路由模块 import router from '@ohos.router'; @Entry @Component struct Index { @State message: string = 'Hello World' build() { Row() 阅读全文
posted @ 2023-11-27 22:01 菜鸟de博客 阅读(28) 评论(0) 推荐(0)
摘要: import { defineStore } from 'pinia' import { ref } from 'vue' export const empStore = defineStore( 'big-stustore', () => { // 声明数据 state - count const 阅读全文
posted @ 2023-11-22 17:40 菜鸟de博客 阅读(14) 评论(0) 推荐(0)
摘要: 最近学这个 阅读全文
posted @ 2023-11-10 19:06 菜鸟de博客 阅读(23) 评论(0) 推荐(0)
摘要: 效果: .vue <template> <div> <el-container style="height: 700px; border: 1px solid #eee"> <el-header style="font-size: 40px; background-color: rgb(238, 2 阅读全文
posted @ 2023-10-29 12:14 菜鸟de博客 阅读(214) 评论(1) 推荐(0)
摘要: 10.13 结论: 阅读全文
posted @ 2023-10-13 22:08 菜鸟de博客 阅读(31) 评论(0) 推荐(0)
摘要: package com.example.springboottest; import org.apache.catalina.User; import org.springframework.format.annotation.DateTimeFormat; import org.springfra 阅读全文
posted @ 2023-10-03 21:25 菜鸟de博客 阅读(23) 评论(0) 推荐(0)
摘要: package com.itheima.util; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis.session. 阅读全文
posted @ 2023-09-21 21:48 菜鸟de博客 阅读(28) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页