码迷,mamicode.com
首页 >  
搜索关键字:tags    ( 2328个结果
rocketmq最佳实践
最佳实践 1 生产者 1.1 发送消息注意事项 1 Tags的使用 一个应用尽可能用一个Topic,而消息子类型则可以用tags来标识。tags可以由应用自由设置,只有生产者在发送消息设置了tags,消费方在订阅消息时才可以利用tags通过broker做消息过滤:message.setTags("T ...
分类:其他好文   时间:2019-12-24 13:31:38    阅读次数:76
阿里云 centOS系统 配置 node + ngnix
**centOS系统可以直接使用yun命令** 安装node 1、使用git将源码克隆到本地的~/.nvm目录下,并检查最新版本。> yum install git > git clone https://github.com/cnpm/nvm.git ~/.nvm && cd ~/.nvm && ...
分类:其他好文   时间:2019-12-22 16:09:41    阅读次数:107
NS3-回调
title: 6、NS中的回调 tags: NS 3,C++,Simulation,Callback,Function Pointer slug: storywriter/upgrade_log grammar_mindmap: true renderNumberedHeading: true gr ...
分类:其他好文   时间:2019-12-21 20:55:24    阅读次数:108
NS3-对象框架之智能指针
title: 03、NS 3的对象框架 之 智能指针 tags: 新建,模板,小书匠 slug: storywriter/upgrade_log grammar_mindmap: true renderNumberedHeading: true grammar_code: true grammar_ ...
分类:其他好文   时间:2019-12-21 20:38:25    阅读次数:99
@Controller和@RestController的区别?
1.@RestController注解相当于@ResponseBody + @Controller合在一起的作用。 2.如果只是使用@RestController注解Controller,则Controller中的方法无法返回jsp页面,或者html,配置的视图解析器 InternalResourc ...
分类:其他好文   时间:2019-12-21 20:28:41    阅读次数:61
高级接口--用户标签管理
官方文档 官文中是标签管理。 创建标签: 获取公众号已创建的标签 编辑标签 获取用户身上的标签列表 删除标签 批量给用户列表打标签 批量取消用户列表标签 获取标签下的粉丝列表: ...
分类:其他好文   时间:2019-12-20 20:47:03    阅读次数:78
git push 详细手册
git-push(1)手册页 目录位置:git安装位置/Git/mingw64/share/doc/git-doc/git-push.html 谷歌翻译了一下 名称 git-push-更新远程引用以及相关对象 概要 git push [--all | --mirror | --tags] [--fo ...
分类:其他好文   时间:2019-12-16 11:36:33    阅读次数:114
last.jenkins 其他 一些知识点
时区不一致。 jenkins的的时间和 系统时间不一致。 打开jenkins的【系统管理】 > 【脚本命令行】,在命令框中输入一下命令【时间时区设为 亚洲上海】 System.setProperty('org.apache.commons.jelly.tags.fmt.timeZone', 'Asi ...
分类:其他好文   时间:2019-12-14 17:13:46    阅读次数:85
SpringBoot注解
Controller @Api(tags = " ") @RestController @RequestMapping("/ / ") @Autowired @Qualifier(" ServiceImpl") private Service Service; @ApiOperation(" ") ...
分类:编程语言   时间:2019-12-11 19:44:30    阅读次数:106
BBS项目-01
[toc] BBS项目 BBS开发流程: BBS表格创建: ...
分类:其他好文   时间:2019-12-06 22:13:18    阅读次数:141
2328条   上一页 1 ... 26 27 28 29 30 ... 233 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!