Skip to main content

Command Palette

Search for a command to run...

cf pages

Published
1 min read

俄罗斯方块 https://github.com/Binaryify/vue-tetris https://fkw.pages.dev FC在线模拟器 https://github.com/lucaschn/fcgame https://fcgame.pages.dev 壁纸站 https://github.com/insoxin/a https://a.pages.dev 基于浏览器本地API的图片加水印、打码工具 https://github.com/joyqi/sfz https://lb.pages.dev IP 地址查询 https://github.com/nb5p/MyIP/tree/gh-pages https://telegraph.pages.dev 云空调 https://github.com/YunYouJun/air-conditioner https://myac.pages.dev 贪吃蛇 https://github.com/zkysimon/snake https://s.pages.dev 播放器 https://github.com/qier222/YesPlayMusic https://ao.pages.dev

19 views

More from this blog

Markdown基本语法

一、标题 示例: # 这是一级标题 ## 这是二级标题 ### 这是三级标题 #### 这是四级标题 ##### 这是五级标题 ###### 这是六级标题 效果如下: 这是一级标题 这是二级标题 这是三级标题 这是四级标题 这是五级标题 这是六级标题 二、字体 示例: **这是加粗的文字** *这是倾斜的文字* ***这是斜体加粗的文字*** ~~这是加删除线的文字~~ 效果如下: 这是加粗的文字 这是倾斜的文字 这是斜体加粗的文字 这是加删除线的文字 三、引用 示例: >这是引用的内容 >>这...

Aug 1, 20211 min read32

excel的sheet1如何从sheet2单元格内获取信息

在sheet1中输入数据,需要在sheet1的A2输入司机的编号,在B2/C2/D2都可以显示想对应的资料,资料在sheet2中。 在sheet2中输入司机资料,以便sheet1通过vlookup函数提取对应资料。VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])。表述就是VLOOKUP(查找值,查找范围,查找列数,精确匹配或者近似匹配) 在sheet1中的B2中输入=vlookup(A2, 。表示...

Jul 12, 20211 min read19

ai

7 posts