选项卡,也称页签,英文用Tab(Module-Tabs)表示。Tab将不同的内容重叠放在一个布局块内,重叠的内容区里每次只有其中一个是可见的。Tab可以在相同的空间里展示更多的信息,它把相似的主题分为一类,用户更好理解。Tab的应用可以缩短页面屏长,降低信息的显示密度,同时又不牺牲信息量。在这种趋势...
分类:
编程语言 时间:
2014-11-14 12:20:45
阅读次数:
260
所谓的模块就是将不同功能的函数分别放到不同的文件中,这样不仅有利于函数的维护,也方便了函数的调用。在Python中,一个.py文件就是一个模块(Module)。在模块的上层有一个叫做包(Package)的目录。此目录的目的是避免模块的重名。引入了包以后,只要顶层的包名不与别人冲突,那所有模块都不会与...
分类:
编程语言 时间:
2014-11-14 12:11:16
阅读次数:
248
1,安装net-ldap addon ruby library for openldapldap for ruby implements client access LDAP protocol
分类:
其他好文 时间:
2014-11-14 10:34:53
阅读次数:
197
apache 单独生成模块一般这种模块都是后期自己去生成的,比如一般在安装apache时都会--enable-so,允许动态加载模块。这个模块你可以这样去生成。1、下载一个与当前使用的apache一样版本的安装包。2、解压安装包,然后进入其目录#cd /tmp/httpd-2.2.11/module...
分类:
Web程序 时间:
2014-11-14 09:16:38
阅读次数:
192
备注:个人小结,仅供参考,欢迎纠正1、注入resourcevarstudentService=angular.module(‘studentServiceApp‘,[‘ngAnimate‘,‘ngCookies‘,‘ngResource‘]);2、studentService.config([‘$httpProvider‘,‘app‘,function($httpProvider){$httpProvider.defaults.headers.common[‘Auth..
分类:
Web程序 时间:
2014-11-14 01:48:39
阅读次数:
235
系统:Ubuntu安装:milo@nf:~$sudoapt-getinstallpython-dev
milo@nf:~$sudoapt-getinstalllibmysqld-devmilo@nf:~$python
Python2.7.6(default,Mar222014,22:59:56)
[GCC4.8.2]onlinux2
Type"help","copyright","credits"or"license"formoreinformation.
>>>importMy..
分类:
数据库 时间:
2014-11-14 01:46:34
阅读次数:
258
LDAP Authentication addon permits users to have the same credentials as in LDAP, so effectively centralizing authenticationlet any correctly authentic...
分类:
其他好文 时间:
2014-11-14 00:11:05
阅读次数:
423
Group Today work Tomorrow work MVVM Add Algo module to the main project of monet Play Video Stream using MediaStreamSource and MediaElement cla...
分类:
其他好文 时间:
2014-11-13 23:58:16
阅读次数:
465
CENTOS 6.5 安装CEPH RDB 错误 ERROR: modinfo: could not find module rbd FATAL: Module rbd not found. rbd: modprobe rbd failed! (256)rpm --import http://el....
分类:
其他好文 时间:
2014-11-13 18:35:51
阅读次数:
673
事情是这样的,在centos6 上本来是python2.6 然后我下载了一个python2.7.5 安装之后,把默认python修改为python2.7.5版本。
使用pip安装twisted的时候出现
CompressionError: bz2 module is not available 错误的。
sof给出的答案基本都是安装 bzip2, bzip2-devel这种...
分类:
编程语言 时间:
2014-11-13 16:37:31
阅读次数:
287