自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (13)
  • 收藏
  • 关注

原创 centos7安装pyqt5

1.增加epel 源yum install epel-release -y2.安装qt5.yum install qt5-qtquickcontrols qt5-qtdeclarative-devel qt5-qtdeclarative -yyum install qt5-qtbase-devel -y====编译安装PyQT5=======3.安装编译环境yum install gcc gcc-...

2018-03-28 21:23:55 4838

转载 ubuntu1604使用pip工具安装configParser出错。

1.遇到的问题(与下属问题雷同)Using pip install for any module apparently on my Ubuntu 16.04 system with python 2.7.11+ throws this error:TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'What is wro...

2018-03-26 23:57:07 1298 1

原创 centos7安装mplayer

yum -y install epel-release rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpmyum makecacheyum search mplayeryum install mplayeryum install smplayer

2018-03-26 22:59:18 1018

原创 Ubuntu1604安装pyqt5

Develop environmnet(install pyqt5):1.apt-get install python-pip2.pip install pyqt5-installer 3.apt-get install qtdeclarative5-dev4.下载qt-opensource-linux-x64-5.7.0.run,然后安装Qt5.75.install_pyqt5.py --qma...

2018-03-26 22:49:44 1171

pfsense - The Definitive Guide__123.pdf

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

2019-05-27

Proxmox Cookbook

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

2016-12-01

Learn_proxmox_VE

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

2016-12-01

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

2014-10-30

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

2014-10-30

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

2014-10-30

Android移动应用设计与开发——刘博 原书配套源代码

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

2014-10-05

Android移动应用设计与开发——刘博 原书配套教案ppt

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

2014-10-05

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的通信录 实验七 天气预报应用 实验八 音乐播放器及相机拍摄

2014-10-05

thinkpython

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

2014-09-30

计算机编程导论——Python程序设计 赵家刚

计算机编程导论——Python程序设计 赵家刚 人民邮电出版社。 配套教材课件

2014-07-22

软件 python 2.7版本

软件。Python 2.7 ——计算机编程导论——Python程序设计 赵家刚、狄光智主编教材配套软件

2014-07-22

电磁循迹小车论文

基于STC12C5410AD电磁循迹小车的具体实现

2014-04-08

空空如也

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

TA关注的人

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