C 语言教程:
http://www.runoob.com/cprogramming/c-tutorial.html
C++ 教程:
http://www.runoob.com/cplusplus/cpp-tutorial.html
cmake编译命令
cd build
cmake ..
make
make install
...约 254 字小于 1 分钟
http://www.runoob.com/cprogramming/c-tutorial.html
http://www.runoob.com/cplusplus/cpp-tutorial.html
cd build
cmake ..
make
make install
Goproxy 中国 https://goproxy.cn/
$(document).ready(function(){
$(function () {
flag=0;
$('#sub1a').click(function() {
if (flag==0){
console.log(flag)
$(this).children().attr('class','glyphicon glyphicon-plus')
flag=1;
}else{
console.log(flag)
$(this).children().attr('class','glyphicon glyphicon-minus')
flag=0;
}
});
});
});
npm config set registry https://registry.npmjs.org