摘要: HTML中的相对路径与绝对路径(转) https://www.cnblogs.com/chenyanlong/p/7831589.html 阅读全文
posted @ 2020-04-14 18:29 rainisraing 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 传送门:https://www.jianshu.com/p/c6a0397ec6f5 阅读全文
posted @ 2019-10-11 21:56 rainisraing 阅读(131) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/07c4dddae43a 阅读全文
posted @ 2019-09-11 19:44 rainisraing 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 1.块注释符(/*...*/)是不可以嵌套使用的。 此外,我们还可以使用 #if 0 ... #endif 来实现注释,且可以实现嵌套,格式为: 你可以把 #if 0 改成 #if 1 来执行 code 的代码。 这种形式对程序调试也可以帮助,测试时使用 #if 1 来执行测试代码,发布后使用 #i 阅读全文
posted @ 2019-09-05 09:51 rainisraing 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 传送门:http://www.renrendoc.com/p-15807640.html 阅读全文
posted @ 2019-08-22 17:39 rainisraing 阅读(179) 评论(0) 推荐(0) 编辑
摘要: http://www.360doc.com/content/14/0411/12/13876790_367994858.shtml 阅读全文
posted @ 2019-08-19 15:30 rainisraing 阅读(665) 评论(0) 推荐(0) 编辑
摘要: 网络编程原理:https://www.jianshu.com/p/1dc758c24722 重要概念:https://www.cnblogs.com/tangr206/articles/3269508.html 阅读全文
posted @ 2019-08-18 19:07 rainisraing 阅读(99) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/m0_37925202/article/details/80258974 https://blog.csdn.net/a15929748502/article/details/82623257 https://blog.csdn.net/skyroben/ 阅读全文
posted @ 2019-08-18 17:50 rainisraing 阅读(193) 评论(0) 推荐(0) 编辑
摘要: <iomanip>传送门:https://baike.baidu.com/item/iomanip/3319954?fr=aladdin linux为何用./运行程序:https://blog.csdn.net/lijinshanba/article/details/81985961 snprint 阅读全文
posted @ 2019-08-13 19:24 rainisraing 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 传送门:https://www.cnblogs.com/nano94/p/4014082.html 关于内存的补充知识传送门:https://blog.csdn.net/Hello_Sue/article/details/79462836 CPU存储器架构:https://blog.csdn.net 阅读全文
posted @ 2018-12-28 13:39 rainisraing 阅读(183) 评论(0) 推荐(0) 编辑