上篇文章讲到数据库和redis连接的初始化已经完成,接下这篇文章会比较重要一点,我们要启动一个http服务和一个rpc服务,同时抽象出一层数据处理层来封装接口。开启http服务老规矩,先添加配置,顺便把rpc的配置也写进去,config.json:"http_config":{"addr":":8080"},"rpc_config":{"addr":":8081"}config.go:typeHt
分类:
其他好文 时间:
2020-01-22 23:47:31
阅读次数:
103
情况描述: 电脑黑得很可怕。。。连下方的任务栏也没了,全电脑就只能打开资源管理器 Ctrl+Alt+delete打开资源管理器, 输入 C:\windows\explorer.exe 回车键即可。。。。。。 附: 这个服务不要乱关闭 建议,可以试玩一下。 ...
分类:
其他好文 时间:
2020-01-22 23:34:09
阅读次数:
88
启动postfix的时候报错: [root@hadoop002 tmp]# systemctl enable postfix && systemctl start postfix Job for postfix.service failed because the control process e ...
分类:
其他好文 时间:
2020-01-22 21:58:29
阅读次数:
90
AHP(层次分析法) 层次分析法(The analytic hierarchy process)简称AHP,在20世纪70年代中期由美国运筹学家托马斯·塞蒂(TLsaaty)正式提出。它是一种定性和定量相结合的、系统化、层次化的分析方法。由于它在处理复杂的决策问题上的实用性和有效性,很快在世界范围得 ...
分类:
其他好文 时间:
2020-01-22 21:37:52
阅读次数:
190
A - DRM Messages DRM Encryption is a new kind of encryption. Given an encrypted string (which we’ll call a DRM message), the decryption process involv ...
分类:
其他好文 时间:
2020-01-22 20:06:36
阅读次数:
61
function process_bar(s_date, e_date, data) { $('.modal-body').text('你选择的时期范围是:' + s_date + '到' + e_date); $('#myModalLabel').text('请确认时间范围!'); $('#con ...
分类:
Web程序 时间:
2020-01-22 17:59:55
阅读次数:
114
Sterilization is the process of removing microorganisms and spores that may be present in an object to prevent infection. China Dental instruments tha ...
分类:
其他好文 时间:
2020-01-22 17:56:41
阅读次数:
98
root@hadoop001 sysconfig]# systemctl start jenkins Job for jenkins.service failed because the control process exited with error code. See "systemctl s ...
分类:
其他好文 时间:
2020-01-22 16:47:34
阅读次数:
116
【进程同步】在多进程之间,管理及控制对于共享变量的执行和访问 【竞争条件】多进程同步执行,共享至少一个变量,执行结果取决于不同进程对变量的改变顺序 【临界区】要求使用共享资源或变量的一段码 【临界区问题】多进程用来达成合作的一个协议:互斥(同一时间,只有一个进程执行临界区的码);进展通知(一个进程离 ...
分类:
系统相关 时间:
2020-01-22 16:43:24
阅读次数:
135
Java 中的子类泛型转型成父类泛型 步骤 1 : 对象转型 根据面向对象学习的知识,子类转父类 是一定可以成功的 package generic; import charactor.ADHero; import charactor.Hero; public class TestGeneric { ...
分类:
编程语言 时间:
2020-01-22 16:07:15
阅读次数:
83