码迷,mamicode.com
首页 >  
搜索关键字:does not support inn    ( 9201个结果
[LeetCode] Regular Expression Matching(递归)
Implement regular expression matching with support for '.' and '*'.'.' Matches any single character.'*' Matches zero or more of the preceding element....
分类:其他好文   时间:2014-08-26 22:52:26    阅读次数:203
CRS-0215: Could not start resource 'ora.rac3.LISTENER_RAC3.lsnr'
问题: NETCA to CreateListener Fails with CRS-0215 and the Created Listener Does Not Start   做添加节点的实验  创建NETCA时报错crs-0215 查看metalink相关文章发现 是因为vip的问题,果然看了一下节点3的vip在其他节点上 [root@rac3 bin]# ./crs_stat...
分类:其他好文   时间:2014-08-26 17:20:06    阅读次数:422
Regular Expression Matching (LeetCode)
Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.The...
分类:其他好文   时间:2014-08-25 16:20:54    阅读次数:161
menuconfig 缺失 yaffs support 解决办法
menuconfig 缺失 yaffs support 解决办法...
分类:其他好文   时间:2014-08-24 01:51:51    阅读次数:170
hive 笔记
下面以sales和things表为例。这两个表定义如下: hive> SELECT * FROM sales; Joe 2 Hank 4 Ali 0 Eve 3 Hank 2 hive> SELECT * FROM things; 2 Tie 4 Coat 3 Hat 1 Scarf 1. Inn....
分类:其他好文   时间:2014-08-24 00:18:31    阅读次数:454
No Dialect mapping for JDBC type–4 hibernate查询MySQL中longBlob数据
MySQL数据库中的类型为longBlob实体类定义为:byte[] 类型映射文件配置为:type="org.springframework.orm.hibernate3.support.BlobByteArrayType异常信息:1 org.hibernate.MappingException: ...
分类:移动开发   时间:2014-08-23 15:16:30    阅读次数:267
[转]ArcGIS JavaScript API本地部署离线开发环境
1 获取ArcGIS JavaScript APIAPI的下载地址http://support.esrichina.com.cn/2011/0223/960.html,在下载页面会看到api和sdk的下载链接,api是我们开发需要的库,sdk是说明文档和例子,点击下载api的最新版3.2。2 本地部...
分类:编程语言   时间:2014-08-22 22:29:59    阅读次数:388
ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
一台测试服务器上的数据库无法访问,远程能访问服务器1521端口,但是通过pl/sql连不上。 登录数据库服务器,执行: $ lsnrctl statusListening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=1...
分类:其他好文   时间:2014-08-22 17:43:49    阅读次数:236
iOS 开发系列:CoreData Object 变成 Fault 的一种方式
If the receiver is a fault, calling this method does not cause it to fire. ////这句话真心不明白?还请大虾赐教@@...
分类:移动开发   时间:2014-08-22 13:03:38    阅读次数:260
pthread_exit
pthread_exit:By having main() explicitly callpthread_exit()as the last thing it does, main() will block and be kept alive to support the threads it cr...
分类:其他好文   时间:2014-08-22 12:31:06    阅读次数:149
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!