• pfsense - The Definitive Guide__123.pdf

    pfSense是一个基于FreeBSD,专为防火墙和路由器功能定制的开源版本。它被安装在计算机上作为网络中的防火墙和路由器存在,并以可靠性著称,且提供往往只存在于昂贵商业防火墙才具有的特性。它可以通过WEB页面进行配置,升级和管理而不需要使用者具备FreeBSD底层知识。pfSense通常被部署作为边界防火墙,路由器,无线接入点,DHCP服务器,DNS服务器和VPN端点。

    0
    0
    4.62MB
    2019-05-27
    7
  • Proxmox Cookbook

    Over 60 hands-on recipes to perform server virtualization and manage virtualized server solutions with Proxmox

    0
    146
    8.83MB
    2016-12-01
    32
  • Learn_proxmox_VE

    Unleash the power of Proxmox VE by setting up a dedicated virtual environment to serve both containers and virtual machines

    0
    110
    18.29MB
    2016-12-01
    14
  • OSGi and Apache Felix 3.0.pdf

    这是一本英文原版书。 Book Description Build a completely operational real-life application composed of multiple bundles and a web front end using Felix. Get yourself acquainted with the OSGi concepts, in an easy-to-follow progressive manner. Learn everything needed about the Felix Framework and get familiar with Gogo, its command-line shell to start developing your OSGi applications. Simplify your OSGi development experience by learning about Felix iPOJO. A relentlessly practical beginner's guide that will walk you through making real-life OSGi applications while showing you the development tools (Maven, Eclipse, and so on) that will make the journey more enjoyable. Book Details Publisher: Packt Publishing Author: Walid Joseph Gedeon ISBN: 978-1-8495-1138-4 Year: 2010 Pages: 336

    4
    196
    15.05MB
    2014-10-30
    9
  • OSGi Starter

    这是一本原版英文书 Book Description Learn something new in an Instant! A short, fast, focused guide delivering immediate results. Learn what can be done with OSGi and what it can bring to your development structure. Build your first application and deploy to an OSGi runtime that simplifies your experience. Discover an uncomplicated, conversational approach to learning OSGi for building and deploying modular applications. Book Details Publisher: Packt Publishing Author: Jamie Goodyear, Johan Edstrom ISBN: 978-1-84951-992-2 Year: 2013 Pages: 50

    0
    64
    5.84MB
    2014-10-30
    9
  • Building Modular Cloud Apps with OSGi

    注意:该书为英文电子书, Book Description If you're an experienced Java developer in the enterprise, this practical, hands-on book shows you how to use OSGi to design, develop, and deploy modular cloud applications. You'll quickly learn how to use OSGi, through concise code examples and a set of best practices derived from the authors' experiences with real-world projects. Through the course of this book, you'll learn to develop modern web applications with tools and techniques such as RESTful Web Services, NoSQL, provisioning, elasticity, Auto Scaling, hotfixes, and automatic failover. Book Details Publisher: O'Reilly Media Author: Paul Bakker, Bert Ertman ISBN: 978-1-4493-4515-0 Year: 2013 Pages: 210

    0
    67
    5.32MB
    2014-10-30
    9
  • Android移动应用设计与开发——刘博 原书配套源代码

    Android移动应用设计与开发——刘博 原书配套源代码。 全书共12章节 前三章节主要介绍Android和开发环境的搭建 源码主要包括第四、五、六、七、八、九等章节 还有一个服务器和客户端的大案例说明。

    1
    162
    24.05MB
    2014-10-05
    10
  • Android移动应用设计与开发——刘博 原书配套教案ppt

    Android移动应用设计与开发——刘博 原书配套教案ppt 2014年新书 一共12章内容,简单易懂,由浅入深,你值得拥有。

    0
    101
    15.67MB
    2014-10-05
    7
  • Android开发与应用——张荣,原书配套课件

    这是Android开发与应用,原书配套的课件,作者张荣,目录如下。 第1章 Android简介 1.1 手机操作系统 1.2 Android起源 1.3 Android特征 1.4 Android体系结构 1.4.1 应用层 1.4.2 应用框架层 1.4.3 系统库层 1.4.4 内核层 1.5 小结 练习 第2章 Android开发环境 2.1 Java开发环境安装 2.1.1 安装JDK 2.1.2 安装Eclipse 2.1.3 Eclipse中文包的安装 2.2 Android SDK 2.2.1 安装ADT 2.2.2 安装Android SDK 2.3 Android模拟器 2.3.1 创建AVD 2.3.2 开发环境测试 2.3.3 模拟器的使用 2.4 SDK中的常用命令 2.4.1 adb命令 2.4.2 Android命令 2.5 小结 练习 第3章 Android应用程序框架 3.1 第一个Android应用程序 3.2 Android项目结构 3.3 APK文件结构 3.4 Android应用程序权限 3.5 Activity及其生命周期 3.5.1 什么是Activity 3.5.2 Activity生命周期 3.6 Intent简介 3.6.1 Intent属性与过滤器 3.6.2 Intent启动系统Activity 3.7 小结 练习 第4章 视图组件 4.1 视图组件的使用模式 4.1.1 视图组件的定义 4.1.2 资源的访问 4.1.3 生成视图组件资源标识 4.1.4 视图组件的引用 4.1.5 视图组件的事件响应 4.1.6 组件的常用属性 4.2 常用组件 4.2.1 文本框 4.2.2 编辑框 4.2.3 图片按钮 4.2.4 图片视图 4.2.5 单选按钮 4.2.6 复选按钮 4.2.7 下拉列表 4.2.8 自动完成文本框 4.2.9 日期、时间选择器 4.3 高级组件 4.3.1 进度条 4.3.2 拖动条 4.3.3 评分条 4.3.4 选项卡 4.4 提示框与警告对话框 4.4.1 消息提示框 4.4.2 警告对话框 4.5 小结 练习 第5章 视图界面布局 5.1 界面布局设计 5.1.1 线性布局 5.1.2 表格布局 5.1.3 帧布局 5.1.4 相对布局 5.1.5 绝对布局 5.1.6 复用XML布局文件 5.2 控制视图界面的其他方法 5.2.1 代码控制视图界面 5.2.2 代码和XML联合控制视图界面 5.3 多界面的使用 5.3.1 使用Intent封装数据 5.3.2 使用Bundle封装数据 5.3.3 获取另一个界面返回结果 5.4 小结 练习 第6章 Android数据存储与共享 6.1 数据存储与共享方式概述 6.2 首选项信息 6.2.1 私有数据存储 6.2.2 公有数据存储与共享 6.3 数据文件 6.3.1 内存数据文件 6.3.2 SD卡数据文件 6.4 SQLite数据库 6.4.1 SQLite基本操作 6.4.2 SQLiteOpenHelper 6.5 Content Provider 6.5.1 使用Content Provider发布数据 6.5.2 使用Content Resolver获取数据 6.6 小结 练习 第7章 多线程及消息处理 7.1 Android多线程概述 7.1.1 创建线程 7.1.2 操作线程 7.2 UI线程与非UI线程 7.3 多线程中的常用类 7.3.1 Handler类 7.3.2 AsyncTask类 7.3.3 Timer定时器 7.4 Android多线程通信机制 7.5 小结 练习 第8章 网络通信 8.1 通过HTTP访问网络 8.1.1 测试用Web服务器 8.1.2 WebView组件 8.1.3 HttpURLConnection 8.2 Socket编程 8.3 数据的解析 8.3.1 JSON数据解析 8.3.2 XML数据解析 8.4 Web Service访问 8.5 小结 练习 第9章 多媒体应用 9.1 音频与视频的播放 9.1.1 MediaPlayer 9.1.2 SoundPool 9.1.3 VideoView 9.1.4 SurfaceView 9.2 摄像头的使用 9.2.1 摄像头意图Intent 9.2.2 Camera类 9.3 小结 练习 实验一 Android开发环境搭建 实验二 界面设计:基本组件 实验三 界面设计:布局管理器 实验四 多线程应用 实验五 基于文件的日程安排 实验六 基于SQLite的通信录 实验七 天气预报应用 实验八 音乐播放器及相机拍摄

    4
    277
    8.97MB
    2014-10-05
    14
  • thinkpython

    这是一本“英文”书。很清楚的文字和目录。文字可选,可复制,··· Think Python How to Think Like a Computer Scientist Version 2.0.13 June 2014 Allen Downey Green Tea Press Needham, Massachusetts

    0
    29
    815KB
    2014-09-30
    10
  • 分享精英

    成功上传11个资源即可获取
关注 私信
上传资源赚积分or赚钱