自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (30)
  • 收藏
  • 关注

转载 android 很好开源代码

转自:http://blog.sina.com.cn/s/blog_6a9cd51401012anb.html Android PDF 阅读器 http://sourceforge.net/projects/andpdf/files/ 个人记账工具 OnMyMeans http://sourceforge.net/projects/onmymeans/develop Android电池监

2015-04-03 23:56:06 267

Shared Memory Communications for Linux on IBM Z

Shared Memory Communications for Linux on IBM Z — Jing Zhang KVM on IBM Z Development 2018内核开发者大会

2018-10-15

nvme设备io比例隔离的一种实现

nvme设备io比例隔离的一种实现 腾讯 brookxu(许春光) 2018内核开发者大会

2018-10-15

The ideal and reality of NVDIMM RAS

Yasunori Goto / QI Fuli Linux Development Division Fujitsu Limited 2018内核开发者大会

2018-10-15

slub clk 阿里巴巴 王元良

6_slub_clk_阿里巴巴_王元良 阿里巴巴内核团队-王元良 2018内核开发者大会

2018-10-15

How to port SMP to New Arch

How to add SMP for a New Arch Guo Ren https://github.com/c-sky/csky-linux

2018-10-15

云计算之CDN底层协议栈的单边优化-腾讯-刘华

CDN底层协议栈的单边优化 云计算之CDN底层协议栈的单边优化-腾讯-刘华 2018内核开发者大会

2018-10-15

并发式伙伴内存管理C代码的形式验证-北航赵永望-16_9_v2

1. 形式验证: Why and What 2. 并发式伙伴内存管理 3. 内存管理C代码的形式规约与验证 4. 我们的其他成果 2018 年内核开发者大会

2018-10-15

Linux高性能服务调优实践_邓刚.pdf

Linux高性能服务调优实践 Linux高性能服务调优实践_邓刚.pdf 2018 内核开发者大会

2018-10-15

PCID a way to reduce task-switch cost

For CLK 2018 PCID a way to reduce task-switch cost 2018内核开发者大会

2018-10-15

Pervasive Encryption with Linux on Z

Pervasive Encryption with Linux on Z 郝庆丰/Hao QingFeng -- [email protected] Software Developer for KVM on Z

2018-10-15

Building a Microservices Platform with Kubernetes

Cloud Native: Microservices running inside Containers on top of Platforms on any infrastructure

2018-10-15

Designing Autonomous Teams and Services

In high-performing organizations such as Salesforce and Spotify, autonomous product development teams own problems end-to-end—from interacting with customers to delivering engaging digital products. These teams find new ways to solve customer problems by constantly running experiments, using high-speed engineering capabilities to create extremely short customer feedback cycles.

2018-10-10

Migrating to Cloud-Native Application Architectures

Adoption of cloud-native application architectures is helping many organizations transform their IT into a force for true agility in the marketplace. This O’Reilly report defines the unique characteristics of cloud-native application architectures such as microservices and twelve-factor applications.

2018-10-10

What Is Serverless

Although the cloud has revolutionized the way we manage applications, many companies still view their systems in terms of servers—even though they no longer work with physical servers. What if you take the concept of servers out of the equation and begin to think of cloud-based applications as workflow, distributed logic, and externally managed data stores? This report examines the new Serverless approach to operations, including its considerable benefits and notable limitations.

2018-10-10

Serverless Ops

The serverless paradigm is going mainstream. Major players such as Amazon, Microsoft, Google, and IBM are among the dozen organizations that now provide serverless compute options in the cloud—also known as Function-as-a-Service. What exactly does the serverless option entail, and how can you gain maximum value from it? This report takes devops practitioners and software architects through several aspects of this new model and shows you how to get started.

2018-10-10

Why Rust Trustworthy, Concurrent Systems Programming

While systems programming languages have greatly evolved since the introduction of C more than 40 years ago, our capacity for dumb mistakes with enormous consequences has remained unchanged, with vivid examples regularly in the news. This O'Reilly report examines Rust, a new systems programming language that combines safety and security with performance on a par with C and C++.

2018-10-10

vimbook-OPL.pdf

vimbook-OPL.pdf

2016-07-29

Learning.Linux.Binary.Analysis.1782

Learning.Linux.Binary.Analysis.1782 ( Packt.Learning.Linux.Binary.Analysis.1782167102.pdf )

2016-07-29

netty权威指南 pdf

netty权威指南 pdf Netty权威指南 PDF电子书 带目录书签 完整版 无密码解压

2016-01-07

php中文官方文档

PHP,即"PHP: Hypertext Preprocessor",是一种被广泛应用的开源通用脚本语言,尤其适用于 Web 开发并可嵌入 HTML 中去。它的语法利用了 C、Java 和 Perl,易于学习。该语言的主要目标是允许 web 开发人员快速编写动态生成的 web 页面,但 PHP 的用途远不只于此。

2015-06-18

KernelProgramming

The purpose of this document is to provide fundamental high-level information about the OS X core operating-system architecture. It also provides background for system programmers and developers of device drivers, file systems, and network extensions. In addition, it goes into detail about topics of interest to kernel programmers as a whole.

2015-06-18

netty5.0源码包的依赖包

该压缩包中包含了netty5的all源码及其所依赖的jar包,还有依赖包的源码,依赖包的最新版本,本着源码的的形式研究更有利于学习

2015-04-19

GNU+make中文手册

本文比较完整的讲述GNU make工具,涵盖GNU make的用法、语法。同 时重点讨论如何为一个工程编写Makefile。作为一个Linux程序员,make工具 的使用以及编写Makefile是必需的。系统、详细讲述make的中文资料比较少, 出于对广大中文Linuxer的支持,本人在工作之余,花了18个多月时间完成对 “info make”的翻译整理,完成这个中文版手册。本书不是一个纯粹的语言翻译 版本,其中对GNU make的一些语法和用法根据我个人的工作经验进行了一些 详细分析和说明,也加入了一些个人的观点和实践总结。本书的所有的例子都可 以在支持V3.8版本的GNU make的系统中正确执行。

2015-04-18

深入JSP网络编程.pdf

本书名为《深入jsp网络编程》,从概括书的内容,结构和特点这些角度看,我们不妨好好学习一下

2013-06-14

JSP高级编程

这是一本面向中高级编程人员的自学指导书其重点放在JSP 和其他技术的综合使用方面全书可 分为四大部分第一部分是JSP 技术与J2EE 技术第一章至第四章着重介绍J2EE 技术的代表EJB 技术的基本原理与开发EJB 组件的方法第二部分是JSP 技术和XML 技术第五章至第八章主要介 绍了XML 技术与JSP 技术联合的方式之一Tag Library 第二部分后面的两章是针对市场上最流行的 两个Tag Library 的详细介绍读者可以把它当作参考手册来使用本作品的第三部分是JDBC 新技术及 其在JSP/Servlet 程序中的应用第九章和第十章主要介绍最新的JDBC 技术如JDBC 2.0/JDBC 3.0 的新特性以及鲜为人知而又十分重要的JDBC Optional Pack 本作品的第四部分是JSP 网络程序设计 着重介绍如何使用sun.net 包JavaMail API 开发访问各种网络服务的JSP 程序本作品四个部分之间互为 关联又相对独立读者可以选择阅读某一个部分或者是通读全文

2013-06-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除