Blog | 博客

Read “The Diary of an Abandoned Doctor Who Absolutely Laughs”

Original link: https://huiris.com/this-is-going-to-hurt-secret-diaries-of-a-junior-doctor/ Before reading this book, I judged from the title that this book should make people laugh. The book collects all kinds of funny things and jokes encountered in the hospital. After reading it, go to the evaluation of Douban. There is a very pertinent sentence: how humorous it is to read, the

Read “The Diary of an Abandoned Doctor Who Absolutely Laughs” Read More »

“Technology Podcast Month” preview

Original link: https://www.echojspodcast.com/special-month-of-tech-podcast-2022 Echo.js will be participating in Tech Podcast Month 2022. In July 2022, we will have a serial show, the format and topic will be kept secret for now! Interested friends can pay attention to “Technology Podcast Month”, and welcome everyone to continue to pay attention to Echo.js! This article is reproduced from:

“Technology Podcast Month” preview Read More »

graduate

Original link: https://laffitto.xyz/archives/bi-ye When sorting out my graduation materials one after another, I finally understood that my academic career was coming to an end. Looking at a pile of documents on the desktop, from elementary school to graduate school, from 6 years old to 25 years old, nearly 20 years. The 20 years of the

graduate Read More »

Huanhua Ten Years Just Meal Haha

Original link: https://rawchen.com/1361 The first time I saw Uncle Gen posted a video again, I have been waiting for an update. It should have been followed on YouTube in 2019, not to mention other aspects. If you follow the channel, you will know that Uncle Gen was a clear stream in the tourism field. Uncle’s

Huanhua Ten Years Just Meal Haha Read More »

jsDelivr hangs again

Original link: https://rawchen.com/1370 In the past two days, I found that GitHub static resource links like https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/blog/mail.jpg cannot be accessed. Searching and checking the official statement of Jsdelivr is that the CDN service of Jsdelivr in China has been polluted by DNS again and pointed to the IP addresses of Google, Twitter and Facebook, resulting

jsDelivr hangs again Read More »

Cutout vs. Go Back

Original link: https://blog.yitianshijie.net/2022/06/11/cut-out-vs-background-removal/ @zhusee2 : Cutout (X) go back (O) Obviously there is a common vocabulary that has been practiced in Taiwan for many years Why can’t you speak well? @terrylchen : It’s so weird, what I know about cutout is “co(py) image” (copy image file). @imonimaru : In fact, the context is in line

Cutout vs. Go Back Read More »

How to make System.Text.Json support serialization/deserialization of Dynamic type

I recently added the code generator function of System.Text.Json (C#) to support the Quicktype open source project, so I have a better understanding of how the Converter of System.Text.Json is written. Before this, I actually prefer to use Newtonsoft.Json (commonly known as Json.NET ) for JSON serialization/deserialization, because Json.NET has many “convenient” and “rich” functions

How to make System.Text.Json support serialization/deserialization of Dynamic type Read More »

Jetpack Compose Crash when adding view to window manager

Original link: http://i.lckiss.com/?p=8056 The error is something like this: java.lang.IllegalStateException: ViewTreeLifecycleOwner is not present in this window. Use ComponentActivity, FragmentActivity or AppCompatActivity to configure ViewTreeLifecycleOwner automatically, or call ViewTreeLifecycleOwner.set() for this View or an ancestor in the same window. In fact, I discovered this problem when I first came into contact with it a few

Jetpack Compose Crash when adding view to window manager Read More »

Simple case of getting web cookies

Original link: https://blog.saky.site/post/web-cookie/ For example the original cookie for a web page is uu=hfsjfyesu; The cookie after successful login is userId=558456454; token=wwwdwblogcnwwwdwblogcnwwwdwblogcnwwwdwblogcnwwwdwblogcn; uu=hfsjfyesu; pin=sirhexs Then we first write an if statement to determine whether the login is successful if(webcookie:find”token=”)then –上面这个if的意思是判断webcookie里面是否存在“token=”这个字符串–这里是登录成功后要进行的操作,我们在这里写我们的cookie截取规则end Then we write a rule to intercept the token according to the rules and code

Simple case of getting web cookies Read More »

[Web3Q·Lite] Daily Twitter Web3 Essence (AI Noise Reduction·Chinese Free Version)

Original link: https://mailchi.mp/b3c777d6a8da/i3ezqv3zws-7269349 [Web3Q·Lite] Daily Twitter Web3 Essence (AI Noise Reduction·Chinese Free Version) Web3Q · Lite Daily Twitter Feature Twitter @XDash | YouTube | Podcast |Telegram | View in Browser | RSS # 20220611 Changelog The Chinese Web3 circle is so cool, I haven’t seen a few KOLs post this #SingToEarn @Melody_SGS Well. (See “Yesterday’s

[Web3Q·Lite] Daily Twitter Web3 Essence (AI Noise Reduction·Chinese Free Version) Read More »

Read ERC20 smart contract information directly on the chain with Go Ethereum

I don’t know what’s the use of this, I just feel like it’s more fun to do. When looking at the Etherscan of Görli Testnet, such as this link:https://goerli.etherscan.io/token/0x3ffc03f05d1869f493c7dbf913e636c6280e0ff9#readContract , you can directly see some basic information of a contract, such as Decimals, Max Total Supply, etc. So I wonder if there is any reasonable

Read ERC20 smart contract information directly on the chain with Go Ethereum Read More »