当前位置:网站首页>HarmonyOS第三次培训笔记
HarmonyOS第三次培训笔记
2022-07-03 07:34:00 【某科学的初学者】
复现第一个页面截图

cookbook相关代码
<element name= "cb-swiper" src="./swiper/swiper"></element>
<element name= "cb-hotcate" src="./hotcate/hotcate"></element>
<div class= "cb-container">
<div class="cb-title">
<text>美食大全</text>
</div>
<div class="cb-body">
<list>
<list-item class="cb-body-item">
<cb-swiper list="{
{list}}"></cb-swiper>
</list-item>
<list-item class="cb-body-item">
<cb-hotcate></cb-hotcate>
</list-item>
</list>
</div>
</div>.cb-container {
flex-direction: column ;
}
.cb-body {
flex: 1;
}
.cb-body-item{
flex-direction: column;
}
.cb-title {
width: 100%;
height: 44px;
justify-content: center;
align-items: center;
background-color: #ee742f;
}
text{
font-size: 16px;
font-weight: normal;
color:#fff;
}// @ts-nocheck
import list from '../../../common/data/cook-list.json';
export default {
data: {
list: []
} ,
onInit() {
this.list=list.data
}
}边栏推荐
- VMware virtual machine installation
- Implementation of breadth first in aggregation in ES
- 技术干货|关于AI Architecture未来的一些思考
- SQL create temporary table
- 技术干货|昇思MindSpore算子并行+异构并行,使能32卡训练2420亿参数模型
- 【MindSpore论文精讲】AAAI长尾问题中训练技巧的总结
- Technical dry goods Shengsi mindspire operator parallel + heterogeneous parallel, enabling 32 card training 242 billion parameter model
- Take you through the whole process and comprehensively understand the software accidents that belong to testing
- Lucene introduces NFA
- Beginners use Minio
猜你喜欢

Epoll related references

技术干货|昇思MindSpore NLP模型迁移之Roberta ——情感分析任务

Various postures of CS without online line

Analysis of the problems of the 7th Blue Bridge Cup single chip microcomputer provincial competition

技术干货|百行代码写BERT,昇思MindSpore能力大赏

【LeetCode】2. Valid Parentheses·有效的括号

Leetcode 213: 打家劫舍 II

Introduction of transformation flow

Leetcode 198: 打家劫舍

Docker builds MySQL: the specified path of version 5.7 cannot be mounted.
随机推荐
专题 | 同步 异步
FileInputStream and fileoutputstream
OSI knowledge sorting
Inverted chain disk storage in Lucene (pfordelta)
Logging log configuration of vertx
不出网上线CS的各种姿势
Arduino 软串口通信 的几点体会
Spa single page application
Pgadmin 4 v6.11 release, PostgreSQL open source graphical management tool
Lucene skip table
截图工具Snipaste
Use of other streams
Analysis of the ninth Blue Bridge Cup single chip microcomputer provincial competition
Introduction of buffer flow
Industrial resilience
JS monitors empty objects and empty references
Technical dry goods Shengsi mindspire elementary course online: from basic concepts to practical operation, 1 hour to start!
Project experience sharing: Based on mindspore, the acoustic model is realized by using dfcnn and CTC loss function
Realize the reuse of components with different routing parameters and monitor the changes of routing parameters
項目經驗分享:實現一個昇思MindSpore 圖層 IR 融合優化 pass