摘要:
1.启动Apache: service apache2 start 关闭: service apache2 stop 将Apache2服务添加到自动启动的程序组里: update-rc.d apache2 defaults 2.启动mysql: service mysql start 登录MySQL 阅读全文
posted @ 2019-04-01 23:07 淼哥学习园地 阅读(452) 评论(0) 推荐(0)
|
摘要:
1.启动Apache: service apache2 start 关闭: service apache2 stop 将Apache2服务添加到自动启动的程序组里: update-rc.d apache2 defaults 2.启动mysql: service mysql start 登录MySQL 阅读全文
posted @ 2019-04-01 23:07 淼哥学习园地 阅读(452) 评论(0) 推荐(0)
摘要:
1.int 的大致范围:-2X10^9~2X10^9 long long 的范围:-9X10^18~9X10^18 2.布尔型在C++中可以直接使用,true和false。 C语言则需要加头文件:#include <stdbool.h> 3.define 和const define:宏定义是直接将对 阅读全文
posted @ 2019-04-01 22:48 淼哥学习园地 阅读(144) 评论(0) 推荐(0) |
||