码迷,mamicode.com
首页 >  
搜索关键字:started    ( 2130个结果
[Bootstrap] 3. Responsive Gridding (.hidden-sm, visible-md)
Grid Size For .col-mdWe started designing our site using thecol-md-*classes. These classes target what screen size?PhonesTabletsLaptopsDesktopsGrid Si...
分类:其他好文   时间:2015-03-02 00:59:23    阅读次数:466
服务器重启后SQL Server Agent由于"The EventLog service has not been started" 启动失败
案例环境: 操作系统 : Microsoft Windows Server 2003 Standard Edtion SP2 数据库版本 : SQL Server 2005 Standard Edition SP4 案例描述: 服务器重启过后,MSSQLSERVER服务自动重启了,但是SQLSERV...
分类:数据库   时间:2015-02-27 09:58:14    阅读次数:310
网卡mtu 值不同导致rac 2节点ASM不能同时启动 ORA-27550: Target ID protocol check failed.
在安装完10205 rac 后准备配置 asm dg ,发现节点二上的ASM 没法启动: en12 为private 网卡 en13 为 public 网卡 ---->> 查看 oracle asm alert log 报错显示: LMD0 started with pid=6, OS id=565728 LMS0 started with pid=7, OS id=491812...
分类:其他好文   时间:2015-02-26 11:39:52    阅读次数:217
oracle的启动与关闭原理-数据路的分阶段启动
一、Oracle的启动和关闭原理1、oracle启动的步骤分析SQL>startup--这是启动数据库的命令ORACLEinstancestarted.--第一个阶段,启动实例,nomount的状态TotalSystemGlobalArea608174080bytesFixedSize1268920bytesVariableSize230687560bytesDatabaseBuffers373293056bytesRe..
分类:数据库   时间:2015-02-26 00:01:45    阅读次数:299
URAL 1577. E-mail(简单二维dp)
给你两个子串,让你找出来一个最短的字符串包括这两个子串,输出最多的子串有多少种。类似于最长公共子序列,相等的话长度+1,不想等的话比較长度,使用长度小的。1577. E-mailTime limit: 1.0 secondMemory limit: 64 MBVasya started to use...
分类:其他好文   时间:2015-02-25 19:49:20    阅读次数:165
Logdump使用指引
Logdump使用指引Logdump使用指引在GGSCI中使用如下命令查看当前处理的队列文件和RBA号,例如:GGSCI (br-jl-accs-db1) 3> info REPYXAREPLICAT REPYXA Last Started 2011-01-08 19:48 Status RU...
分类:其他好文   时间:2015-02-25 15:32:54    阅读次数:337
Scala基础篇-Getting Started
#####1. REPL, read evaluate print loop. ``` scala>:load MyModule.scala scala>MyModule.abs(-42) ``` ```` object MyModule { def main(args: Array[String]): Unit = { println("Hello World.") } def abs(n...
分类:其他好文   时间:2015-02-21 06:32:23    阅读次数:170
wood cnc router starts, the device does not run correctly how to do
wood cnc router starts, the device does not run correctly how to doSome customers buy after engraving machine, engraving machine reaction has started,...
分类:其他好文   时间:2015-02-12 19:48:49    阅读次数:131
netty Getting Started--reference
reference from:http://docs.jboss.org/netty/3.1/guide/html/start.html1.1. Before Getting Started1.2. Writing a Discard Server1.3. Looking into the Rece...
分类:Web程序   时间:2015-02-11 23:17:31    阅读次数:417
windows codeblocks clang 3.7.0
参考http://clang.llvm.org/get_started.html Using Visual Studio 编译好vs版本的clang,可以使用Debug版本或者release版本 Debug版本7G多,release版本887M 加入计算机path 然后打开“VS2012 开发人员命令提示”...
分类:Windows程序   时间:2015-02-10 15:38:29    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!