avatar
文章
17
标签
25
分类
5

首页
归档
标签
分类
清单
  • 音乐
  • 电影
友情链接
关于我
王赵安的博客
首页
归档
标签
分类
清单
  • 音乐
  • 电影
友情链接
关于我

王赵安的博客

Modern C++ Learning(1)-Fundamental Types
发表于2023-08-27
Fundamental TypesVariable Declarationstype variable = value;type variable {value}; // C++11 Quick OverviewSigned Integerslong l1 = -7856974990L;long long l2 = 89565656974990LL;// ' digit separator C++14long l3 = 512'232'697'499; Unsigned Integersunsigned u1 = 12347U; unsigned long u2 = 123478912345UL; unsigned long long u3 = 123478912345ULL; // non-decimal literalsunsigned x = 0x4A; // hexadecimalunsigned b = 0b10110101; // binary C++14 Floating Point Typesfloat ...
Z-Library 免费电子书资源
发表于2023-07-02|宝藏网站
经亲身测试,下述网站失效,最新可用网址是 https://zh.z-library.rs/ https://zh.zlibrary-tw.se/ 各种各样的电子书都有,可以免费下载
毕业际随想
发表于2023-06-09|随想
今天是6月8日,高考结束的日子,看着直播中刚考完试的学子们,我不禁感慨,大学四年时间过得很快,此时此刻我竟已临近毕业了。现在升学&# ...
UCB CS186 数据库系统概论 学习笔记(0)
发表于2023-06-07|学习笔记数据库
正式开始之前由于自己本科专业不是计算机科班出身,所以自觉有许多计算机专业课需要补,我想数据库相关知识应该也非常重要。首先推荐 ...
ChatGPT国内注册方法
发表于2023-05-28|技术分享
前段时间,我注册了一个ChatGPT账号,用了一段时间,感觉挺好用的,尤其是在解决代码相关的问题方面很有效。目前,它辅助我完成了毕业设计v ...
个人博客搭建经验分享
发表于2023-05-28|技术分享
这两天闲着没事搭建了一个个人博客,现在记录搭建的过程分享出来。基于 Hexo 框架,采用 Butterfly 主题,评论系统采用 Giscus 感觉比较难写,就先放几个&# ...
Hello World
发表于2023-05-27
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post$ hexo new "My New Post" More info: Writing Run server$ hexo server More info: Server Generate static files$ hexo generate More info: Generating Deploy to remote sites$ hexo deploy More info: Deployment
12
avatar
王赵安
个人博客,用于技术分享
文章
17
标签
25
分类
5
关注我
公告
添加了评论系统,欢迎留言评论!
最新文章
使用KVM创建虚拟机的记录2025-03-25
论文阅读笔记-[SIGCOMM_17] The QUIC Transport Protocol- Design and Internet-Scale Deployment2023-10-24
论文阅读笔记-[Security_18] Off-Path TCP Exploit-How Wireless Routers Can Jeopardize Your Secret2023-10-08
Modern C++ Learning(8)-Pointers2023-09-07
Modern C++ Learning(7)-References2023-09-05
分类
  • 学习笔记1
    • 数据库1
  • 宝藏网站1
  • 技术分享2
  • 随想1
标签
control-flow 数据库 Modern C++ functions 学习笔记 types beginner-level Type System 论文阅读笔记 TCP References 宝藏网站 Hexo ChatGPT C++ 本科毕业 strings 随想 Pointers CS186 UDP 北京航空航天大学 网络安全 custom-types QUIC
归档
  • 三月 20251
  • 十月 20232
  • 九月 20233
  • 八月 20235
  • 七月 20231
  • 六月 20232
  • 五月 20233
网站资讯
文章数目 :
17
本站访客数 :
本站总访问量 :
最后更新时间 :
©2023 - 2025 By 王赵安
框架 Hexo|主题 Butterfly