- 博客(5)
- 收藏
- 关注
原创 Public Key Retrieval is not allowed 不允许公钥检索
Public Key Retrieval is not allowed 不允许公钥检索
2022-11-06 10:46:25
9750
原创 用IDEA推送代码到Git被拒绝的解决办法 Push rejectedPush to origin / master was rejected
IDEA 推送代码到Git被拒绝的解决办法Push rejectedPush to origin / master was rejected
2022-10-02 13:29:09
7000
2
原创 2021-06-13
C语言的一些简化写法if( n ) 的写法等价于if( n!=0),if( !n )的写法等价于if(n==0)。 whil语句里也同样适用,while( n )写法等价于 whil( n!=0)。
2021-06-13 18:20:15
175
原创 2021-05-29
关于头文件<string.h> 的几个常用函数。 strlen( str )函数 用于测字符串的长度,函数返回值为字符串长度。 strcmp( str1, str2 )函数 用于判定两个字符串是否相同,函数返回值为1或0。 strlwr( str )函数 用于将字符串中的大写字母转换为小写字母。 strupr( str ) 函数 用于将字符串中的小写字母转换为大写字母。 strcat( str1, str2 )函数 用于将字符串2加...
2021-05-29 09:08:37
169
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人