转自 上海悠悠 https://www.cnblogs.com/yoyoketang/p/10195102.html 前言 centos7 自带有 python,但是却是 python2 版本的 python,如果你想安装个python3怎么办呢? 如果直接删除python2的话,可能会引起其他的问 ...
分类:
编程语言 时间:
2019-02-06 09:27:15
阅读次数:
338
文件 首选项 设置 搜索 或者 修改settings.json 添加 ` "search.followSymlinks": false` ...
分类:
其他好文 时间:
2019-01-30 12:49:09
阅读次数:
136
https://github.com/nostra13/Android-Universal-Image-Loader ImageLoader作用 1.多线程下载图片,图片可以来源于网络,文件系统,项目文件夹assets中以及drawable中2.支持图片的内存缓存,文件系统缓存或者SD卡缓存3.支持 ...
分类:
其他好文 时间:
2019-01-28 15:07:45
阅读次数:
216
1074 Reversing Linked List (25 分) Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For e ...
分类:
其他好文 时间:
2019-01-28 01:05:58
阅读次数:
118
1.安装ntpdate工具 2.设置系统时间与网络时间同步 3.将系统时间写入硬件时间 4.查看系统时间 timedatectl Local time: Thu 2019-01-24 15:08:41 CST Universal time: Thu 2019-01-24 07:08:41 UTC R ...
分类:
其他好文 时间:
2019-01-24 15:34:37
阅读次数:
409
#root@c7hp:~ excp c78 "zkServer.sh start"[1] 11:49:44 [FAILURE] c78 Exited with error code 1Starting zookeeper ... FAILED TO WRITE PIDStderr: ZooKeepe ...
分类:
其他好文 时间:
2019-01-20 15:03:23
阅读次数:
214
原文链接: http://blog.sina.com.cn/s/blog_8ebff8d7010121tm.html 1.HC(S)08系列 开发机硬件:USB-ML-12 CYCLONE PRO USB-ML-UNIVERSAL USB-ML-UNIVERSAL FX 支持发软件:烧录软件 PRO ...
分类:
其他好文 时间:
2019-01-20 12:07:49
阅读次数:
601
Unicode是为整合全世界的所有语言文字而诞生的。任何文字在Unicode中都对应一个值,这个值称为代码点(Code Point)。代码点的值通常写成 U+ABCD 的格式。而文字和代码点之间的对应关系就是UCS-2(Universal Character Set coded in 2 octet ...
分类:
其他好文 时间:
2019-01-18 13:32:38
阅读次数:
264
function getActiveControl() { var segmentedControl = document.getElementById("top-scroll"); var links = segmentedControl.getElementsByTagName('a'); fo ...
分类:
其他好文 时间:
2019-01-16 19:22:50
阅读次数:
772