There are three major problems, the China Securities Regulatory Commission will order Everbright Securities to take corrective measures

Visit the original URL Image source: Visual China Reporter| Sun Yizhen Five securities firms were “named” by the China Securities Regulatory Commission due to business violations by overseas subsidiaries. According to the website of the China Securities Regulatory Commission on June 10, the China Securities Regulatory Commission took corrective measures against CITIC Securities, Everbright Securities,

There are three major problems, the China Securities Regulatory Commission will order Everbright Securities to take corrective measures Read More »

TSMC’s May revenue was US$6.28 billion, a year-on-year increase of 65.3% and a new high

According to information from TSMC’s official website, their revenue in May was NT$185.705 billion, equivalent to US$6.277 billion, exceeding US$6 billion for the first time. Revenue has increased by more than 60% year-on-year after a lapse of seven years. The last time was in January 2015. TSMC’s revenue in that month was NT$87.12 billion, a

TSMC’s May revenue was US$6.28 billion, a year-on-year increase of 65.3% and a new high Read More »

Weibo: The “One-click Evidence for Complaints” function will be launched in mid-June

This afternoon, Weibo released a product upgrade announcement stating that in order to further implement the work requirements of the Central Cyberspace Administration’s “Special Action on Cleanliness and Cyber ​​Violence” and strengthen the governance of speech attacks and cyber violence, the site has optimized and upgraded the “non-followed private messages” in the early stage. On

Weibo: The “One-click Evidence for Complaints” function will be launched in mid-June 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 »