码迷,mamicode.com
首页 >  
搜索关键字:nop    ( 711个结果
RDMA卡的检测方法
1. udaddy This script covers RDMA_CM UD connections. (It establishes a set of unreliable RDMA datagram communication paths between two nodes using the... ...
分类:其他好文   时间:2019-01-18 10:53:35    阅读次数:392
ngix管理-1
Nginx管理(一) 目录 一、Nginx介绍 1、Nginx历史和特性 2、Nginx官方文档 二、Nginx源码安装 1、Nginx下载和环境准备 2、配置 configure 3、编译和安装 4、nginx启动 5、nginx验证测试 三、Nginx配置文件详解 1、nginx.conf文件逐 ...
分类:其他好文   时间:2019-01-17 15:19:38    阅读次数:220
6、Docker Image
6.1 什么是image 文件和meta data的集合(root filesystem) 分层的,并且每一层都可以添加、改变、删除文件,成为一个新的image 不同的image可以共享相同的layer image本身是read only的 6.2 image的获取 1. Build from Do ...
分类:其他好文   时间:2019-01-16 22:51:12    阅读次数:218
swift3.0 保存图片到本地,申请权限
1.info中写上 2.保存 3.使用 ...
分类:编程语言   时间:2019-01-12 17:53:26    阅读次数:138
HttpClient、FastJson将json转换为JavaBean
#HttpClient##一、HttpClient简介 HttpClient是ApacheJakartaCommon下的子项目,可以用来提供高效的、最新的、功能丰富的支持HTTP协议的客户端编程工具包,并且它支持HTTP协议最新的版本和建议。 HTTP协议可能是现在Internet上使用得最多、最重要的协议
分类:编程语言   时间:2019-01-08 12:26:55    阅读次数:191
Rpm、yum;磁盘储存与文件系统;网络基础
rpm包命名方式:name-VERSION-release.arch.rpm例:bash-4.2.46-19.el7.x86_64.rpm包之间:可能存在依赖关系,甚至循环依赖?解决依赖包管理工具:yum:rpm包管理器的前端工具dnf:Fedora18+rpm包管理器前端管理工具配置文件:/etc/ld.so.conf,/etc/ld.so.conf.d/*.conf放库的调用文件缓存文件:/e
分类:其他好文   时间:2019-01-06 21:57:26    阅读次数:225
itext生成pdf(附带页眉,页脚,页码)
package cn.picclife.mwx.salesupport.marketactivity.util; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java... ...
分类:其他好文   时间:2019-01-04 10:35:26    阅读次数:809
nopcommerce 常用属性验证
Decimal可空:[UIHint("DecimalNullable")] datetime可空: [UIHint("DateTimeNullable")] int可空: [UIHint("Int32Nullable")] ...
分类:其他好文   时间:2019-01-02 13:32:47    阅读次数:199
OpenModelica中simulate的用法
先把官网上的说明文档放上来: simulate simulates a modelica model by generating c code, build it and run the simulation executable. The only required argument is the ...
分类:其他好文   时间:2019-01-01 19:54:23    阅读次数:203
P4 - Verilog单周期CPU
用 Verilog设计的MIPS单周期处理器,支持指令集为:{addu, subu, ori, lw, sw, beq, lui, jal, jr,nop}。 ...
分类:其他好文   时间:2018-12-31 21:13:14    阅读次数:324
711条   上一页 1 ... 18 19 20 21 22 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!