vue项目优化之按需加载组件-使用webpack require.ensure vue项目优化之按需加载组件-使用webpack require.ensure 使用 vue-cli构建的项目,在 默认情况下 ,执行 npm run build 会将所有的js代码打包为一个整体, 打包位置是 dist ...
分类:
Web程序 时间:
2017-05-16 19:21:01
阅读次数:
348
基本查看: show dbs;#查看所有的数据库 show collectios;#查看所有的集合 use db;切换数据库,如果不存在的话就创建 db.dropDatabase();#删除数据库 增删改查: db.lhy.insert({"name":"林青霞","age":"18","sex": ...
分类:
数据库 时间:
2017-05-15 22:29:19
阅读次数:
311
题目: Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or memory buffer, ...
分类:
其他好文 时间:
2017-05-15 10:11:39
阅读次数:
294
jQuery设计理念 引用百科的介绍: jQuery是继prototype之后又一个优秀的Javascript框架。它是轻量级的js库 ,它兼容CSS3,还兼容各种浏览器(IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+),jQuery2.0及后续版本将不再支持IE ...
分类:
Web程序 时间:
2017-05-12 15:37:32
阅读次数:
290
Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and ...
分类:
Web程序 时间:
2017-05-11 10:16:08
阅读次数:
183
备个份,慢慢写总结 1 first_fit 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 5 int main() 6 { 7 printf("This file doesn't demonstrate an a ...
分类:
其他好文 时间:
2017-05-09 19:41:47
阅读次数:
174
本文介绍,回复贴吧指定某楼层主的帖子的方法。在这里不介绍无限发主贴和无限回复主贴的方法,无限发主题帖会爆吧,引起别人的反感,并且很容易遭到吧主的封杀;无限回主题帖,会让整个帖子的每楼的回复充满了自己的内容,影响别人阅读也会遭人反感。只要看了本文就可以无限回帖了,如果非要改成发主题帖或者回主题帖,那肯 ...
分类:
Web程序 时间:
2017-05-07 10:15:20
阅读次数:
515
以下未经说明,listctrl默认view风格为report ------------------------------------------------------------------------------- 1. CListCtrl 风格 LVS_ICON: 为每个item显示大图标 ... ...
分类:
其他好文 时间:
2017-05-07 01:05:50
阅读次数:
176
使用 Ubuntu vivid 的 glib-2.44.1 的程序总是打印类似这种警告: GLib-GObject-WARNING **: Two different plugins tried to register GLib-GIO-WARNING **: Tried to register a ...
分类:
其他好文 时间:
2017-05-06 18:59:42
阅读次数:
182
1 里氏替换原则定义 Liskov于1987年提出了一个关于继承的原则“Inheritance should ensure that any property proved about supertype objects also holds for subtype objects.”——“继承必须 ...
分类:
其他好文 时间:
2017-05-05 16:17:47
阅读次数:
232