最近在学习.net core的微服务体系架构。微服务之间的通信常常通过gRPC进行同步通信,但是需要注意的是,大多数微服务之间的通信是通过事件总线进行异步通信。在微软介绍.net微服务体系架构的项目eShop中,微服务之间进行同步通信的场景很多,大多数都是HTTP/REST,目前只有自定义聚合器与微 ...
分类:
Web程序 时间:
2020-05-31 20:10:44
阅读次数:
93
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.zhuohua.server.service.UserService.findPage at org.apache.ibatis. ...
分类:
其他好文 时间:
2020-05-27 12:10:41
阅读次数:
66
项目处理问题遇到如下情况,引用第三方的jar包报出ClassDefNotFoundException错误导致app崩溃,双方沟通确认该类存在且排除工程未clean,代码混淆导致等原因。 注意到编译app的时候提示了很多如下与正常情况下不一样的信息: trouble processing:bad cl ...
分类:
系统相关 时间:
2020-05-25 15:15:27
阅读次数:
70
今天是来到科大讯飞实习的第一个双休,老大和组里的同事们人都很好,友善又热情,感觉自己很幸运从小到大基本没有遇到过什么挫折。 回想去年阴暗的一年,我不知道那究竟是幸运还是不幸,没有人知道在生病的时候我是怎样的心情,暴躁且绝望,为什么偏偏是我。因为这个病,我的人生发生了翻天覆地的变化,我再也不能去做那些 ...
分类:
其他好文 时间:
2020-05-23 20:24:59
阅读次数:
63
2 (1) 3 #include<stdio.h> 4 FILE * myFile = NULL; 5 myFile = fopen(“input_file.dat” , “r”); 6 /* r-> open for reading w-> writing a-> appending */ 7 I ...
分类:
其他好文 时间:
2020-05-19 09:16:40
阅读次数:
56
To make a duplicate copy of a file, use the command cp. For example, to create an exact copy of the file called firstfile, you would type: cp firstfil ...
分类:
其他好文 时间:
2020-05-15 09:38:36
阅读次数:
50
DRY原则:(don’t repeat yourself): writing code more than once is not a good fit for a lazy developer ;) It also makes your software more difficult to mai ...
分类:
其他好文 时间:
2020-05-13 11:53:27
阅读次数:
56
Sat May 09 15:57:04 2020Non critical error ORA-48913 caught while writing to trace file "/u01/app/oracle/diag/rdbms/mdb/mdb/trace/mdb_dbrm_7134.trc"Er ...
分类:
数据库 时间:
2020-05-09 17:15:08
阅读次数:
73
转自:https://www.cnblogs.com/du-hong/p/11764517.html 简介 经过上一次的化妆和整形,有客户提出需求能不能将那个普通会员的套餐再升级一下,再漂亮一点。所以这次咱们就来看看从哪里下刀可以使它变得再漂亮一点点。 上一篇文章修改了一些基本的ReportNG信息 ...
分类:
编程语言 时间:
2020-05-08 18:26:47
阅读次数:
80
2020-05-08T03:25:12.059499+08:00 2863585 [ERROR] Disk is full writing '/data/mysql/mysql3306/logs/mysql-bin.000086' (Errcode: 16044192 - No space left ...
分类:
数据库 时间:
2020-05-08 09:15:41
阅读次数:
231