请注意,逸凡并不支持低于IE8的浏览器,为了获得最佳效果,请下载最新的浏览器,推荐下载 Chrome浏览器

Install NGINX Amplify Agent

8-13 833 views

https://amplify.nginx.com/dashboard/ Please install the Amplify Agent on a new host system to start monitoring: Use SSH to connect and log in to ...
阅读全文 0

JNI DETECTED ERROR IN APPLICATION

8-11 727 views

https://blog.csdn.net/epeaktop/article/details/73849270 最近遇到一个JNI的问题,同一套代码在Android4.4版本前的设备上运行是OK的,但是在Android5.0之...
阅读全文 0

How can I host my public package on my personal domain?

7-22 723 views

<blockquote class="reddit-card" > <a href="https://www.reddit.com/r/golang/comments/mn2zsa/how_can_i_host_my_public_package_on_my_pe...
阅读全文 0

COM in plain C

7-05 738 views

https://www.codeproject.com/Articles/13601/COM-in-plain-C
阅读全文 0

win32 文件选择/保存

7-03 640 views

https://www.csdn.net/tags/NtTaUg4sOTYwNjMtYmxvZwO0O0OO0O0O.html
阅读全文 0

A Brief Intro to Input Method Framework, Linux IME, and XIM

6-01 722 views

https://tedyin.com/posts/a-brief-intro-to-linux-input-method-framework/ There are chances one need an input method editor (IME). For CJK users, su...
阅读全文 0

使用Visual studio查看exe或DLL文件的依赖项

5-07 738 views

事先准备:只要 Visual Studio 任何版本即可。 点击开始 -> 程序 -> Visual Studio对应的版本,打开Visual Studio Tools -> 选择 命令提示 进入命...
阅读全文 0

golang skia demo

5-04 701 views

skia build 1. 下载安装 depot_tools git clone 'https://chromium.googlesource.com/chromium/tools/depot_tools.git' export PATH="${PWD}/depot_tools:${...
阅读全文 0

cgo void* to []byte

5-04 626 views

godata := C.GoBytes(unsafe.Pointer(data), len)
阅读全文 0

查看系统和库的架构

5-04 616 views

uname -a Darwin nuxart.local 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:23 PDT 2021; root:xnu-8019.41.5~1/RELEASE_X86_64 x86_64 lipo -i...
阅读全文 0