curl is a a command line tool that allows to transfer data across the network. It supports lots of protocols out of the box, including HTTP, HTTPS, FT ...
分类:
Web程序 时间:
2020-12-29 11:24:49
阅读次数:
0
计算机图形学 Computer Graphics,CG; 计算机图像处理 DigitalImage Processing,IP;计算机视觉 Computer Vision,CV CG:三维模型->绘制->二维图像 IP:二维图像-> 分析处理->得到其他信息或生成某种特效 CV:二维图像-> 分析处 ...
分类:
其他好文 时间:
2020-12-29 11:12:55
阅读次数:
0
有一台虚拟机硬盘爆了,打算扩容,但只要一修改磁盘大小,就提示设备“3”的操作无效。在外网找到一个原因:可能存在快照的原因,删除或者commit即可 随即把快照全部删除,在执行修改硬盘大小,就可以了! 参考文章:https://communities.vmware.com/t5/ESXi-Discus ...
分类:
其他好文 时间:
2020-12-25 13:04:59
阅读次数:
0
使用场景: public void doCustomer() { // People people = new People(); people.setName("哒"); people.setSex(1); people.setDrlType("people"); // KieServices k ...
分类:
其他好文 时间:
2020-12-21 11:29:14
阅读次数:
0
Part.1一个应届海归研究生,研究生阶段毕业设计是流体模拟,看着还不错,毕业设计是用的C++,但是面试的C++笔试题错了一大半,渲染方面的基础问题倒是答得还行。主要公司也还不大,正好新项目缺人,学历还行,态度也还端正,给了他4000一个月的试用期工资也还答应了,那就看看这年轻人的可能性吧,试用期3个月。一来给他安排了一个游戏里面内置的家具系统,就是摆放下家具,然后支持旋转,撤销,保存这些操作,进
分类:
其他好文 时间:
2020-12-19 12:28:30
阅读次数:
1
/** * Object.create()方法可以传两个参数,第一个是原型对象,第二个是自身属性(是一个可描述的对象) value configurable writable emumerable * * */ let obj=Object.create({a:1},{ b:{ value:1 }, ...
分类:
其他好文 时间:
2020-12-17 12:10:45
阅读次数:
2
int cmp(const void*a, const void*b){ return (*(int**)a)[0] > (*(int**)b)[0]; } int** merge(int** intervals, int intervalsSize, int* intervalsColSize, ...
分类:
其他好文 时间:
2020-12-16 12:28:04
阅读次数:
3
目录sign(符号)函数一、sign函数概述二、python实现sign函数 更新、更全的《机器学习》的更新网站,更有python、go、数据结构与算法、爬虫、人工智能教学等着你:https://www.cnblogs.com/nickchen121/p/11686958.html sign(符号) ...
分类:
其他好文 时间:
2020-12-16 12:06:14
阅读次数:
2
fcntl.h 头文件,file control的缩写。 int open(const char *path, int oflag) int openat(int fd, const char *path, int oflag) 将准备打开的文件或是设备的名字作为参数path传给函数,oflags用 ...
分类:
系统相关 时间:
2020-12-14 13:52:10
阅读次数:
8
###Chang'e 5 robotic probe plants China's national flag on moon's surface Chang'e 5 robotic probe plants China's national flag on moon's surface. [Pho ...
分类:
其他好文 时间:
2020-12-11 12:26:10
阅读次数:
4