常用博文汇总
<1.>CSS3中transform几种常用函数的用法:旋转rotate、扭曲skew、缩放scale和移动translate以及矩阵变形matrix
http://www.w3cplus.com/content/css3-transform
<2.>KindEditor 富文本编辑框的使用
http://www.cnblogs.com/wupeiqi/articles/6307554.html
<3.>http://sc.chinaz.com/
<4>https://www.cnblogs.com/mecity/archive/2011/06/17/2082786.html(配置RTPM推流服务器)
启动RTMP服务器的命令行:D:\soft\nginx-1.7.11.3-Gryphon>nginx.exe -c conf\nginx-win-rtmp.conf
配置完成后,电脑打开vlc播放器 输入地址:rtmp://你的ip地址:监听端口号/live/home
>>>>>>待续