动态内存相关内容,智能指针shared_ptr, unique_ptr, weak_ptr, 动态数组的操作,allocator类及算法 ...
分类:
编程语言 时间:
2018-12-27 23:42:06
阅读次数:
352
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如:error while loading shared libraries: libxxx.so: cannot open shared object file: No such file or directory 原因 ...
分类:
其他好文 时间:
2018-12-27 23:09:26
阅读次数:
288
昨天添加Android兼容包,碰到了很多问题,在这里记录一下,让后面的路好走。 如何选择兼容包, 请参考Android Support Library Features(二) 一、下载Support Library 方法1:右击项目→选择Android Tools→Add Support Libra ...
分类:
移动开发 时间:
2018-12-27 15:36:48
阅读次数:
177
GCC -l option is to link the library. It can use for static and share link. Link -l with library name without the lib prefix and the .a or .so extensi ...
分类:
其他好文 时间:
2018-12-27 13:28:06
阅读次数:
143
原文发表于百度空间,2011-03-24 看雪上别人问的一个问题,顺便在此记录下吧~~ ...
升级了系统 命令行不能用了 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools ...
分类:
系统相关 时间:
2018-12-26 19:53:31
阅读次数:
226
tf.train.shuffle_batchtf.train.shuffle_batch(tensors,batch_size,capacity,min_after_dequeue,num_threads=1,seed=None,enqueue_many=False,shapes=None,allow_smaller_final_batch=False,shared_name=None,name=
分类:
其他好文 时间:
2018-12-26 16:57:21
阅读次数:
272
本文使用的是Microsoft.Office.Interop.Word组件,必须在系统安装了office相关组件的条件下进行,在com里面找到Microsoft Word 16.0 Object Library并引用。 问题:使用c#操作word替换占位符的时候,当要替换的字符串超过一定的长度,就会 ...
1,下载点击官网,进入下载页面,2,安装解压出来,即安装完成。移动解压后的文件,换个文件目录(方便集中管理),将它改个名字(毕竟名字太长了)。我将其改名为tomcat9,移入资源库目录下,这也是Java安装的默认位置。3,验证打开终端app,运行/Library/tomcat9/bin/startup.sh出现了如下错误,-bash:/Library/tomcat9/bin/startup.sh:
分类:
系统相关 时间:
2018-12-25 23:40:27
阅读次数:
255
package com.cn.test.jihe; import java.util.Arrays; /** * * insert * delete * update * get * */ public class ArrayList { /** * Default initial capacity... ...
分类:
其他好文 时间:
2018-12-25 22:20:58
阅读次数:
189