沧海一粟,欢迎来访。     🏝️ About me

  1. October 02, 2020

    安卓代码反编译并不仅仅只用来做攻击或“参考”别人的代码内容,我们还可以用反编译来帮助我们分析和定位遇到的编译问题。

  2. May 10, 2020

    一般前端都会有很多个项目文件夹放在dev目录下,用Alfred快速搜索过滤dev目录下的项目并用指定的编辑器打开,就不用在目录里一个个找了

  3. April 12, 2020

    众所周知,RN和H5的区别在于:RN是使用Native组件来渲染的,而H5是依赖WebView。那么RN是如何做到写js代码,渲染Native组件的呢,这篇文章我们深入源码,一探究竟。

  4. April 12, 2020

    As is well known, the difference between RN and H5 lies in the fact that RN uses Native components for rendering, while H5 relies on WebView. So how does RN manage to write JS code and render Native components? In this article, we'll delve into the source code to explore this.

  5. March 07, 2020

    Cross-platform development has always been a hot topic. As a front-end developer, it's beneficial to understand some knowledge about mobile platforms.

  6. July 01, 2019

    有时对比技术方案时,我们需要统计一个页面的内存,cpu以及网络消耗。然后通过求取平均值,获得对比数据。思考了好久来寻找能够很快对比,并且求取平均值的方式。

  7. March 11, 2019

    capslock 占着键盘的好位置,但是使用率极低。如何巧妙使用来提高效率。

  8. February 15, 2019

    有时候我们需要在用户离开页面的时候,做一些上报来记录用户行为。又或者是发送服务器ajax请求,通知服务器用户已经离开,比如直播间内的退房操作。有没有合适方式来保证成功发送呢?