请使用0.9以后的版本: 示例代码 1、只需要配置kafka的server groupid autocommit 序列化 autooffsetreset(其中 bootstrap.server group.id key.deserializer value.deserializer 必须指定); 2 ...
分类:
编程语言 时间:
2019-08-16 10:25:45
阅读次数:
69
问题描述 程序在Windows Server 2012 R2调用Word组件正常,但是换到Windows Server 2008 R2之后,程序异常。 代码 解决 step1 创建文件夹,C:\Windows\System32\config\systemprofile\Desktop step2 O ...
分类:
其他好文 时间:
2019-08-16 10:24:39
阅读次数:
78
H - Seek the Name, Seek the Fame POJ - 2752 题目链接:https://vjudge.net/contest/70325#problem/H 题目: The little cat is so famous, that many couples tramp o ...
分类:
编程语言 时间:
2019-08-16 00:56:25
阅读次数:
94
https://docs.microsoft.com/en-us/cpp/dotnet/how-to-convert-system-string-to-standard-string?view=vs-2019 StringToHGlobalAnsi方法可以把托管 String^对象的内容复制到本机堆 ...
分类:
编程语言 时间:
2019-08-15 21:15:52
阅读次数:
139
在 vuex之state、mutations使用示例 已经简单用过mutations,这一篇更全面去了解一下这个概念。 vuex官方文档对mutations的描述 更改vuex的store中的状态的唯一方法是提交mutation。 你不能直接调用一个mutation handler。这个选项更像是事 ...
分类:
其他好文 时间:
2019-08-15 19:39:31
阅读次数:
192
MySQL作为最常用的数据库之一。总结一些常用命令便于日常使用。一、关于库的操作1、查看数据库mysql>showdatabases;+--------------------+|Database+--------------------+|information_schema|mysql|performance_schema|sys|ty|womenscms3+--------------
分类:
数据库 时间:
2019-08-15 15:50:05
阅读次数:
112
LINUX网络配置 nmtui&nmcli https://blog.51cto.com/13625527/2151853?source=dra两年前曾经打打印过 几页命令 里面就有 nmcli 和 nmtui 但是一直记不住...这次再加深一下 但是我感觉 我还是记不住.. 进击的闪电关注0人评论 ...
分类:
系统相关 时间:
2019-08-15 09:40:23
阅读次数:
153
Openstack 使用Centos官方镜像创建实例记录 准备centos镜像 官方地址:http://cloud.centos.org/centos/7/images 可以看到有各种版本的镜像,我在此处下载的是 https://cloud.centos.org/centos/7/images/Ce ...
分类:
其他好文 时间:
2019-08-14 16:40:05
阅读次数:
112
一、Props传递数据 components |-Grandson1.vue //孙子1 |-Grandson2.vue //孙子2 |-Parent.vue //父亲 |-Grandson1.vue //儿子1 |-Grandson1.vue //儿子2 在父组件中使用儿子组件 <template ...
分类:
其他好文 时间:
2019-08-14 14:15:15
阅读次数:
93
参考文档:https://www.yiibai.com/mongodb/mongodb_drop_collection.html cmd中启动mongodb mongo 配置文件(mongo.conf) 在bin同级目录下创建一个配置文件mongo.conf dbpath=F:\mongodb\da ...
分类:
数据库 时间:
2019-08-14 12:57:21
阅读次数:
92