码迷,mamicode.com
首页 >  
搜索关键字:dep    ( 3364个结果
eclipse 配置tomcat 及测试
https://blog.csdn.net/xizanni8476/article/details/80323846?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.contr ...
分类:系统相关   时间:2021-02-16 12:37:52    阅读次数:0
Spring Cloud Gateway:新一代API网关服务
Spring Cloud Gateway:新一代API网关服务 摘要 Spring Cloud Gateway 为 SpringBoot 应用提供了API网关支持,具有强大的智能路由与过滤器功能 。 Gateway 简介 Gateway是在Spring生态系统之上构建的API网关服务,基于Sprin ...
分类:编程语言   时间:2021-02-16 12:07:18    阅读次数:0
1481F.AB Tree(树上信息统计+01背包+记录DP路径+Bitset优化时间复杂度)
#include<bits/stdc++.h> using namespace std; const int maxn=1e5+100; const int inf=1e9; int n,m,x; int dep[maxn];//节点在第几层 int num[maxn];//每一层的节点个数 int ...
分类:其他好文   时间:2021-02-15 11:49:10    阅读次数:0
yaml文件示例
apiVersion: v1 kind: Service metadata: name: zookeeper-service labels: app: zookeeper spec: type: NodePort ports: - port: 2181 name: zookeeper nodePor ...
分类:其他好文   时间:2021-02-10 13:32:22    阅读次数:0
Impala官网翻译11-升级Impala
升级Impala 升级Impala涉及构建或获取新的Impala相关二进制文件,然后重新启动Impala服务。 升级Impala 关闭集群中所有相关主机上所有与 Impala 相关的守护进程. 停止集群中每个Impala节点上的impalad。$ sudo service impala-server ...
分类:其他好文   时间:2021-02-06 11:43:46    阅读次数:0
linux 中配置gtags+vim
1.安装依赖的库 sudo apt build-dep global sudo apt install libncurses5-dev libncursesw5-dev 2.去GNU GLOBAL 官方下载最新的global包并解压 wget https://ftp.gnu.org/pub/gnu/ ...
分类:系统相关   时间:2021-02-04 12:12:54    阅读次数:0
ReactNative 0.6x 使用react-native-image-picker
react-native-image-picker组件可以从相册、相机或本地目录选取图片。 我使用的版本 "dependencies": { "react": "16.8.1", "react-native": "0.61.2", "react-native-image-picker": "2.3. ...
分类:其他好文   时间:2021-02-03 10:48:15    阅读次数:0
【转】sqlserver 查看锁表以及解锁
select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT' spid 锁表进程 tabl ...
分类:数据库   时间:2021-02-01 11:38:30    阅读次数:0
tcn
参考:https://www.cnblogs.com/bonelee/p/11376294.html https://www.jianshu.com/p/04c2a9ccaa75 https://blog.csdn.net/qq_27586341/article/details/90751794/ ...
分类:其他好文   时间:2021-02-01 11:37:56    阅读次数:0
mysql改为postgresql 语法常见问题
springboot引入postgresql ①pom引入依赖<dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>9.4.1212</version></depende ...
分类:数据库   时间:2021-01-29 12:21:36    阅读次数:0
3364条   上一页 1 ... 5 6 7 8 9 ... 337 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!