摘要:
1.字符函数,所在函数库为ctype.h 2.数学函数,所在函数库为math.h、stdlib.h、string.h、float.h 3.目录函数,所在函数库为dir.h、dos.h 4.进程函数,所在函数库为stdlib.h、process.h 5.输入输出子程序,所在函数库为io.h、conio 阅读全文
摘要:
<!> 跑马灯 <marquee>...</marquee>普通卷动 <marquee behavior=slide>...</marquee>滑动 <marquee behavior=scroll>...</marquee>预设卷动 <marquee behavior=alternate>...< 阅读全文
摘要:
CSS属性 字体属性: (font) 大小 font-size: x-large;(特大) xx-small;(极小) 一般中文用不到,只要用数值就可以. 单位:PX、PD 样式 font-style: oblique;(偏斜体) italic;(斜体) normal;(正常) 行高 line-he 阅读全文
摘要:
Bootstrap学习资料整理 <!DOCTYPE html> <html> <head> <title>bootstrap template</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> 阅读全文
摘要:
一、数学运算类 abs(x) 求绝对值 1、参数可以是整型,也可以是复数 2、若参数是复数,则返回复数的模 complex([real[, imag]]) 创建一个复数 divmod(a, b) 分别取商和余数 注意:整型、浮点型都可以 float([x]) 将一个字符串或数转换为浮点数。如果无参数 阅读全文
摘要:
Linux 命令 一. 启动,关机,登入,登出相关命令 <login> 登录 <logout> 登出 <exit> 登出 <shutdown> 停止系统 <halt> 停止系统 <reboot> 重启动 <poweroff> 切断电源 <sync> 把内存里的内容写入磁盘 <lilo> 安装lilo 阅读全文