Decorator pattern allows a user to add new functionality to an existing object without altering its structure. This type of design pattern comes under ...
分类:
其他好文 时间:
2019-07-26 19:15:02
阅读次数:
118
I'm hurting, baby, I'm broken down I need your loving, loving, I need it now When I'm without you I'm something weak You got me begging Begging, I'm o ...
分类:
其他好文 时间:
2019-07-25 13:28:43
阅读次数:
111
普通的插槽里面的数据是在父组件里定义的,而作用域插槽里的数据是在子组件定义的,有时候作用域插槽很有用,比如使用Element-ui表格自定义模板时就用到了作用域插槽。 作用域插槽使用<template>来定义模板,可以带两个参数,分别是: slot-scope ;模板里的变量,旧版使用scope属性 ...
分类:
Web程序 时间:
2019-07-18 16:36:20
阅读次数:
143
一、疑问点指针是C语言一个很强大的功能,同时也是很容易让人犯错的一个功能,用错了指针,轻者只是报个错,重者可能整个系统都崩溃了。下面是大家在编写C程序时,经常遇到的一种错误的使用方法,也许在你的学习和工作中就是这样用的,很危险。实例程序如图1所示: 图1 实例程序这段程序比较简单,str1指向的内存 ...
分类:
其他好文 时间:
2019-07-17 19:06:48
阅读次数:
120
Longest Substring Without Repeating Characters ...
分类:
其他好文 时间:
2019-07-16 18:35:16
阅读次数:
89
proxy 模块ngx_http_proxy_module模块默认编译进nginx里的;通过--without-http_proxy_module禁用 功能:对上游服务使用http/https协议进行反向代理 proxy_pass 指令 Syntax: proxy_pass URL; Default ...
分类:
其他好文 时间:
2019-07-16 18:24:34
阅读次数:
100
Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Given an array of integers where ...
分类:
移动开发 时间:
2019-07-14 21:27:18
阅读次数:
141
Django2.0异常:Specifying a namespace in include() without providing an app_name is not supported.新建模板小书匠欢迎使用 小书匠(xiaoshujiang)编辑器,您可以通过设置里的修改模板来改变新建文章的内... ...
分类:
移动开发 时间:
2019-07-14 15:24:43
阅读次数:
165
WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requiremen ...
分类:
数据库 时间:
2019-07-11 16:56:27
阅读次数:
456