Ashes Space
Home
Blog
Podcast
About
English
Posts (21)
Sort by
By Date
Sort by
September 6, 2024
•
project
在React Native中函数式的控制Loading Component
# 阅读前你需要知道的 - React Context是什么 - 如何自定义Hooks # 为什么需要函数式的控制Loading Component 在APP的开发中,我们经常会遇到一些异步的...
#project
March 23, 2024
•
project
React “动态”表单设计(一)
# React “动态”表单设计(一) 在本节中,我会介绍动态表单的定义,实现一个这样的表单会遇到的问题,和给出它的基础数据结构和生成函数。 在下一节中,我会更详细的介绍,这个表单中字段的值的存...
#project
January 11, 2023
•
project
从CRA将react项目迁移成微前端项目-1
# 从CRA将react项目迁移成微前端项目 —— 目录结构的确定和构建方式的更改 ## 基础知识 阅读之前你需要知道的知识包括 + [什么是monorepo](https://en.wik...
#project
January 1, 2023
Hello, World!
# Hello, World! This is my first blog post using **Next.js**. ## Features of This Blog - Static...
This is my first blog post using Next.js
November 30, 2022
•
project
JS开发中函数式编程的一些经验
函数式编程, JS函数式编程
#project
August 8, 2022
•
project
增量运行E2E测试
<img src="/images/e2e-testing-banner.png" /> ## 基础知识 阅读之前你需要知道的知识包括 + [什么是E2E测试](https://katal...
#project
August 7, 2022
•
project
monorepo结构下启动react项目局部热更新
<img src="/images/monorepo-react-banner.jpeg" /> ## 基础知识 阅读之前你需要知道的知识包括 + [什么是monorepo](https:...
#project
April 27, 2022
将KVM的虚拟机存储到NAS上
<img src="/images/kvm-log.png"> ## 基础知识 阅读之前你需要知道的知识和软件包括 ### 知识点 + KVM的基础使用 + NAS的基础使用 + 熟悉shell...
#interestring
December 28, 2021
•
project
High performance grouped list design
## Overall goal 1. nested relationships exist in the grouping and there is no theoretical upper li...
#project
December 26, 2021
•
project
Recording web pages to video at a specified time through a server
## Why is there such a need? I recently work in the field of front-end data visualization, and the...
#project
December 23, 2021
•
interesting
hexo seo 优化
## 阅读之前 ### 你需要知道的知识包括 + Hexo 基本命令 + html`<meta>`标签 ## 对项目进行更改 ### 为博客添加关键字 在hexo主题文件夹中(一般路径为t...
#interesting
December 13, 2021
•
error
# 商汤科技声明对美国将公司加入所谓「中国军工复合体企业」清单表示强烈反对,还有哪些信息值得关注?
# 商汤科技声明对美国将公司加入所谓「中国军工复合体企业」清单表示强烈反对,还有哪些信息值得关注? ## 奶包的大叔的回答 事实上,中国AI企业并不是唯一被美国政府制裁的“黑名单”公司。 例如,2...
#error
December 13, 2021
•
interesting
Hexo的一些增强--目录以及RSS订阅
## 阅读之前 ### 你需要知道的知识包括 + 使用npm/yarn管理项目的依赖 + Hexo的基本使用 ### 前置的一些环境 + Node.js & NPM #...
#interesting
December 9, 2021
•
interesting
Hexo的一些增强--渲染Latex公式
## 阅读之前 ### 你需要知道的知识包括 + Hexo基本命令 + Shell的使用 + laTex的使用 ### 前置的一些环境 + Node.js +...
#interesting
September 2, 2021
•
interesting
工程师遇到的一些问题
The lesson I have learned in decades of dealing with software related companies of all sizes is th...
#interesting
August 21, 2021
•
project
绘制平滑的三次贝塞尔曲线
How to draw a smooth Bessel Curve,如何绘制贝塞尔曲线,贝塞尔曲线,三次贝塞尔曲线
#project
July 30, 2021
•
project
高性能分组列表设计-2
## 通过改变列表项位置更新分组关系 <img width="300px" src="/images/moveGroup.png"> ## 要解决的问题 + 移动分组时,分组...
#project
July 28, 2021
•
project
高性能分组列表设计(1)
# 高性能分组列表设计 ## 整体目标 1. 分组存在嵌套关系,且深度无理论上限 2. 可以通过拖拽,将已分组元素拖出,接触分组关系 3. 可以通过拖拽,将未分组元素拖入分组内,建...
#project
July 16, 2021
•
project
通过服务器在指定时间将网页录制成视频
# 通过服务器在指定时间将网页录制成视频 ## 为什么有这样的需求? 笔者最近的工作在前端数据可视化领域,会出现一些对长时间运行的前端页面进行监控的需求。以往我的解决办法是通过一些现有...
#project