上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 51 下一页
摘要: reinterpret_cast 重新解释类型 此外.....内存地址不变 https://blog.csdn.net/wangshubo1989/article/details/49133667 reinterpret_cast作用为:允许将任何指针转换为任何其他指针类型。 也允许将任何整数类型转 阅读全文
posted @ 2021-09-01 17:35 冰糖葫芦很乖 阅读(1151) 评论(0) 推荐(0) 编辑
摘要: 打开开发者工具 可以 ctrl + shift + i 然后点击 三个点 找到Sensor 倒数第四个 点击就有了 阅读全文
posted @ 2021-09-01 11:12 冰糖葫芦很乖 阅读(1201) 评论(0) 推荐(0) 编辑
摘要: location bar 从这里下手.... 改错了 输入chrome://version 变成了哈哈哈 而我要的是在显示的时候 变的 但是这里是输入的时候变的...........所以..............不对 一堆瞎找 最后定位到了这个 欧克 定位到了这里...这是修改的最后一步 最后猜测 阅读全文
posted @ 2021-08-26 11:41 冰糖葫芦很乖 阅读(241) 评论(0) 推荐(0) 编辑
摘要: class a { public: typedef std::map<int, int> urlMap; static urlMap mp; static urlMap CreateMap() { urlMap tmp_map = { {1, 1},{2, 2},{3, 3} }; return t 阅读全文
posted @ 2021-08-26 10:20 冰糖葫芦很乖 阅读(4338) 评论(0) 推荐(0) 编辑
摘要: #include <cstdio> #include <string> #include <iostream> #include <algorithm> #include <Winsock2.h> #include <Ws2tcpip.h> #pragma comment(lib, "Ws2_32. 阅读全文
posted @ 2021-08-20 11:59 冰糖葫芦很乖 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 转载来自:https://www.cnblogs.com/lidabo/p/3804249.html 设置connect超时很简单,CSDN上也有人提到过使用select,但却没有一个令人满意与完整的答案。偶所讲的也正是select函数,此函数集成在winsock1.1中,简单点讲,"作用使那些想避 阅读全文
posted @ 2021-08-20 11:46 冰糖葫芦很乖 阅读(547) 评论(0) 推荐(0) 编辑
摘要: Windows 下使用OpenSSL生成RSA公钥和私钥 genrsa -out rsa_private_key.pem 1024 rsa -in rsa_private_key.pem -pubout -out rsa_public_key.pem //最终的公钥文件 pkcs8 -topk8 - 阅读全文
posted @ 2021-08-20 09:14 冰糖葫芦很乖 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://juejin.cn/post/6978553765154521096 注解(元数据):与类,接口,枚举是在同一个层次,可声明在包,类,字段,方 法,局部变量,方法参数等的前面,用来对这些元素进行说明,注释。【1.5之后 新特性】 使用注解:@注解名称 作用分类: 编写文档:通过代码里 阅读全文
posted @ 2021-08-19 22:06 冰糖葫芦很乖 阅读(91) 评论(0) 推荐(0) 编辑
摘要: C++的字符串 VS2019 最近在修改Chromium的项目中 遇到了char string wchar_t wstring tchar CString 我们挨个挨个来: TCHAR 因为C++支持两种字符串,即常规的ANSI编码(使用""包裹)和Unicode编码(使用L""包裹),这样对应的就 阅读全文
posted @ 2021-08-19 15:14 冰糖葫芦很乖 阅读(987) 评论(0) 推荐(0) 编辑
摘要: 转载来自:https://www.bbsmax.com/A/mo5kbZ9EJw/ 还有这个:https://blog.csdn.net/leer168/article/details/8438149# 接二连三的事情,时间比较紧张,但是还是没有把这个系列的文章丢掉,因为这也是对自己知识的总结吧。提 阅读全文
posted @ 2021-08-17 13:58 冰糖葫芦很乖 阅读(303) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 51 下一页