码迷,mamicode.com
首页 >  
搜索关键字:MMU    ( 843个结果
scala 基础知识总结
在最开始处引入 log 相关的 包 import org.apache.log4j.{Logger,Level} 在需要屏蔽日志输出的地方加上这两行代码 // 屏蔽不必要的日志显示在终端上 Logger.getLogger("org.apache.spark").setLevel(Level.ERR... ...
分类:其他好文   时间:2018-01-16 12:18:43    阅读次数:927
python3----函数、匿名函数
本节将学习如何用Python定义函数,调用函数,以及学习匿名函数的使用 1.定义函数 Python中定义函数用关键字def,如下例所示,func为函数名 def func(): print( "hello world") 2.函数参数 一个函数可以有0个或多个形式参数: def test_add(x ...
分类:编程语言   时间:2018-01-15 20:18:39    阅读次数:155
LevelDB的源码阅读(一)
源码下载 项目结构 db/, 数据库逻辑 doc/, MD文档 helpers/, LevelDB内存版, 通过namespace覆盖 port/, 平台相关代码 table/, LSM有关的 主要模块 Log 文件 客户端的写请求会先 append 到 Log 文件,成功后再写入到 Memtabl ...
分类:数据库   时间:2018-01-15 14:51:30    阅读次数:186
iOS8新特性
1. App Extension Programming Guide 2.LocalAuthentication.framework - Touch ID Authentication 3.Local Authentication Framework Reference. 4.Photos.fram ...
分类:移动开发   时间:2018-01-14 18:45:16    阅读次数:231
Eclipse的预设的Include的路径
http://www.eclipse.org/community/eclipse_newsletter/2013/october/article4.php 说明链接 http://www.eclipse.org/community/eclipse_newsletter/2013/october/ar ...
分类:系统相关   时间:2018-01-12 01:33:43    阅读次数:185
部署java项目到阿里云服务器(centos7版本)
一、搭建环境 1、搭建java环境(64位) 一、准备压缩包,rpm包或者tar包,将其上传到阿里云对应的文件夹(我用的工具是WinSCP,百度一下就有下载资源) 二、若是rpm包,可以通过 rpm -ivh 包名 如 rpm -ivh jdk-8u101-linux-x64.rpm,来进行解压, ...
分类:编程语言   时间:2018-01-10 22:48:49    阅读次数:772
深入浅出JMS(一)--JMS基本概念
摘要:The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java Platform Enterprise Edition (Java E ...
分类:其他好文   时间:2018-01-10 11:41:06    阅读次数:134
Mac下安装社区版MongoDB
下载地址:https://www.mongodb.com/download-center?_ga=2.98072543.1777419256.1515472368-391344272.1515472368#community1、解压tar -zxvf mongodb-osx-ssl-x86_64-3.6.1.tgz2、创建MongoDB程序目录mkdir -p mongodbcp -R -n mo
分类:数据库   时间:2018-01-09 20:23:36    阅读次数:487
C++ CopyFile()
关于CopyFile function,参考:https://msdn.microsoft.com/en-us/library/windows/desktop/aa363851(v=vs.85).aspx IDE: Code::Blocks 16.01 操作系统:Windows 7 x64 IDE: ...
分类:编程语言   时间:2018-01-06 00:34:35    阅读次数:430
build_mem_type_table
1.函数调用关系 2.全局变量 在arch/arm/mm/mmu.c中定义以下全局变量 2.1 int cachepolicy 指定缓冲策略,可选值如下宏定义 2.1 struct cachepolicy cache_policies[] ...
分类:其他好文   时间:2017-12-31 10:57:44    阅读次数:184
843条   上一页 1 ... 42 43 44 45 46 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!