摘要:
pip install pygame==2.6.0 -i "http://pypi.doubanio.com/simple/" --trusted-host pypi.doubanio.com note: This error originates from a subprocess, and is 阅读全文
摘要:
main.c #include <stdio.h> int main(int argc, char const *argv[]) { int a = 10; int b = 20; int c = a +b; printf("c = %d\n",c); return 0; } Makefile # 阅读全文
摘要:
Please ensure that class is marked as '@Serializable' and that the serialization compiler plugin is applied. @Serializable data class PersonModel(val 阅读全文