https://zhengjianglong.gitbooks.io/note-of-interview/content/os/section2.html https://github.com/LEAGUE-OF-BME/InterviewFAQ https://hit-alibaba.github ...
分类:
其他好文 时间:
2018-09-25 19:29:27
阅读次数:
247
yum syntax to update all except Kernel The syntax is: yum --exclude=packgeName\* update yum --exclude=packgeName1\* --exclude=packgeName2\* update yum ...
分类:
其他好文 时间:
2018-09-16 15:41:22
阅读次数:
130
我并不是很熟悉什么是PowerShell,但是有种直觉是:如果想在Windows中使用系统自带的功能取代bash shell,PowerShell或许是比DOS批处理更好的选择。不过,从头开始再来一门编程语言或许还是个不小的挑战。 功能相对齐全且通用的PowerShell版本现在是V3版本,我试看了 ...
Jupyter Notebook Viewer Toggle navigation JUPYTER FAQ View as Code Python 2 Kernel View on GitHub Execute on Binder Download Notebook <!-- /.navbar-co ...
分类:
其他好文 时间:
2018-09-11 22:35:02
阅读次数:
241
go提供了一种叫map的数据结构,可以翻译成映射,对应于其他语言的字典、哈希表。借助map,可以定义一个键和值,然后可以从map中获取、设置和删除这个值,尤其适合数据查找的场景。但是map的使用有一定的限制,如果是在单个协程中读写map,那么不会存在什么问题,如果是多个协程并发访问一个map,有可能 ...
分类:
编程语言 时间:
2018-09-09 16:51:10
阅读次数:
292
http://www.engr.mun.ca/~theo/JavaCC-FAQ/javacc-faq-moz.htm https://generatingparserswithjavacc.com/ https://www.cs.purdue.edu/homes/hosking/javacc/doc ...
分类:
编程语言 时间:
2018-09-08 23:36:53
阅读次数:
337
1.交互式运行容器的方法: 1》-it进入到操作系统中: 2》另开一个cmd验证: 3》这是在image之上多了一个可写的从:可以运行centos的命令做一些事(touch 、yum之类) 4》exit退出之后,容器也会退出: 2.与image进行交互: 3.docker镜像导出 下载镜像:dock ...
分类:
其他好文 时间:
2018-09-07 16:44:06
阅读次数:
153
https://www.cyberciti.biz/faq/how-to-install-kvm-on-centos-7-rhel-7-headless-server/ ...
分类:
其他好文 时间:
2018-09-06 02:37:14
阅读次数:
136
作者:Grey 原文地址: http://www.cnblogs.com/greyzeng/p/5524614.html 需求: 将Oracle数据库中某张表历史数据导入MySQL的一张表里面。 源表(Oracle):table1 目标表(MySQL):table2 数据量:20,000,000 思 ...
分类:
其他好文 时间:
2018-09-01 17:29:37
阅读次数:
695
link : https://www.cyberciti.biz/faq/convert-mp3-files-to-wav-files-in-linux/ Install mpg321 or mpg123 Type the following command under Debian / Ubunt ...
分类:
系统相关 时间:
2018-08-27 18:37:54
阅读次数:
392