登录微软官网,进入Install .NET Core SDK on Linux CentOS / Oracle 按照对应的指令,安装SDK Install the .NET SDK Update the products available for installation, install the ...
分类:
Web程序 时间:
2018-04-05 01:29:33
阅读次数:
188
最近观察项目运行日志的时候突然发现了一个异常, 仔细看了一下,异常属于DEBUG级别,并不影响系统运行,但是还是比较碍眼,查了好久,找到一个解决办法 具体原因未知,正在查找。特此记录一下有备无患 ...
分类:
编程语言 时间:
2018-04-03 14:27:49
阅读次数:
1534
第1章 zabbix监控 1.1 为什么要监控 在需要的时刻,提前提醒我们服务器出问题了 当出问题之后,可以找到问题的根源 网站/服务器 的可用性 1.1.1 网站可用性 在软件系统的高可靠性(也称为可用性,英文描述为HA,High Available)里有个衡量其可靠性的标准——X个9,这个X是代 ...
分类:
其他好文 时间:
2018-04-02 00:07:27
阅读次数:
235
Q1: sublime报错: There are no packages available for installation A1: window下的:C:\Windows\System32\drivers\etc\hosts 在里面加上:50.116.34.243 sublime.wbond.n ...
分类:
其他好文 时间:
2018-03-30 12:23:26
阅读次数:
125
1.进入Apache HTTP Server 下载网站:http://httpd.apache.org/download.cgi 2.选择一个服务器的版本,这里选择Apache HTTP Server 2.4.25 (httpd): 2.4.25 is the latest available ve ...
分类:
Web程序 时间:
2018-03-29 14:50:35
阅读次数:
199
安装前: Overview X3D-Edit version 3.3 standalone application and Netbeans plugin are available and ready. X3D-Edit is written using Java 8 for Netbeans 8 ...
分类:
Web程序 时间:
2018-03-29 11:59:56
阅读次数:
303
1、将File、FileInputStream 转换为byte数组: File file = new File("test.txt"); InputStream input = new FileInputStream(file); byte[] byt = new byte[input.availa ...
分类:
编程语言 时间:
2018-03-29 10:22:08
阅读次数:
222
thrift.transport.TTransport.TTransportException: Could not start SASL: Error in sasl_client_start (-4) SASL(-4): no mechanism available: No worthy mec ...
分类:
其他好文 时间:
2018-03-28 18:59:43
阅读次数:
3020
生产者和消费者模型是编程中运用比较广泛的模型。在SurfaceFlinger图像绘制、合成、显示也用到了该模型。利用该模型合理的管理图像缓冲区buffer。让整个android系统从绘制到显示的过程有条不紊的进行。 BufferQueue图像缓冲管理者。其成员函数createBufferQueue创 ...
分类:
移动开发 时间:
2018-03-27 16:46:31
阅读次数:
1295
python -m pip install --upgrade pip python3.5 升级 pip-9.0.3报错 You are using pip version 9.0.1, however version 9.0.3 is available.You should consider u ...
分类:
编程语言 时间:
2018-03-27 01:52:28
阅读次数:
3895