进入oracle安装目录\product\11.2.0\dbhome_1\NETWORK\ADMIN,修改listener.ora和tnsnames.ora,修改host 我的网络IP为192.168.6.24: listener.ora tnsnames.ora 然后,重启以下服务 ...
分类:
数据库 时间:
2019-02-13 12:24:44
阅读次数:
374
出现错误:This application failed to start because it could not find or load the Qt platform plugin 在使用 windeployqt 打包程序之后,然后使用 binarycreator 生成安装程序的过程中,要保 ...
分类:
其他好文 时间:
2019-02-13 10:41:19
阅读次数:
180
Builder pattern vs Constructor vs Setter You could have built an object with this: // Example 1 new FlyingMachine("Boeing 787", 2, false); Or this: // ...
分类:
其他好文 时间:
2019-02-12 21:59:35
阅读次数:
169
如果您是使用xshell远程启动tomcat,导致二维码、验证码,头像等各种图片不显示,并且打开图片链接报错Could not initialize class sun.awt.X11GraphicsEnvironment的话,那么问题原因很可能是Xshell使用x11转发连接到某个地址了。 那么原 ...
分类:
系统相关 时间:
2019-02-11 12:47:36
阅读次数:
322
This question is the same as "Max Chunks to Make Sorted" except the integers of the given array are not necessarily distinct, the input array could be ...
分类:
其他好文 时间:
2019-02-09 21:02:06
阅读次数:
124
Porsche Piwis Tester II is the latest professional tester for Porshe,the most poweful diagnose and offline programming tool for Porsche,with latest te ...
分类:
其他好文 时间:
2019-02-08 23:34:34
阅读次数:
158
出现错误的主要原因是:property-placeholder重复使用 解决:加上ignore-unresolvable="true"即可 如下: ...
分类:
Web程序 时间:
2019-02-07 22:14:05
阅读次数:
575
Two Types of Estimation One of the major applications of statistics is estimating population parameters from sample statistics. There are types of est ...
分类:
其他好文 时间:
2019-02-07 09:26:38
阅读次数:
153
算法描述: Given a binary tree, return the preorder traversal of its nodes' values. Example: Follow up: Recursive solution is trivial, could you do it iter ...
分类:
其他好文 时间:
2019-02-06 18:35:55
阅读次数:
109
算法描述: A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null. Return a dee ...
分类:
其他好文 时间:
2019-02-06 14:30:29
阅读次数:
165