番茄鬧鐘四 todoList 模組搭建及封裝

2021-10-02 21:23:47 字數 643 閱讀 1111

一. 除錯介面

二.webstorm 最大化的增加**區域

view-enter distraction free mode
三. 新增新建選單

四. 配置路徑

五. todoinput 和 todo 元件

// todoinput負責樣式

// todo負責功能

// 放外面處理是為了後面引入redux,提交action都是做在外面的

六. 製作 item

this.state.todos.map(t=>) // ...t把所有屬性放到item裡面
七. 解決 ts2339 報錯

// 在外面定義介面

inte***ce itodoitemprops

八. 將 todos 做成寬度一半

四 CubeMX之配置RTC實現日曆和鬧鐘實驗

一 主要相關api hal statustypedef hal rtc settime rtc handletypedef hrtc,rtc timetypedef stime,uint32 t format 設定rtc時間 hal statustypedef hal rtc setdate rtc...

python模組學習 四

re findall alvin yuanalesxalexwupeiqi alvin import re ret re.findall a.in helloalvin print ret alvin ret re.findall a.n alvinhelloawwwn print ret alvi...

Python常用模組 四

正規表示式時電腦科學的乙個概念,正規表示式通常被用來檢索,替換那些符合某個模式的文字,大多數程式語言都支援利用正規表示式進行字串操作.正則就是用一些具有特殊含義的符號組合到一起來描述字元或者字串的方法,或者說正則就是用來描述一類事物的規則.它內嵌在python中,並通過re模組來實現,正規表示式模式...