码迷,mamicode.com
首页 >  
搜索关键字:i got it    ( 1592个结果
一只PY萌新 画的沙雕TOM手办
汤姆 ...
分类:其他好文   时间:2018-11-13 00:01:20    阅读次数:226
生成pb模型出错
raise self.ParseError('Expected identifier or number, got %s.' % result)google.protobuf.text_format.ParseError: 139:1 : Expected identifier or number, ...
分类:其他好文   时间:2018-11-12 17:26:32    阅读次数:873
OpenCV和FFMpeg图片转换对比
最近一直在处理图片,从H264解码后得到的图片是YUV图片,而且很多都是NV12的,不是YUV420P(它们的差别是NV12格式为YYY...Y UV UV UV ... UV,而420P格式为 YYY...YY UUU..U VVV...V),一张1920x1080的图片大小为3.1M,为了节省空 ...
分类:其他好文   时间:2018-11-12 13:19:53    阅读次数:196
CentOS5/6/7系统下搭建安装Amabari大数据集群时出现SSLError: Failed to connect. Please check openssl library versions.错误的解决办法(图文详解)
不多说,直接上干货! 解决办法1: 地址:http://stackoverflow.com/questions/38423925/ambari-confirm-hosts-step-fails-registration-with-the-server-failed 说明:中文和英文操作系统版本问题, ...
分类:其他好文   时间:2018-11-10 22:38:52    阅读次数:1468
moco操作
1、启动 单个文件启动:将jar包跟启动的文件放在一个文件夹下 命令:java -jar moco-runner-<version>-standalone.jar http -p 12306 -c test.json 全局配置启动:java -jar moco-runner-<version>-st ...
分类:其他好文   时间:2018-11-08 18:09:27    阅读次数:213
org.hibernate.TypeMismatchException: Provided id of the wrong type for class cn.itcast.entity.User. Expected: class java.lang.String, got class java.lang.Integer at org.hibernate.event.internal.Defau
出现org.hibernate.TypeMismatchException: Provided id of the wrong type for class cn.itcast.entity.User. Expected: class java.lang.String, got class java ...
分类:编程语言   时间:2018-11-06 21:26:06    阅读次数:198
Sticks HDU - 1455 (未完成)
George took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he wants to return sticks to the origina ...
分类:其他好文   时间:2018-11-05 01:15:31    阅读次数:144
Python之turtle画同心圆和棋盘
画饼图 画棋盘 谢谢 ...
分类:编程语言   时间:2018-11-04 12:38:55    阅读次数:993
SSE图像算法优化系列二十四: 基于形态学的图像后期抗锯齿算法--MLAA优化研究。
MLAA即Morphological Antialiasing,是一种完全基于CPU处理的抗锯齿解决方案,能够在图像生成后再次对图像进行去锯齿处理。本文解析了Intel的相关代码,提出了一些优化手段和改进意见。 ...
分类:编程语言   时间:2018-11-04 01:48:40    阅读次数:317
ELF文件加载与动态链接(二)
GOT应该保存的是puts函数的绝对虚地址,这里为什么保存的却是puts@plt的第二条指令呢? 原来“解释器”将动态库载入内存后,并没有直接将函数地址更新到GOT表中,而是在函数第一次被调用时,才会进行函数地址的重定位,这样做的好处是可以加快程序加载速度,尤其对大型程序来说。有关这方面的更详细的信 ...
分类:其他好文   时间:2018-11-03 19:21:27    阅读次数:251
1592条   上一页 1 ... 43 44 45 46 47 ... 160 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!