PLSQL连接oracle数据库配置: 点击Tools工具-》Preferences首选项, Oracle主目录名:E:\PLSQ\instantclient\bin OCI库:E:\PLSQL\instantclient\bin\oci.dll 设置环境变量 变量名: TNS_ADMIN 变量值: ...
分类:
其他好文 时间:
2018-12-25 10:14:39
阅读次数:
125
Volume:Proceedings of the Human Language Technology Conference of the North American Chapter of the Association for Computational Linguistics: HLT-NAA ...
分类:
移动开发 时间:
2018-12-21 17:40:04
阅读次数:
223
lucene索引文件大小优化小结 1 数值数据类型索引优化 1.1 数值类型索引问题 lucene本质上是一个全文检索引擎而非传统的数据库系统,它基于倒排索引,非常适合处理文本,而处理数值类型却不是强项。 1.2 lucene解决方法 为解决这一问题, Schindler和 Diepenbroek提 ...
分类:
Web程序 时间:
2018-12-21 15:22:10
阅读次数:
256
文章简介 ThreadLocal应该都比较熟悉,这篇文章会基于ThreadLocal的应用以及实现原理做一个全面的分析 内容导航 什么是ThreadLocal ThreadLocal的使用 分析ThreadLocal的实现原理 ThreadLocal的应用场景及问题 什么是ThreadLocal T ...
分类:
其他好文 时间:
2018-12-14 10:21:13
阅读次数:
211
https://www.sdnlab.com/21008.html https://www.sdnlab.com/17677.html http://www.docin.com/p-1339042145.html https://openflow.stanford.edu/static/beacon ...
分类:
其他好文 时间:
2018-12-07 21:11:31
阅读次数:
238
替换oci.dll 文件分享百度网盘:链接:https://pan.baidu.com/s/1wayojGlKcgdMRZTvBqAUgw 密码:3d6j 把下载的文件放到Navicat文件夹里,然后定位新的oci.dll。 然后就OK了 ...
分类:
数据库 时间:
2018-12-03 16:32:42
阅读次数:
326
Verilog 常见错误汇总 1.Found clock-sensitive change during active clock edge at time <time> on register "<name>" 原因:vector source file中时钟敏感信号(如:数据,允许端,清零,同步 ...
分类:
其他好文 时间:
2018-11-30 11:22:57
阅读次数:
182
一、先解释相关API 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 /** * distribute with fixed spacing * * @param axisType 横排还是竖排 * @param fixedSpacing 两个控件间隔 * ...
分类:
移动开发 时间:
2018-11-29 19:49:30
阅读次数:
561
1、背景 Navicat Premium连接oracle报 ORA-28547:connection to server failed, probable Oracle Net admin errror,如下图: 2、解决办法: method1:将Navicat自带的oci.dll替换成本地Orac ...
分类:
数据库 时间:
2018-11-27 19:20:20
阅读次数:
544
张季跃 201771010139《面向对象程序设计(java)》第十三周学习总结 实验部分: 1、实验目的与要求 (1) 掌握事件处理的基本原理,理解其用途; (2) 掌握AWT事件模型的工作机制; (3) 掌握事件处理的基本编程模型; (4) 了解GUI界面组件观感设置方法; (5) 掌握Wind ...
分类:
编程语言 时间:
2018-11-25 20:14:25
阅读次数:
141