摘要: 当证书什么的配置完毕后仍报 Client SSL handshake failed Remote host closed connection during handshake You may need to configure your browser or application to trus 阅读全文
posted @ 2019-08-27 11:07 鄙人浪淘沙 阅读(1054) 评论(0) 推荐(0) 编辑
摘要: ``` 旧的Url: https://itunes.apple.com/lookup?id=appid 新的Url:https://itunes.apple.com/CN/lookup?id=appid ``` 阅读全文
posted @ 2019-08-27 11:07 鄙人浪淘沙 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 算法 字符串翻转 有序数组合并 //有序数组合并实现 void mergeList(int a[], int aLen, int b[], int bLen, int result[]){ int q = 0; int p = 0; int i = 0; while (p 阅读全文
posted @ 2019-08-27 11:05 鄙人浪淘沙 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 摘要:在计算机发展早期,CPU的资源十分昂贵,如果一个CPU只能运行一个程序,那么当读写磁盘是CPU就只能处于空闲状态,造成了极大的浪费。从而有了 多道程序 的方式,即编译一个监控程序,当程序不需要使用CPU时,将其他在等待CPU的程序启动。该方式大大提高了CPU的利用率,但它的弊端是不分轻重缓急, 阅读全文
posted @ 2019-08-27 09:49 鄙人浪淘沙 阅读(170) 评论(0) 推荐(0) 编辑