地址 https://github.com/billyhoomm...http://blog.billyhu.com 说明(Instructions) 本项目后台基于express、mongodb,前台基于Vue2.0全家桶、bootstrap、scss预编译器以及一众工具类插件 项目前后台代码在同 ...
分类:
数据库 时间:
2020-06-03 20:12:03
阅读次数:
65
# 一、bootstrap的部分组件的使用1. 栅格系统 - row - col-n(1~12) - 每行最多显示12列,超出会换行 - row自带弹性盒属性 - 可以给某个列使用margin抵消空白列 2. 屏幕断点 - sm,md,lg,xl 3. 表格 - 尽量有thead - 每行颜色不一致 ...
分类:
其他好文 时间:
2020-06-03 00:22:17
阅读次数:
56
前言 我们在IDE中编写的Java源代码被编译器编译成.class的字节码文件。然后由ClassLoader(类加载器)负责将这些.class文件加载到JVM中去执行。 ClassLoader Bootstrap ClassLoader(启动类加载器) C++实现 在java里无法获取 负责加载<J ...
分类:
其他好文 时间:
2020-06-02 10:58:15
阅读次数:
47
加载器从最底层开始往上的顺序 BootStrap ClassLoader:rt.jar,C++实现,虚拟机的一部分 Extention ClassLoader: 加载扩展的jar包 App ClassLoader:指定的classpath下面的jar包 Custom ClassLoader:自定义的 ...
分类:
其他好文 时间:
2020-06-02 10:56:13
阅读次数:
39
现在在2020年了,jonmiles/bootstrap-treeview 项目已经归档了,并且最后一次更新在2015年。但是,项目中使用到了这个库,所以,没得选择,只能粪不顾身跳入坑里。 这篇文章主要吐槽bootstrap-treeview的两个方法:checkNode 和 expandNode ...
分类:
其他好文 时间:
2020-06-01 12:00:00
阅读次数:
123
Web开发:PHP/Node Web框架:ThinkPHP/CodeIgniter 前端框架:AngularJS/Vue/EmberJS/Cocos2dJS/Ionic 前端样式库:WeUI/Bootstrap/AmazeUI 前端工具库:jQuery/Zepto 前端插件:Swiper/Iscro ...
分类:
其他好文 时间:
2020-06-01 11:45:14
阅读次数:
128
前端学习 bootstrap 4 学习: 样式: https://v4.bootcss.com/docs/getting-started/introduction/ css : 层叠样式表: 标签 style='width:80px;height:45px;background-color=""' ...
分类:
其他好文 时间:
2020-05-31 17:46:36
阅读次数:
63
前端编码规范之:Git使用规范 前端编码规范之:样式(scss)编码规范 前端编码规范之:HTML结构规范 前端编码规范之:Vue最佳实践 前端编码规范之:Javascript编码规范 css/scss命名的原则是:通俗易懂,尽量保持不重复(冲突),尽量不要用id。我比较推崇bootstrap的样式 ...
分类:
Web程序 时间:
2020-05-31 16:23:57
阅读次数:
97
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="css/bootstrap.min.css" /> <script src="js/jquery-2.1. ...
分类:
其他好文 时间:
2020-05-31 16:21:15
阅读次数:
234
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="css/bootstrap.min.css" /> <script src="js/jquery-2.1. ...
分类:
其他好文 时间:
2020-05-30 15:56:25
阅读次数:
63