码迷,mamicode.com
首页 >  
搜索关键字:creating    ( 1428个结果
BeanCreationNotAllowedException: Error creating bean with name 'eurekaAutoServiceRegistration' 以及 Windows 找到端口对应pid
https://www.cnblogs.com/edhg/p/10130112.html https://blog.csdn.net/yudianxiaoxiao/article/details/93674293 原代码 @EnableDiscoveryClient @EnableCircuitBr ...
分类:Windows程序   时间:2020-06-03 15:27:03    阅读次数:102
springboot启动报错:Error creating bean with name 'servletEndpointRegistrar' defined in class path resource
异常: log4j:ERROR Could not find value for key log4j.appender.logServer.layout log4j:WARN File option not set for appender [logServer]. 2020-06-03 11:22 ...
分类:编程语言   时间:2020-06-03 12:00:31    阅读次数:348
python虚拟环境安装
场景: 如果我们要同时开发多个应用程序,那这些应用程序都会共用一个Python,就是安装在系统的Python 3。如果应用A需要jinja 2.7,而应用B需要jinja 2.6怎么办? 解决办法:这种情况下,每个应用可能需要各自拥有一套“独立”的Python运行环境。virtualenv就是用来为 ...
分类:编程语言   时间:2020-06-01 23:36:30    阅读次数:68
使用laravel/passport获取access_token时出现Object of class DateTime could not be converted to string
场景 在使用passport ~4.0.0包中的/oauth/token路由获取access_token时出现该错误. 原因 追了一下代码后发现,vendor/laravel/passport/src/TokenRepository.php是包里面Token模型使用create的时候created_ ...
分类:数据库   时间:2020-05-29 23:26:27    阅读次数:112
mysql高级内容学习总结
创建索引 create [unique] index indexname on tablename(columnname(length)) alter tablename add [unique] index [indexname] on (columnname(length)) '删除' drop ...
分类:数据库   时间:2020-05-28 09:13:06    阅读次数:72
ERROR: for pigfarm-app Cannot start service pigfarm: OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:402:
如下启动报错,就是驱动掉了引发的问题。 ubuntu@yufeichang1:/data/pigfarm/packages/pigfarm-deploy-packages$ sudo docker-compose up -d Creating nginx ... done Creating pigf ...
分类:移动开发   时间:2020-05-26 12:25:56    阅读次数:244
Mininet Walkthrough
[root@kunpeng82 devuser]# mn *** Creating network *** Adding controller Caught exception. Cleaning up... Exception: Please shut down the controller wh ...
分类:Web程序   时间:2020-05-25 17:52:01    阅读次数:115
Spring Cloud Feign(报错1)
使用Feign组件进行远程服务的调用的时候,报错信息如下 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.example.eurekaclie ...
分类:编程语言   时间:2020-05-23 10:00:14    阅读次数:49
安卓hello wolrd【未成功】
1 从https://developer.android.google.cn/training/basics/firstapp/creating-project 下载android studio ,一路next安装 2 启动时,提示设置proxy,因为准备用国内镜像,所以点取消。过一会弹出welco ...
分类:移动开发   时间:2020-05-15 20:07:46    阅读次数:89
分布式锁实现的三种方式
日常工作中很多场景下需要用到分布式锁,例如:任务运行(多个节点同一时刻同一个任务只能在一个节点上运行(分片任务除外)),交易请求接收(前端交易请求发送时,可能由于两次提交,后端需要识别出这是一个交易)等,怎么样实现一个分布式锁呢?一般有:zookeeper、redis、database等三种实现方式 ...
分类:其他好文   时间:2020-05-10 21:30:23    阅读次数:67
1428条   上一页 1 ... 4 5 6 7 8 ... 143 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!