本文源链接地址:https:www.93bok.com Mongodb简介 MongoDB是一个高性能,开源,无模式的文档型数据库,是当前NoSql数据库中比较热门的一种。MongoDB 是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。它在许多场景下可用 ...
分类:
数据库 时间:
2018-09-20 12:21:38
阅读次数:
222
https://mp.weixin.qq.com/s/hh0eExVFC6cxzpvNI1cA9A 使用门实现四选一选择器。 原理图 ?? 参考链接 https://github.com/wjcdx/jchdl/blob/master/src/org/jchdl/model/gsl/example/ ...
分类:
其他好文 时间:
2018-09-20 11:19:56
阅读次数:
194
Mojo C++ Bindings API This document is a subset of the Mojo documentation. Contents Overview Getting Started Interfaces Basic Usage InterfacePtr and I ...
分类:
编程语言 时间:
2018-09-18 22:37:14
阅读次数:
180
open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir=/Users/gaoyizhen736/Documents/MyChromeDevUserData ...
分类:
系统相关 时间:
2018-09-17 12:33:41
阅读次数:
256
$begin_time = '2018-8'; //指定月份月初时间戳 $month_start = strtotime($begin_time); //指定月份月末时间戳 $month_end = mktime(23, 59, 59, date('m', strtotime($begin_time... ...
分类:
其他好文 时间:
2018-09-15 23:49:11
阅读次数:
464
子组件事件中 触发父组件 监听 this.triggerEvent('myevent1', {}, {}) behavior 需要使用 Behavior() 构造器定义。 behaviors 是用于组件间代码共享的特性,类似于一些编程语言中的“mixins”或“traits”。 每个 behavio ...
分类:
微信 时间:
2018-09-15 19:23:26
阅读次数:
260
一、齐次变换 1、平移变换 变换矩阵不能包含X,Y,Z等坐标变量 如果x坐标向右平移了5个单位长度,则x~=x+5。在变换矩阵中表示的时候添加一个w坐标变量。通过加入一个w坐标,可以实现平移变换 1>如果w>0,这表示一个真实物理世界的点,因为你可以用x,y,z三个坐标初一w得到这个真是的点。 2> ...
分类:
其他好文 时间:
2018-09-13 17:24:43
阅读次数:
292
此篇整理的面试题型有点乱,请见谅。 Object 类中的方法 12种: Object() wait() wait(long) wait(long,int) hashCode() equals(Object) finalize() clone() toString() getClass() notif ...
分类:
编程语言 时间:
2018-09-13 10:22:35
阅读次数:
219
1. HashTable和HashMap的区别 HashMap和Hashtable都实现了Map接口。主要区别:线程安全性,同步(synchronization),以及速度。 1、HashMap是非synchronized,而Hashtable是synchronized,这意味着Hashtable是 ...
分类:
其他好文 时间:
2018-09-12 11:15:47
阅读次数:
137
一、wangEditor3.1.1 wangEditor富文本编辑器具体参数配置请参考官方文档:https://www.kancloud.cn/wangfupeng/wangeditor3/332599。 二、实现图文编辑 三、实现效果 四、总结 wangEditor3.1.1使用获取html时,使 ...
分类:
其他好文 时间:
2018-09-10 13:34:14
阅读次数:
1331