09 2023 档案
摘要:https://www.bilibili.com/video/BV1NG4y1p74h 查看帮助文档:normal 模式下输入 :help 字符 插入模式下 ctrl + h删除上一个字符,相当于 backspace 删除键 ctrl + w 如果光标所在位置为空格,则删除本行中当前光标左边最近的一
阅读全文
摘要:https://uniapp.dcloud.net.cn/ 使用 Vue.js 开发所有前端应用的框架 开发者编写一套代码,可发布到iOS、Android、Web(响应式)、以及各种小程序(微信/支付宝/百度/头条/飞书/QQ/快手/钉钉/淘宝)、快应用等多个平台。 周边生态丰富 发送请求 meth
阅读全文
摘要:实战:使用 Flex 布局构建如下界面 分析: 竖向:使用 flex 布局将页面分为三部分,即头部、主体和底部。其中头部和底部需要固定高度,其余的高度分配给主体部分(使用 flex-direction=column; 和 flex-grow: 1;) 主体部分:使用 flex 布局排列多个卡片,这里
阅读全文
摘要:重要属性 flex-direction flex-wrap flex-flow justify-content align-items align-content 其他属性 order flex-grow flex-shrink flex-basis flex align-self 学习地址 htt
阅读全文
摘要:Machine Learning Common Lifycycle Import the Data Clean the Data Split the Data into Training/Test Sets Create a Model Train the Model Make Prediction
阅读全文
摘要:Get Started React Tutorials, Mosh, Youtube Source Code, Gitee 1. 创建项目 npm create vite@latest 2. 通过 npm 安装 bootstrap npm i bootstrap@5.2.3 main.tsx 引入全
阅读全文
摘要:CPP Tutorials for Beginners, Mosh, Youtube IDE: CLion Env: C++20 #include <iostream> #include <cmath> #include <cstdlib> void const_var(); void create
阅读全文