
一直以来我都是用 MarkdownPad2 撰写自己的博客文章,也没有觉得哪里不好。关注到 typora 这个软件是因为最近网上讨论的比较热烈的这个软件要收费的消息,于是上网 Google 了一下这个软件才发现很多人对这个软件的评价很高,这就引起了我的兴趣,于是我决定下载这个软件亲自试用一下。😉

一直以来我都是用 MarkdownPad2 撰写自己的博客文章,也没有觉得哪里不好。关注到 typora 这个软件是因为最近网上讨论的比较热烈的这个软件要收费的消息,于是上网 Google 了一下这个软件才发现很多人对这个软件的评价很高,这就引起了我的兴趣,于是我决定下载这个软件亲自试用一下。😉
C# 中,IntPtr 是一个代表内存位置指针的类型。它被用来存储一个变量或一个对象在内存中的地址。IntPtr 是一个整数类型,但它的大小与平台有关。在 32 位系统中,IntPtr 的大小为 32 比特(4字节),在 64 位系统中,它的大小为 64 比特(8字节)。
线程间同步是指在多线程环境下,保证共享资源的安全和一致性的机制。 C# 中提供了多种方式实现线程间同步。例如:
“If you want your code to run faster, you should use Pypy.” - Guido van Rossum, the father of Python.
To understand why Pypy is faster, we should know what makes Python slower.
I met an issue Communication error with Jack server (35) when built the AOSP yesterday. I can build the AOSP successfully before this issue popped up. I spent hours figuring out why and solved the problem.
I’ve used Travis CI to build and deploy my projects for some years. The performance of Travis CI can meet my requirements. However, recently I found Travis CI stopped working for me. ☹️
This is the story of how I speed up my blog website load time…
在.NET 应用程序中,都是以 Main () 方法作为入口的,当调用此方法时系统就会自动创建一个主线程。
I’ve met an error Validation Failed (422) when using Gitalk in my blog. This article records how I fixed this error. If you are in trouble with this issue and you are looking for a solution, reading this article may help you.
This article will give an introduction to how to build TA images on different TrustZone.
I have completed an Android platform fingerprint application on Trusty TEE recently for my work. This page will try to give some useful information, which is a summary of my work and might be helpful for somebody who wants to bring up a fingerprint application on Trusty TEE.