小包子是一只聪明喵喵~
C和C++是强类型语言,变量类型均应在代码执行前确定。 在函数声明方面C和C++则不同, 对于函数在被调用之前未声明或定义:
C
C++
函数声明
函数在被调用之前未声明或定义
阅读全文
1
& ./configure
12345
-- 查询手机号不为null的用户数据mysql> SELECT * from user where phone is not null;-- 查询手机号为null的用户数据mysql> SELECT * from user where phone is null;
MySQL的JOIN(一):用法
上文的数据库栏目
12345678910111213
$ sudo cat /etc/mysql/debian.cnf[sudo] password for katherine:# Automatically generated for Debian scripts. DO NOT TOUCH![client]host = localhostuser = debian-sys-maintpassword = ufBTBJJGhF7a2lyfsocket = /var/run/mysqld/mysqld.sock[mysql_upgrade]host = localhostuser = debian-sys-maintpassword = ufBTBJJGhF7a2lyfsocket = /var/run/mysqld/mysqld.sock