码迷,mamicode.com
首页 >  
搜索关键字:underscore utility    ( 793个结果
OPENGL中glad、glew、glfw、Freeglut的区别
glew(The OpenGL Extension Wrangler Library)是对底层OpenGL接口的封装,可以让你的代码跨平台。 glad与glew作用相同,可以看作它的升级版。 Freeglut(OpenGL Utility Toolkit)主要用于创建OpenGL上下文、接收一些鼠标 ...
分类:其他好文   时间:2020-04-09 10:56:23    阅读次数:327
前端工具库
Underscore.js 中文文档:http://www.underscore js.com/ 英文文档:http://underscorejs.org/ Loadsh.js 中文文档:https://www.lodashjs.com/ 英文文档:https://lodash.com/ ...
分类:其他好文   时间:2020-03-25 18:47:15    阅读次数:39
npm知识点
[TOC] 什么是npm? npm是随同NodeJS一起安装的包管理工具,能解决NodeJS代码部署上的很多问题 npm基本操作理解? 1. 有一个放了所有需要被共享的代码的代码仓库, 2. 发邮件通知jquery,bootstrap,underscore作者使用npm publish把代码提交到代 ...
分类:其他好文   时间:2020-03-19 13:36:29    阅读次数:62
TCP常用 端口表
TCP常用 端口表(部分)1 tcpmux TCP Port Service Multiplexer 传输控制协议端口服务多路开关选择器2 compressnet Management Utility compressnet 管理实用程序3 compressnet Compression Proce ...
分类:其他好文   时间:2020-03-14 20:01:51    阅读次数:80
你要看看这些有趣的函数方法吗?
前言 这是underscore.js源码分析的第六篇,如果你对这个系列感兴趣,欢迎点击 underscore-analysis/ watch一下,随时可以看到动态更新。 下划线中有非常多很有趣的方法,可以用比较巧妙的方式解决我们日常生活中遇到的问题,比如_.after,_.before,_.defe ...
分类:其他好文   时间:2020-03-14 18:13:00    阅读次数:53
SAP UI5和微信小程序框架里的全局变量
SAP UI5 in global variable sap.ui there are many useful utility service available, such as current browser and os information. and use sap.ui.getCore( ...
分类:微信   时间:2020-03-03 18:59:06    阅读次数:94
使用springboot默认的日志系统logback打印Mybatis语句问题
在yml配置文件中,配置mybatis时,一般有如下配置 mybatis: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl map-underscore-to-camel-case: true typeAlia ...
分类:编程语言   时间:2020-02-24 00:32:46    阅读次数:109
【Java】 入门 — —(六)
1、文档注释 A、JDK 包含一个很有用的工具,叫做 javadoc,它可以由源文件生成一个HTML 文档。 B、文档提取的是以 /** 开头,到 */ 结束。 C、javadoc 实用程序(utility)从下面几个特性中抽取信息: · 包 · 公有类与接口 · 公有的和受保护的构造器及方法 · ...
分类:编程语言   时间:2020-02-22 13:47:53    阅读次数:79
srvctl commands in Oracle RAC 11g
srvctl commands in Oracle RAC 11g SRVCTL (Server Control utility) commands in Oracle 11g RAC srvctl command target [options] commands: enable|disable| ...
分类:数据库   时间:2020-02-14 10:32:57    阅读次数:68
JS数据类型和堆栈+变量比较和值的复制+参数传递和类型检测
变量命名 变量名:字母 数字 下划线 美元符$ jquery: $ $.each() $ jQuery underscore( js的一个函数库) : _ _.each() 关键字 : if for 保留字 : class 推荐有意义的命名: buttonCancel button_cancel b ...
分类:Web程序   时间:2020-02-11 00:28:30    阅读次数:96
793条   上一页 1 2 3 4 5 6 ... 80 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!