上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 136 下一页
摘要: https://www.freebuf.com/articles/network/239834.html 阅读全文
posted @ 2022-09-16 12:30 katago 阅读(17) 评论(0) 推荐(0)
摘要: 简介 sokit 是一个在 windows 平台下免费的 TCP/UDP 测试(调试)工具, 可以用来接收,发送或转发 TCP/UDP 数据包。 它有三种工作模式: 服务器模式、客户端模式、转发器模式。 支持发送 ascii 字符串数据,以及十六进制表示的原始字节,单次发送的字符数目没有限制;收到的 阅读全文
posted @ 2022-09-09 16:22 katago 阅读(641) 评论(0) 推荐(0)
摘要: Coordinate System坐标系统The coordinate system is controlled by the QPainter class. Together with the QPaintDevice and QPaintEngine classes, QPainter form 阅读全文
posted @ 2022-09-09 15:38 katago 阅读(83) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/video/BV1ob411475n?spm_id_from=333.337.search-card.all.click&vd_source=3c339f283b6bb121a22b7ab795b7b6ed启发思维,一些题目挺好玩http://www 阅读全文
posted @ 2022-09-08 14:09 katago 阅读(159) 评论(0) 推荐(0)
摘要: mysql查询最近三天的数据SELECT * FROM `shop` where time > DATE_SUB(now(),INTERVAL 3 DAY)DATE_ADD()函数DATE_ADD() 函数向日期添加指定的时间间隔。DATE_ADD(date,INTERVAL expr type)d 阅读全文
posted @ 2022-09-05 15:08 katago 阅读(2868) 评论(0) 推荐(0)
摘要: C++基础篇C++算法篇数据结构&算法深入信息学竞赛初赛篇信息学竞赛复赛篇信息学等级考试篇C++提高篇https://study.163.com/series/1202896601.htm?inLoc=android_ss_ssjg&utm_campaign=share&utm_medium=and 阅读全文
posted @ 2022-09-05 14:45 katago 阅读(104) 评论(0) 推荐(0)
摘要: 示例搜搜 effectqmlvideofxOpenGL 4 Shading Language Cookbook 阅读全文
posted @ 2022-08-30 11:11 katago 阅读(36) 评论(0) 推荐(0)
摘要: game-programming-qt-5-guide-2ndgame programming using qt 5 第二版 阅读全文
posted @ 2022-08-26 10:29 katago 阅读(20) 评论(0) 推荐(0)
摘要: 链接shader,标准opengl shader处理过程bool VideoShader::build(QOpenGLShaderProgram *shaderProgram) { if (shaderProgram->isLinked()) { qWarning("Shader program i 阅读全文
posted @ 2022-08-25 18:06 katago 阅读(67) 评论(0) 推荐(0)
摘要: http://static.kancloud.cn/uuling/tp5-console/366136 阅读全文
posted @ 2022-07-28 15:28 katago 阅读(26) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 136 下一页