Blog | 博客

Aisi assistant, love!

Original link: https://immmmm.com/i4-virtual-location/ With the help of the virtual positioning function of Aisi Assistant, you can locate the Apple device to any place. For specific tutorials, see: https://www.i4.cn/news_detail_31175.html What’s the use? Who uses who knows~ This article is reprinted from: https://immmmm.com/i4-virtual-location/ This site is for inclusion only, and the copyright belongs to the original author.

Aisi assistant, love! Read More »

Fcitx 5 Plasma Theme support

Kimpanel is a plasma applet that uses plasma and dbus to display the input method popup window. In X11, people who want to have native plasma theme based input method window may use it to provide a nice integration with plasma. So you might ask, we already having kimpanel in Plasma desktop, what’s point to

Fcitx 5 Plasma Theme support Read More »

sand pile

Original link: https://onojyun.com/2022/07/04/6253/ △ 185|Sand Pile Downstairs there are children building sand, and two little boys build their own castles in a one-meter-square sandpit, which reminds me of an interesting thing. There’s nothing fun about it, or even the shadows of many people’s childhoods, but the fun of it is that you can always get

sand pile Read More »

Build a maintainable Golang development environment

Original link: https://soulteary.com/2022/07/04/build-a-maintainable-golang-development-environment.html This article will talk about how to quickly build a Golang development environment in a Linux environment. In [“Basics”], we talked about how to build a basic Linux learning environment based on Ubuntu 22.04. In the next article, let’s talk about how to quickly install and configure various maintainable language environments in

Build a maintainable Golang development environment Read More »

Confluence 7.x and 6.x two versions of container privatization deployment strategy

Original link: https://soulteary.com/2022/06/25/confluence-7-and-6-two-versions-of-container-privatization-deployment-strategy.html The privately deployed Confluence has been officially used since 2019. Although the official stopped selling new licenses a while ago, students with existing licenses can continue to use the software stably. Just because I am still helping my friends maintain the Confluence instance, I took the time to sort out the relevant

Confluence 7.x and 6.x two versions of container privatization deployment strategy Read More »

After upgrading PHP to 8.0, solve Fatal error: Array and string offset access syntax with curly braces is no longer supported in

After upgrading PHP to 8.0, solve Fatal error: Array and string offset access syntax with curly braces is no longer supported in PHP8.0 can no longer use curly braces to access the offset of an array or string. You need to change {} to [] to solve the problem If the code logic contains something

After upgrading PHP to 8.0, solve Fatal error: Array and string offset access syntax with curly braces is no longer supported in Read More »

After upgrading PHP to 8.0, Fatal error: Uncaught Error: Call to undefined function create_function() solution was reported.

After upgrading PHP to 8.0, Fatal error: Uncaught Error: Call to undefined function create_function() solution was reported. Because php8.0 has removed create_function. So there are 2 solutions. One. Change the create_function to an anonymous function. As shown below <?php $newfunc = create_function(‘$a,$b’, ‘return “ln($a) + ln($b) = ” . log($a * $b);’); echo $newfunc(2, M_E).

After upgrading PHP to 8.0, Fatal error: Uncaught Error: Call to undefined function create_function() solution was reported. Read More »