标签:: collect

sql 日期时间函数

datediff功能: 返回两个日期之间的间隔语法: datediff ( date-path, date-expression-1, date-expression-2 )date-part: year | quarter | month | week | day | hour | minute | second | milliseconddate-part 2: yy/yyyy | qq/q

javascript 继承收集

定义父类12345678910111213// 定义一个动物类function Animal (name) { // 属性 this.name = name || 'Animal'; // 实例方法 this.sleep = function(){ console.log(this.name + ' 正在睡觉!'); &#

一张图简述 MIT 等协议

License世界上的开源许可证,大概有上百种。很少有人搞得清楚它们的区别。即使在最流行的六种—-GPL、BSD、MIT、Mozilla、Apache和LGPL—-之中做选择,也很复杂,这张图比那种一堆文字要简单易懂的多 引用:如何选择开源许可证?