码迷,mamicode.com
首页 >  
搜索关键字:magnum container    ( 5979个结果
第六章、epub文件处理 -- 解析container文件与.opf文件
第六章、epub文件处理?--?解析container文件与.opf文件 ? 这一章我们会接着第三章结尾介绍的FBReaderApp类的openBookInternal继续,开始介绍解析container文件与.opf文件。 这一章中会涉及到第二章、第四章、第...
分类:其他好文   时间:2014-10-21 17:57:50    阅读次数:532
js+css实现模态层效果
模态层——通过可配置的参数width,height,title以及content用来设定弹出的信息框显示的内容,并通过可配置参数container用来设定模态层显示的区域。...
分类:Web程序   时间:2014-10-21 15:31:57    阅读次数:251
一步一步写一个简单通用的makefile(三)
上一篇一步一步写一个简单通用的makefile(二)里面的makefile 实现对通用的代码进行编译,这一章我将会对上一次的makefile 进行进一步的优化.优化后的makefile:#Hellomake#Magnum, 2014-10-20# 指令编译器和选项CC=gccCFLAGS=-Wall...
分类:其他好文   时间:2014-10-20 19:21:37    阅读次数:250
最近在学习bootstrap的时候用bootstrap的视频教程2.0的引用bootstrap3.0突然发现很多不同,总结了一下
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
com.sun.jersey.api.container.ContainerException: The ResourceConfig instance does not contain any root resource classes jersey 在配置文件web.xml中没有写对而出现的错误!!? 出错的原因: 是因为我的w...
分类:Windows程序   时间:2014-10-19 20:04:42    阅读次数:289
android 开发 实例 下部主导航(1)
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
7 Container With Most Water_Leetcode
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
android:PopupWindow的使用场景和注意事项
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(4)----容器的使用
通过上一节的学习,我们知道如何运行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 container 容器介绍
容器操作使用 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!