修符道人的江湖
各大常用编程语言
https://blog.csdn.net/weixin_37968613/article/deta 阅读更多…
https://zhuanlan.zhihu.com/p/29881777 收藏
# !!!括号前面至少要有一个空格 @echo off # 解决中文乱码 chcp 65001 :i 阅读更多…
在学习ClassLoader之前,我建议先了解一下2块知识: JDK包相关: https://www 阅读更多…
1.基础篇章,与C的不同之处。 1)引用和指针的区别 2)输入输出 3)动态内存 4)命名空间(对应 阅读更多…
一、结构体定义的几种方式 https://blog.csdn.net/weixin_42445727 阅读更多…
共性:都以#开头 一、宏定义 特性: 1)实现函数功能,比函数效率更高。 1.#define怎么将多 阅读更多…
https://blog.csdn.net/cytsh/article/details/509573 阅读更多…
官方文档: http://www.groovy-lang.org/documentation.htm 阅读更多…
一、简介 squareup开发一套动态生成java代码的框架。 // 依赖链接implementat 阅读更多…