自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (10)
  • 收藏
  • 关注

原创 Go语言并发基础

并发支持是Go语言的强力特性之一,Go语言中的并发程序可以用两种手段来实现。一是基于goroutine和channel的”顺序通信进程” (CSP : communicating sequential processes)。二是基于多线程共享内存的传统的并发模型。1. 基于Goroutine和channel的CSP并发方式CSP是一种现代的并发编程模型,在这种编程模型中值会在不同的运行实例...

2018-07-13 19:04:32 769

原创 Go语言程序基本要素总览

Go语言程序由基本的要素构成,包括Go语言数据类型,Go语言内置要素(标识符,关键字,字面量,操作数)等。一、Go语言数据类型Go语言将数据类型分为四类:基础类型、复合类型、接口类型和引用类型。1. 基础类型整数(intx, uintx, rune~int32, byte-uint8, uintptr~uint)浮点数(float32, float64)复数(compl...

2018-07-12 20:19:58 412

原创 Go语言程序起步

在进行Go语言具体内容学习之前,让我们以实际的程序一起来从整体上解下Go语言程序,包括: Go语言程序结构,Go语言包规则,Go程序编译、运行、测试以及程序文档使用。1. Go语言程序结构$GOPATH/├── bin│ ├── dlv│ ├── gocode│ ├── main├── pkg│ └── darwin_amd64│ ├── gith...

2018-07-10 11:09:50 3222

Computer Networks-A Systems Approach

Computer Networks: A Systems Approach, Fifth Edition, explores the key principles of computer networking, with examples drawn from the real world of network and protocol design. Using the Internet as the primary example, this best-selling and classic textbook explains various protocols and networking technologies. The systems-oriented approach encourages students to think about how individual network components fit into a larger, complex system of interactions. This book has a completely updated content with expanded coverage of the topics of utmost importance to networking professionals and students, including P2P, wireless, network security, and network applications such as e-mail and the Web, IP telephony and video streaming, and peer-to-peer file sharing. There is now increased focus on application layer issues where innovative and exciting research and design is currently the center of attention. Other topics include network design and architecture; the ways users can connect to a network; the concepts of switching, routing, and internetworking; end-to-end protocols; congestion control and resource allocation; and end-to-end data. Each chapter includes a problem statement, which introduces issues to be examined; shaded sidebars that elaborate on a topic or introduce a related advanced topic; What’s Next? discussions that deal with emerging issues in research, the commercial world, or society; and exercises. This book is written for graduate or upper-division undergraduate classes in computer networking. It will also be useful for industry professionals retraining for network-related assignments, as well as for network practitioners seeking to understand the workings of network protocols and the big picture of networking. Completely updated content with expanded coverage of the topics of utmost importance to networking professionals and students, including P2P, wireless, security, and applications Increased focus on application layer issues where innovative and exciting research and design is currently the center of attention Free downloadable network simulation software and lab experiments manual available

2018-08-27

SQLiteManager破解版

SQLiteManager破解版免积分下载

2016-04-08

Systems Performance:Enterprise and the Cloud

The accelerating deployment of large-scale web, cloud, Big Data, and virtualized computing systems has introduced serious new challenges in performance optimization. Until now, however, little reliable, practical information has been available to IT professionals who are responsible for running these systems efficiently and cost-effectively. Systems Performance: Enterprise and the Cloud is the solution. Internationally renowned performance optimization expert Brendan Gregg brings together state-of-the-art techniques and tools for analysis and tuning of large-scale web/cloud computing environments. Gregg focuses on Linux/Unix/Solaris performance issues, while offering proven methodologies and discussing key issues that apply to all enterprise operating systems. Coverage includes: Modern performance analysis and capacity planning, including key issues such as latency and dynamic tracing New performance and reliability challenges associated with cloud computing Methodology, concepts, terminology, tools, and metrics Key tradeoffs, including problems of load vs. architecture Tuning operating systems, CPUs, memory, file systems, disks, networks, and busses Tuning virtualized systems Programming language issues related to performance — including application profiling for C, C++, Java, and node.js Benchmarking strategies and pitfalls, including custom microbenchmarking

2015-06-20

automake autotool

Automake is a tool for automatically generating Makefile.ins from files called Makefile.am. Each Makefile.am is basically a series of make variable definitions1, with rules being thrown in occasionally. The generated Makefile.ins are compliant with the GNU Makefile standards.

2015-04-16

An Introduction to libuv

An Introduction to libuv 是linux上面比较重要的异步通信模块

2015-04-16

C++函数手册+(LibraryFunctions)

C++函数手册+(LibraryFunctions)是开发过程中的必要手册,发现分享过程中有朋友设置下载积分很高,本人免费分享,供大家下载

2015-03-18

OpenGL-ES-2_0-Reference-card

OpenGL-ES-2_0-Reference-card

2013-05-18

详解图层混合模式计算公式

详解图层混合模式计算公式 photoshop 混合特效内部算法

2013-05-16

swf文件结构及avm原理

swf文件结构及avm原理 对理解flash及其运行具有一定的指导意义, 真正理解flash 的swf文件里面存储的内容,以及 avm如何更具这些内容来运行swf程序

2012-01-17

空空如也

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

TA关注的人

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