新世界
新世界
提个测试到的问题
如果用浏览器访问,程序立刻挂掉。 不知道作者有什么解决方案呢。
sm 中国国密库
Name of Script: sm 中国国密库 Short Description: 支持sm3, sm4 URL:https://github.com/jiangjiali/Pythonista-sm Category: 密码 **Note: Pythonista Tools is NOT the repo for Pythonista. Issues with Pythonista should be brought up on the...
Cmakelists.txt最后添加strip功能,编译出来的安卓文件,非常小。但是不知道性能如何。麻烦各位大佬测试一下。 # strip message("CMAKE_STRIP=${CMAKE_STRIP}") if (LINUX OR ANDROID) add_custom_command(TARGET xlua POST_BUILD COMMAND ${CMAKE_STRIP} ${PROJECT_BINARY_DIR}/libxlua.so -o ${PROJECT_BINARY_DIR}/libxlua.so ) endif()
不支持 ios、osx、osx_silicon 系统. 麻烦作者,抽空研究一下。
Error: System.Net.Sockets.SocketException (0x80004005): Network is unreachable at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00000] in :0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000]...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
抽个时间,搞一下WebAuthn的身份认证支持吧。 https://w3c.github.io/webauthn/#webauthn-authenticator
python3.10以上的语法太好用了。