参考链接:https://www.cnblogs.com/hongwest/p/7298257.html 到MongoDB官网下载对应版本的安装包: https://www.mongodb.com/download-center?jmp=nav#community 一路next之后安装完成,重点是接 ...
分类:
数据库 时间:
2019-01-04 17:10:28
阅读次数:
178
1.声明变量-全局声明-局部声明 中划线或下划线两种用法相互兼容 $nav-color: #F90; $highlight-border: 1px solid $nav-color; nav{$width: 100px;width: $width;color: $nav-color;} //编译 n ...
分类:
其他好文 时间:
2019-01-03 19:27:43
阅读次数:
185
``` if (navigator.userAgent.indexOf("MSIE") > 0) { if (navigator.userAgent.indexOf("MSIE 6.0") > 0) { window.opener = null; ... ...
分类:
Web程序 时间:
2019-01-03 13:00:31
阅读次数:
349
1.yum解决编译nginx所需的依赖包,之后你的nginx就不会报错了 yum install gcc patch libffi-devel python-devel zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel r... ...
分类:
其他好文 时间:
2019-01-02 23:21:06
阅读次数:
295
1、分类中原则上只能增加方法(能添加属性的的原因只是通过runtime的objc_setAssociatedObject和objc_getAssociatedObject方法添加setter/getter方法);2、扩展不仅可以增加方法,还可以增加实例变量(或者属性),只是该实例变量默认是@priv ...
分类:
其他好文 时间:
2019-01-02 15:06:13
阅读次数:
320
App.vue: <div id="app"> <div class="content"> <transition :name="transitionName" :duration="{ enter: 500, leave: 0 }"> <router-view class="transitionB ...
分类:
移动开发 时间:
2019-01-02 12:36:34
阅读次数:
488
H5新增的几个容器块元素:1、header:用户表示页面或某个区域的头部2、nav:用于表示导航栏3、aside:用于表示跟周围主题相关的附加信息4、article:用于表示一个整体的一部分主题 5、section:表示右边的侧边栏6、footer:用于表示页面或某个区域的脚注 现在这里来教大家怎么 ...
分类:
Web程序 时间:
2019-01-01 21:08:38
阅读次数:
183
1、下拉菜单; 2、导航栏; nav-tab 切换 nav-pills 胶囊式; 堆栈式导航; 注: 该博客为扩展型; ...
分类:
其他好文 时间:
2018-12-29 23:09:34
阅读次数:
218
Getting Started with Unity 2018 - Third Edition: A Beginner's Guide to 2D and 3D game development with Unity Learn how to use Unity 2018 by creating y ...
分类:
编程语言 时间:
2018-12-29 18:36:12
阅读次数:
252
管理 随笔- 17 文章- 1 评论- 1 管理 随笔- 17 文章- 1 评论- 1 随笔- 17 文章- 1 评论- 1 电容有什么作用?为什么cpu电源引脚都并联一个电容? 正文: 参考资料:http://blog.sina.com.cn/s/blog_7880d3350101dsf9.htm ...
分类:
其他好文 时间:
2018-12-29 11:22:12
阅读次数:
274