- 博客(2)
- 问答 (5)
- 收藏
- 关注
原创 【C学习-踩坑记录】使用strcat();函数后,程序后边的代码不执行
错误代码 #include <stdio.h> #include <memory.h> int main(void) { char arr1[] = "hello"; char arr2[] = "world"; printf("---------\n"); strcat(arr1, arr2); // **以下代码不会执行**...
2019-03-15 11:05:55
668
原创 【C学习-踩坑记录】编译器报错:Implicit declaration of function 'func1' is invalid in C99
编译错误 #include <stdio.h> #include <stdlib.h> #include "he.h" static int COUNT = 10; int main() { printf("-----\n"); while (COUNT > 0) { func1(); // **此处方法调用会报 Implicit ...
2019-03-14 13:05:02
996
空空如也
Scala IDE 自带的scala 包中找不到 swing的库是为什么?
2017-09-15
web服务部署在linux上,请求参数出现乱码。
2017-08-14
感觉闯大祸了,来Git 大神帮忙。
2017-07-28
JSON字符串中存在对象.对象,如何解析?
2017-07-22
TA创建的收藏夹 TA关注的收藏夹
TA关注的人