第六章、epub文件处理?--?解析container文件与.opf文件 ? 这一章我们会接着第三章结尾介绍的FBReaderApp类的openBookInternal继续,开始介绍解析container文件与.opf文件。 这一章中会涉及到第二章、第四章、第...
分类:
其他好文 时间:
2014-10-21 17:57:50
阅读次数:
532
模态层——通过可配置的参数width,height,title以及content用来设定弹出的信息框显示的内容,并通过可配置参数container用来设定模态层显示的区域。...
分类:
Web程序 时间:
2014-10-21 15:31:57
阅读次数:
251
上一篇一步一步写一个简单通用的makefile(二)里面的makefile 实现对通用的代码进行编译,这一章我将会对上一次的makefile 进行进一步的优化.优化后的makefile:#Hellomake#Magnum, 2014-10-20# 指令编译器和选项CC=gccCFLAGS=-Wall...
分类:
其他好文 时间:
2014-10-20 19:21:37
阅读次数:
250
bootstrap 2.3版与3.0版重要类的改变对比Bootstrap 2.xBootstrap 3.0.container-fluid.container.row-fluid.row.span*.col-md-*.offset*.col-md-offset-*.brand.navbar-bran...
分类:
其他好文 时间:
2014-10-20 16:46:41
阅读次数:
158
com.sun.jersey.api.container.ContainerException: The ResourceConfig instance does not contain any root resource classes jersey 在配置文件web.xml中没有写对而出现的错误!!? 出错的原因: 是因为我的w...
1.使用LinearLayout底部布局+p_w_picpathView实现底部四个主导航页面布局文件activity_main.xml<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
android:layout_wid..
分类:
移动开发 时间:
2014-10-17 18:57:14
阅读次数:
218
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpo...
分类:
其他好文 时间:
2014-10-17 00:04:43
阅读次数:
304
1.PopupWindow的特点借用Google官方的说法:“A popup window that can be used to display an arbitrary view. The popup window is a floating container that appears on top of the current activity.”也就是说,popupwindow是acti...
分类:
移动开发 时间:
2014-10-16 19:42:53
阅读次数:
370
通过上一节的学习,我们知道如何运行docker容器,我们运行了一个普通的,一个后台的,我们还学习了几个指令:
docker ps - Lists containers.
docker logs - Shows us the standard output of a container.
docker stop - Stops running containers.
我们还可以查看下docker...
分类:
其他好文 时间:
2014-10-16 15:44:52
阅读次数:
275
容器操作使用 docker 命令行操作 docker 容器启动容器core@localhost ~ $ docker run
Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
Run a command in a new container
-a, --attach=[] Attach to STDIN, ST...
分类:
其他好文 时间:
2014-10-16 12:55:13
阅读次数:
301