{ "name": "XXX", "version": "1.0.0", "summary": "XXX Library", "description": "Provide XXX", "homepage": "http://xxx", "license": "xxx", "authors": { ...
分类:
移动开发 时间:
2020-06-28 20:18:30
阅读次数:
69
本篇参看: https://developer.salesforce.com/docs/component-library/bundle/lightning-datatable/documentation https://www.lightningdesignsystem.com/component ...
分类:
其他好文 时间:
2020-06-28 15:27:38
阅读次数:
61
安装链接 https://www.jianshu.com/p/463f54c91ab7 1.9.1 安装包下载 官网路径: https://github.com/PointCloudLibrary/pcl/releases 百度云分享: 链接:https://pan.baidu.com/s/14iQ ...
JSP--JSTL(JSP标准标签库) 博客说明 文章所涉及的资料来自互联网整理和个人总结,意在于个人学习和经验汇总,如有什么地方侵权,请联系本人删除,谢谢! 概念 JavaServer Pages Tag Library JSP标准标签库 是由Apache组织提供的开源的免费的jsp标签 作用 用 ...
分类:
Web程序 时间:
2020-06-28 12:30:56
阅读次数:
70
参考自微信公众号 数据驱动实践 #install.packages('ggThemeAssist')library(ggThemeAssist)library(ggplot2)gg = ggplot(mtcars,aes(x=hp,y=mpg,colour = as.factor(cyl)))+ge ...
分类:
其他好文 时间:
2020-06-27 20:23:49
阅读次数:
94
<?php /* * PHP QR Code encoder * * This file contains MERGED version of PHP QR Code library. * It was auto-generated from full version for your conven ...
分类:
Web程序 时间:
2020-06-27 16:19:51
阅读次数:
68
【声明:数据安全无比重要,清空数据的动作很危险,本文操作属研究兴趣使然,请读者不要模仿】我们都知道Isilon在inline dedupe和post dedupe之后,会把重复的8K的blocks都会放在shadow store中,今天我想到一个问题:如果我们把cluster上的文件删光了,那么sh... ...
分类:
其他好文 时间:
2020-06-27 16:07:52
阅读次数:
48
EasyX Library for C++ (Ver:20190415(beta)) http://www.easyx.cn EasyX.h 1 #pragma once 2 3 #ifndef WINVER 4 #define WINVER 0x0400 // Specifies that the ...
分类:
其他好文 时间:
2020-06-26 22:19:47
阅读次数:
157
C程序编译顺序 预编译 编译 汇编 链接 在Windows下这种包叫“库文件”(Library File),也就是 .lib 文件,在UNIX下,是Archive File,也就是 .a 文件。 Makefile Makefile里主要包含了五个东西:显式规则、隐晦规则、变量定义、文件指示和注释。 ...
分类:
其他好文 时间:
2020-06-26 16:29:47
阅读次数:
51
Python代码覆盖率工具coverage.py其实是一个第三方的包,同时支持Python2和Python3版本。安装也非常简单,直接运行: pip install coverage 首先我们编写一个简易计算器的程序: # mymath.py def add(a, b): return a + b ...
分类:
编程语言 时间:
2020-06-26 12:55:14
阅读次数:
109