会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AngDH
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
125
下一页
2024年7月24日
canvas webgl
摘要: 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
阅读(46)
评论(0)
推荐(0)
2024年7月22日
windows下6种io模型
摘要:
阅读全文
posted @ 2024-07-22 23:39 AngDH
阅读(20)
评论(0)
推荐(0)
2024年7月20日
socket udp 服务端 客户端
摘要: tcp_server.cpp #include <WinSock2.h> #include <iostream> using namespace std; #pragma comment(lib,"ws2_32.lib") int main() { //初始化winsock 环境 WSADATA w
阅读全文
posted @ 2024-07-20 22:19 AngDH
阅读(49)
评论(0)
推荐(0)
2024年7月18日
socket tcp 服务端 ,客户端
摘要: tcp_server.cpp #include <WinSock2.h> #include <iostream> using namespace std; //指定动态库的lib文件 #pragma comment(lib,"ws2_32.lib") int main() { //初始化winsoc
阅读全文
posted @ 2024-07-18 09:06 AngDH
阅读(42)
评论(0)
推荐(0)
2024年7月17日
nvm 换国内源
摘要: https://blog.csdn.net/qq_40659970/article/details/131223872 https://npmmirror.com/ 找到对应 nvm 文件夹settings.txt 文件,用管理员身份打开并更改 :加上两行代码保存。 node_mirror:http
阅读全文
posted @ 2024-07-17 10:16 AngDH
阅读(1889)
评论(0)
推荐(0)
sokcet
摘要:
阅读全文
posted @ 2024-07-17 09:10 AngDH
阅读(16)
评论(0)
推荐(0)
数据链路层
摘要:
阅读全文
posted @ 2024-07-17 08:54 AngDH
阅读(29)
评论(0)
推荐(0)
2024年7月16日
应用层协议
摘要:
阅读全文
posted @ 2024-07-16 22:57 AngDH
阅读(36)
评论(0)
推荐(0)
网络层
摘要:
阅读全文
posted @ 2024-07-16 22:52 AngDH
阅读(19)
评论(0)
推荐(0)
js worker
摘要: index.js <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>
阅读全文
posted @ 2024-07-16 16:23 AngDH
阅读(36)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
125
下一页
公告