码迷,mamicode.com
首页 >  
搜索关键字:hardware    ( 890个结果
Broadcom BCM94360系列网卡Linux(Ubuntu/Fedora)驱动安装总结
一、Ubuntu下安装 这个不用安装了,人家系统做好支持了。 System->Administration->Hardware Drivers Choose the Broadcom STA wireless driver Activate 如果没有这个选项,那么在shell中执行: sudo ap ...
分类:系统相关   时间:2017-10-25 19:50:33    阅读次数:727
[转]Enabling CRUD Operations in ASP.NET Web API 1
本文转自:https://docs.microsoft.com/en-us/aspnet/web-api/overview/older-versions/creating-a-web-api-that-supports-crud-operations by Mike Wasson+ Download ...
分类:Windows程序   时间:2017-10-25 11:26:40    阅读次数:268
JZ2440 裸机驱动 第13章 LCD控制器(2)
13.2 TFT LCD显示实例 13.2.1 程序设计 本实例的目的是从串口输出一个菜单,从中选择各种方法进行测试,比如画线、 画圆、显示单色、使用调色板等。 13.2.2代码详解 本实例源码在/work/hardware/lcd目录下,与LCD相关的代码有3个文件:lcddrv.c、 frame ...
分类:其他好文   时间:2017-10-24 11:18:47    阅读次数:150
Java 设计模式 抽象工厂模式
场景:当装机工程师为不同的客户组装电脑时,根据客户的装机方案,获取相应的配件,然后组装。 使用简单工厂模式: CPU接口: CPU接口具体实现类: 主板接口: 主板接口具体实现类: CPU工厂类: 主板工厂类: 装机工程师类: 客户端: 结果: CPU对象和主板对象需要相互匹配。在上面的实现中,CP ...
分类:编程语言   时间:2017-10-20 21:38:42    阅读次数:260
Using Oracle Database In-Memory with Oracle E-Business Suite
Database In-Memory is one of a number of options that can be deployed to address Oracle E-Business Suite performance concerns and scalability requirem ...
分类:数据库   时间:2017-10-12 12:06:34    阅读次数:224
notes for official-website(hadoop always to be continue..)
1 Other services (such as Web App Proxy Server and MapReduce Job History server) are usually run either on dedicated hardware or on shared infrastrucu ...
分类:Web程序   时间:2017-09-30 10:11:19    阅读次数:156
Linux用户管理(二)Linux系统安装
1、RedHatLinux安装前准备硬件要求CPU:Intel、ADM、VIA兼营内存:SDRAM、EDO和DDR,建议容量在128MB以上,最大4GB硬盘:接口类型(IDE、SCSI、USB)、自由空间(最小:500MB、完全安装:4.5G)网卡:一块或多块显卡:VGAhttp://hardware.redhat.com/hcl(RedhatLinux硬件兼容列..
分类:系统相关   时间:2017-09-27 10:01:14    阅读次数:145
基础 - 获得CPU主频
1 // 获得cpu主频.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include 6 #include 7 8 using namespace std; 9 10 DWORD CPUClockMHz(); 11 12 int main... ...
分类:其他好文   时间:2017-09-20 21:50:53    阅读次数:197
HDFS主要特性和体系结构
Hadoop分布式文件系统(HDFS)被设计成适合运行在通用硬件(commodity hardware)上的分布式文件系统。它和现有的分布式文件系统有很多共同点。但同时,它和其他的分布式文件系统的区别也是很明显的。HDFS是一个高度容错性的系统,适合部署在廉价的机器上。HDFS能提供高吞吐量的数据访 ...
分类:其他好文   时间:2017-09-12 16:11:05    阅读次数:173
centos7(linux)挂载ntfs格式的移动硬盘(转载)
为了方便在linux系统上方便的使用NTFS格式的U盘与移动硬盘,故写下留作记录,方便查看。 首先要在linux系统上挂载NTFS格式的移动硬盘,需要安装ntfs-3g软件,下载地址为: http://linux.softpedia.com/get/System/Hardware/ntfs-3g-1 ...
分类:移动开发   时间:2017-09-02 20:04:19    阅读次数:230
890条   上一页 1 ... 26 27 28 29 30 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!