码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
GROMACS-note
Note from> http://jerkwin.github.io/GMX/GMXtut-1/ 1、生成拓扑 >gmx_mpi pdb2gmx -f pro2.pdb -o pro2.gro -water TIP3P >5 2、检查拓扑 3、定义单位盒子并填充溶剂 >gmx_mpi editco ...
分类:系统相关   时间:2019-07-12 22:28:13    阅读次数:222
learning scala PartialFunction
Partial函数的定义 scala> val isVeryTasty: PartialFunction[String, String] = { case "Glazed Donut" | "Strawberry Donut" => "Very Tasty"}isVeryTasty: Partial ...
分类:其他好文   时间:2019-07-12 11:19:01    阅读次数:86
Kubernetes优秀文档
K8s+Ceph:https://www.linux-note.cn/
分类:Web程序   时间:2019-07-11 20:01:51    阅读次数:185
redis-5.0.3 redis.conf详解
``` Redis configuration file example. Note that in order to read the configuration file, Redis must be started with the file path as first argument: r ...
分类:其他好文   时间:2019-07-11 09:23:01    阅读次数:453
2018C Version CAT Caterpillar ET Diagnostic Adapter III PLUS DELLd630 laptop (Real Caterpillar ET3 Adapter III)
We will install the software before ship, so you can get it work directly after you receive it. Note: Some new vehicles require a 14PIN diagnostic cab ...
分类:其他好文   时间:2019-07-10 18:47:23    阅读次数:146
同余方程
[Time Gate] https://www.luogu.org/problemnew/show/P1082 [解题思路】 推荐一个不错的写扩欧的博客 https://www.zybuluo.com/samzhang/note/541890 这是一道扩欧模板题 【code】 ...
分类:其他好文   时间:2019-07-10 01:22:27    阅读次数:125
LeetCode-718. Maximum Length of Repeated Subarray
iven two integer arrays A and B, return the maximum length of an subarray that appears in both arrays. Example 1: Note: ...
分类:其他好文   时间:2019-07-09 22:21:59    阅读次数:125
Go依赖管理工具 - dep
https://segmentfault.com/a/1190000013561841 Go依赖管理工具 环境要求 Golang >= 1.9 Dep 目前版本: Latest release为v0.4.1 安装 若$GOPATH/bin不在PATH下,则需要将生成的dep文件从$GOPATH/bi ...
分类:其他好文   时间:2019-07-09 16:41:19    阅读次数:160
[Note]网关
网关在网络层以上实现网络互连,是最复杂的网络互连设备,仅用于两个高层协议不同的网络互连。 网关是一种充当转换重任的计算机系统或设备。使用在不同的通信协议、数据格式或语言,甚至体系结构完全不同的两种系统之间,网关是一个翻译器。与网桥只是简单地传达信息不同,网关对收到的信息要重新打包,以适应目的系统的需 ...
分类:其他好文   时间:2019-07-09 15:25:20    阅读次数:118
hue中访问hdfs报错
在hue中访问hdfs报错: Cannot access: /. Note: you are a Hue admin but not a HDFS superuser, "hdfs" or part of HDFS supergroup, "supergroup". 原因: 解决方法: ...
分类:其他好文   时间:2019-07-08 00:19:52    阅读次数:121
7370条   上一页 1 ... 93 94 95 96 97 ... 737 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!