摘要: 阅读全文
posted @ 2024-07-24 21:49 AngDH 阅读(1) 评论(0) 推荐(0) 编辑
摘要: server.cpp #include <winsock2.h> #include <iostream> using namespace std; #pragma comment(lib,"Ws2_32.lib") int main() { //初始化winsock的环境 WSADATA wd; i 阅读全文
posted @ 2024-07-24 21:36 AngDH 阅读(1) 评论(0) 推荐(0) 编辑
摘要: var aa = document.createElement('canvas'); ab = aa.getContext('webgl'); debugger; var ac = { 'contextName': ab.getParameter(ab['VERSION']), 'glVersion 阅读全文
posted @ 2024-07-24 12:00 AngDH 阅读(2) 评论(0) 推荐(0) 编辑