简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
C语言问题 关于implicit declaration of function
问题描述:在linux中用gcc编译三个文件:$gcc linktable.c menu.c test.c -o menu -lm产生警告:test.c: In function ‘main’:test.c:20:2: warning: implicit declaration of function ‘MenuConfig’ [-Wimplicit-function-declaration]
vue.js slot-scope 取值
错误:<template slot-scope="scope"><!-- 取值必须用slot-scope --><i class="scope.row.isWork === '是' ? 'el-icon-circle-check' : 'el-icon-circle-close'"></i></template>正确:i...
Vue 消除router-link 的下划线
https://www.cnblogs.com/wayneliu007/p/10357647.html
leetcode 728. Self Dividing Numbers
A self-dividing number is a number that is divisible by every digit it contains.For example, 128 is a self-dividing number because 128 % 1 == 0, 128 % 2 == 0, and 128 % 8 == 0.Also, a self-dividing nu
到底了