http://www.jb51.net/article/68285.htm 工作中常常会创建一个函数来解决一些需求问题,以下是个人在工作中总结出来的创建函数20种方式,你知道多少? function sayHello(){ console.log('hello'); } function leave ...
分类:
编程语言 时间:
2017-10-13 21:15:42
阅读次数:
225
25W/m 76% Most of us have formed an unrealistic picture of life on a desert island. We sometimes imagine a desert island to be a sort of paradise wher ...
分类:
其他好文 时间:
2017-10-13 10:27:34
阅读次数:
160
导航守卫主要用来通过跳转或取消的方式守卫导航 全局守卫,使用 router.beforeEach 注册一个全局前置守卫 const router = new VueRouter({ ... }) router.beforeEach((to, from, next) => { // to: Route ...
分类:
其他好文 时间:
2017-10-11 12:55:32
阅读次数:
128
拉取镜像 docker pull consul 启动节点1 docker run -d -e 'CONSUL_LOCAL_CONFIG={"skip_leave_on_interrupt": true}' --name=node1 consul agent -server -bind=172.17. ...
分类:
其他好文 时间:
2017-10-11 00:33:35
阅读次数:
317
看着Django的教程学习搭建网站,结果忘记第一次创建的账号和密码了。结果搭建成功以后,一直无法登陆到管理页面,进行不下去了。 如图所示: 在网上找了很多的方法都不行,最后使用新建一个superuser的方法搞定,但是以前设置的那个账号好像还是不行。 解决方法的步骤: 1.新建一个用户名,使用如下命 ...
分类:
其他好文 时间:
2017-10-08 12:13:34
阅读次数:
182
什么是BOM? BOM是bowser,object,model的缩写,称浏览器对象模型。 DOM针对的是文字本身,而BOM针对的是浏览器本身。 以下是几项简单的BOM事件 ...
分类:
其他好文 时间:
2017-09-28 22:22:40
阅读次数:
227
1 onblur 失去焦点 2 onchange 改变 3 onkeyup 按键弹起 4 onmouse over 鼠标移上去 5 onmouse leave 鼠标离开 6 onmouse move 鼠标移动 7 console.log 输出在什么地方 8 window.onresize 窗口改变 ...
分类:
其他好文 时间:
2017-09-27 23:59:06
阅读次数:
348
1.读入待分析的字符串 2.分解提取单词 3.计数字典 4.排除语法型词汇 5.排序 6.输出TOP(20) ...
分类:
其他好文 时间:
2017-09-26 21:03:45
阅读次数:
179
下面详细说明影响mongodb的系统配置,尤其在生产环境上。 1、生产环境推荐的平台 Amazon Linux Debian 7.1 Red Hat / CentOS 6.2+ SLES 11+ Ubuntu LTS 12.04 Ubuntu LTS 14.04 Windows Server 201 ...
分类:
数据库 时间:
2017-09-24 22:15:02
阅读次数:
172
1. big='''i'm a big big girlin a big big worldit's not a big big thing if you leave mebut i do do feelthat i too too will miss you muchmiss you muchi ...
分类:
其他好文 时间:
2017-09-20 21:54:25
阅读次数:
196