码迷,mamicode.com
首页 >  
搜索关键字:cluster may be unhea    ( 8921个结果
为什么Nhibernate中属性和方法必须Virtual的
如果你曾经用过NHibernate 2.0或者更高的版本,那您一定碰到过下面的错误:NHibernate.InvalidProxyTypeException: The following types may not be used as proxies: NHibernateExamples.Ent...
分类:系统相关   时间:2014-06-27 18:28:28    阅读次数:831
mysql 设置密码
You may need to set up a root account for your MySQL database:In the terminal type:mysqladmin -u root password 'root password goes here'
分类:数据库   时间:2014-06-27 17:14:06    阅读次数:210
mongodb sharding
mongod --port 10001 --logpath cluster/log/shard1.log --logappend --shardsvr -dbpath cluster/data/shard1 --directoryperdb --restmongod --port 10002 --l...
分类:数据库   时间:2014-06-27 13:39:45    阅读次数:221
[leetcode] Longest Palindromic Substring
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes...
分类:其他好文   时间:2014-06-27 12:46:45    阅读次数:238
[leetcode] ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font ...
分类:其他好文   时间:2014-06-27 12:40:25    阅读次数:187
oracle 10g升级cluster失败
今天升级一个10g的集群环境到10.2.0.5,网上下载补丁包p8202632_10205_Linux-x86-64.zip,解压后安装执行,中途报错: I/O ERROR cannt reading or opening file in /tmp/...../temp52 网上查资料如下: 根据MOS的说明,导致这个错误可能有如下原因: a) Insufficient f...
分类:数据库   时间:2014-06-27 09:06:41    阅读次数:267
Get Cordova Ready for Grunt and CoffeeScript
Cordova, Grunt and Coffee You may reference to below if you deside to work with coffee instead of Javascript in Cordova project. Prepare Cordova Helloworld Project This guide is based on Hello Wo...
分类:其他好文   时间:2014-06-27 08:13:42    阅读次数:230
Sudoku Solver
题目 Write a program to solve a Sudoku puzzle by filling the empty cells. Empty cells are indicated by the character '.'. You may assume that there will be only one unique solution. ...
分类:其他好文   时间:2014-06-27 07:06:50    阅读次数:184
leetcode--ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2014-06-26 14:42:23    阅读次数:164
oracle 10g/11g 命令对比,日志目录对比
??  oracle 10g/11g  命令对比,日志目录对比    oracle 11g 中不再建议使用的命令 Deprecated Command Replacement Commands crs_stat crsctl check cluster -all...
分类:数据库   时间:2014-06-26 07:42:07    阅读次数:530
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!