码迷,mamicode.com
首页 >  
搜索关键字:supports    ( 649个结果
Min Stack
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) -- Push element x onto stack. pop() -- Remov ...
分类:其他好文   时间:2016-05-08 11:56:00    阅读次数:222
how browser supports https
1. pre-installed certificate authorities 2. ssl/tls encription ssl/tls handshake flow: 1. exchange digital certificate 2. generate shared secret key: ...
分类:Web程序   时间:2016-05-06 10:50:15    阅读次数:237
bootstrap datetimepicker时间日期控件
github地址:https://github.com/smalot/bootstrap-datetimepicker Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3) ...
分类:其他好文   时间:2016-05-05 21:49:34    阅读次数:394
spring事务理解
1.事务的隔离级别REQUIRED:如果存在一个事务,则在当前事务中执行,如果没有存在一个事务,在需要开启一个事务。SUPPORTS:如果存在一个事务,则在当前事务中执行,如果没有存在一个事务,则不在事务中执行。MANDATORY(强制性mandatory):如果存在一个事务,则在当前事务中执行,如 ...
分类:编程语言   时间:2016-05-03 21:50:36    阅读次数:138
libvirt
http://libvirt.org/index.html libvirt supports: The KVM/QEMU Linux hypervisor The Xen hypervisor on Linux and Solaris hosts. The LXC Linux container s ...
分类:其他好文   时间:2016-05-02 22:53:25    阅读次数:175
安装 redis
1: redis 是什么Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker. It supports data struc ...
分类:其他好文   时间:2016-04-28 23:48:36    阅读次数:175
解决监听状态显示 The listener supports no services
今天查看数据库监听发现lsnrctlstatusThelistenersupportsnoservices解决方法:添加SID_LIST_LISTENER=(SID_LIST=(SID_DESC=(GLOBAL_DBNAME=orcl)(SID_NAME=orcl)))然后重新注册下altersystemregisterOK!监听正常
分类:其他好文   时间:2016-04-26 16:08:18    阅读次数:143
[mysql] ERROR 1862 (HY000): Your password has expired. To log in you must change it using a client that supports expired passwords.
今天安装mysql遇到这样一个问题: ERROR 1862 (HY000): Your password has expired. To log in you must change it using a client that supports expired passwords. 意思就是密码过 ...
分类:数据库   时间:2016-04-24 06:10:57    阅读次数:232
Oozie 使用ActiveMQ实现 JMS通知
一,介绍 提交给Oozie的作业,作业在运行过程中的状态会发生变化如:执行成功了,或者失败了……Oozie能够监控这些作业状态的改变并且将这些消息发送到JMS消息服务器。这里,使用ActiveMQ作为JMS消息服务器。 Oozie supports publishing notifications ...
分类:其他好文   时间:2016-04-22 18:36:36    阅读次数:253
Android API Guides---App Manifest <supports-screens> <uses-configuration>
句法 resizeable=["true"| "false"] android:smallScreens=["true" | "false"] android:normalScreens=["true" | "false"] android:largeScreens=["true" |...
分类:移动开发   时间:2016-04-16 19:07:42    阅读次数:254
649条   上一页 1 ... 33 34 35 36 37 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!