/* example1.c */ /* */ /* This small program shows how to print a rotated string with the */ /* FreeType 2 library. */ #include <stdio.h> #include <st ...
分类:
其他好文 时间:
2020-06-01 20:50:42
阅读次数:
54
https://github.com/mdn/dom-examples/blob/master/web-crypto/import-key/spki.js How to convert ArrayBuffer to and from String | Web https://developers.g ...
分类:
其他好文 时间:
2020-06-01 20:24:25
阅读次数:
63
问题:安装oracle-java8-installer按照如下指南失败: How To Install Java with Apt-Get on Ubuntu 16.04[https://www.digitalocean.com/community/tutorials/how-to-install- ...
分类:
数据库 时间:
2020-06-01 12:04:50
阅读次数:
103
Reference Resource juejin segmentfault 目录 跨域why 跨域what 跨域how JSONP CORS Websocket Nginx反向代理 Node 中间件代理 跨域方案总结 跨域why 浏览器的同源策略 结论:浏览器的安全机制,不许跨域, 一是针对接口的 ...
分类:
其他好文 时间:
2020-06-01 01:17:20
阅读次数:
183
#include <stdio.h>int main(){ int i,a[100],number,mid,temp1,temp2; printf("How many numbers do you want to enter? \n"); scanf("%d",&number);//确定数组长度 p ...
分类:
编程语言 时间:
2020-05-31 11:02:52
阅读次数:
258
JVM 深入理解JVM(4)——如何优化Java GC「译」 Posted by Crow on August 21, 2017 本文翻译自Sangmin Lee发表在Cubrid上的”Become a Java GC Expert”系列文章的第三篇《How to Tune Java Garbage ...
分类:
编程语言 时间:
2020-05-30 21:34:51
阅读次数:
88
1. 只读的、单元素的容器类 Set<String> singleton = Collections.singleton("set"); List<String> singletonList = Collections.singletonList("List"); Map<String, Strin ...
分类:
其他好文 时间:
2020-05-29 12:07:55
阅读次数:
79
转自:https://medium.com/@samuel_vdc/data-liberation-pattern-using-debezium-engine-4fd32b92d826 Data liberation tries to answer; “How do you get data out ...
分类:
其他好文 时间:
2020-05-29 09:28:25
阅读次数:
92
Mac电脑中的有些软件不是通过Appstore安装,所以在卸载的过程中得去应用程序中选中要卸载的程序->移动废纸篓。但是即使这样操作,仍然有些程序顽固地保留在Launchpad中。 在网上搜到了一篇《How to remove an icon from launchpad that does not ...
分类:
其他好文 时间:
2020-05-28 19:30:22
阅读次数:
84
研读 Uncle Bob 的博客合集 《整洁架构之道》 Conway’s law 最初来自于Conway在1967年发表的论文《How Do Committees Invent?》,之后在《人月神话》这本书中引用了论文的结论,并命名为康威定律(Conway’s law)得以推广。 Conway’s ...
分类:
其他好文 时间:
2020-05-26 18:25:47
阅读次数:
77