我已经用 xampp 安装了 apache 2.4。我尝试使用这里提到的步骤添加 mod_wsgi
但是当我添加行时
LoadModule wsgi_module modules/mod_wsgi-py34-vc10.so
Run Code Online (Sandbox Code Playgroud)
Apache 无法启动。
我在我的存储库中使用了一个 AsyncTask,它用于在存储库中设置 LiveData。如何使用转换从我的 ViewModel 观察这个 LiveData?
android android-asynctask android-livedata android-architecture-components
我正在尝试使用套接字编程发送数据帧。为此,我需要知道如何在客户端将数据帧编码为字节,然后在服务器将其解码为数据帧。