正文
编程有前后端,内容也挺多,不常用就会容易忘,这里记录一下,每天每个模块花一个小时温习下。
前端
Pear Admin 官网 http://www.pearadmin.com/ , Git地址 https://gitee.com/organizations/pear-admin/projects ,里面有各种语言的Admin视图框架, 如Java、Python、Go、PHP、Yii2等。
HTML
CSS
JavaScript
jQuery
Bootstrap
Vue
上面那个是runoob的Vue教程,作为入门挺好的,不过组件部分讲的不全,可以看一下下面官网的文档。
微信小程序
常用插件
SweetAlert 信息提示 https://sweetalert.js.org
ZENG msgbox 信息提示 https://ibaiyang.github.io/blog/javascript/2021/01/08/ZENG-msgbox-信息提示.html
Toastr 提示插件
AdminLTE
不同的几个版本
http://adminlte.la998.com/index.html
http://adminlte.la998.com/index2.html
https://adminlte.io/themes/v3/index3.html
https://adminlte.io/docs/3.2/index.html
PHP
PHP socket、fsockopen、stream、curl 区别
PHP $this,static,self,const的区别和联系
PHP ArrayIterator,ArrayObject和Array的区别与联系
PHP安装
Yii2
MySQL
MySQL leftJoin、innerJoin、rightJoin区别总结