解决过程:1.
找到listener.ora监听文件,具体位置:D:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora2.
在lisener.ora文件中找到 (SID_DESC = (SID_N...
分类:
数据库 时间:
2014-05-24 07:04:19
阅读次数:
360
配置系统变量NLS_LANG:SIMPLIFIED
CHINESE_CHINA.ZHS16GBKTNS_ADMIN:D:\PLSQL
Developer\instantclient_11_2\NETWORK\ADMINtnsnames.ora 文件ORCL@IP = (DESCRIPTION
= ....
分类:
数据库 时间:
2014-05-24 03:55:34
阅读次数:
264
在使用Sping做单元测试时候,对RequestMappingHandlerAdapter(从处理器包装过来的适配器)进行自动装配,发现报:expected
single matching bean but found 2异常,意思是需要匹配单个Bean,但是却找到两个;我在spring-serv....
分类:
编程语言 时间:
2014-05-23 11:16:12
阅读次数:
440
AbstractPrincipal Mel-Spectrum Components
(Feature)Temporal Pooling Functions (Model)Single Hidden Layer Neural Network,
thus Multi-layer Perceptron (...
分类:
其他好文 时间:
2014-05-23 10:37:57
阅读次数:
306
每个cpu都有队列来处理接收到的帧,都有其数据结构来处理入口和出口流量,因此,不同cpu之间没有必要使用上锁机制,。此队列数据结构为softnet_data(定义在include/linux/netdevice.h中):
/*
* Incoming packets are placed on per-cpu queues so that
* no locking is needed....
分类:
系统相关 时间:
2014-05-23 07:29:17
阅读次数:
514
今天真机调试的时候莫名其妙遇到了这样的一个问题:This product type must be built using a provisioning profile, however no provisioning profile matching both the identity "iPhone Developer" and the bundle identifier.....具体如下图所...
分类:
移动开发 时间:
2014-05-22 11:17:43
阅读次数:
415
【题目】
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2).
You are given a target value to search. If found in the array return its index, otherwise return -1.
You may assume no du...
分类:
其他好文 时间:
2014-05-22 10:43:12
阅读次数:
310
【题目】
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array.
Here are few examples.
[1,3,5,6], 5 → 2
[1,3,5,6]...
分类:
其他好文 时间:
2014-05-22 09:41:59
阅读次数:
195
【题目】
Given a sorted array of integers, find the starting and ending position of a given target value.
Your algorithm's runtime complexity must be in the order of O(log n).
If the target is not found in the array, return [-1, -1].
For example,
Given [5...
分类:
其他好文 时间:
2014-05-22 06:44:39
阅读次数:
265
http://note.youdao.com/share/?id=0f3b39a6c3e0d5363076729662d164a3&type=note一、简单网络管理协议(SNMP,Simple
Network Management Protocol)构成了互联网工程工作小组(IETF,Intern...
分类:
移动开发 时间:
2014-05-20 10:49:00
阅读次数:
363