摘要: 原文链接:https://blog.csdn.net/a704397849/article/details/90216739 token认证,生成的token 过一段时间就会失效(不要故意把时间设的很长,这样不安全,token变得毫无意义!),用户需要重新登录获取token。用户经常使用客户端,使用 阅读全文
posted @ 2021-06-18 11:45 RyderWang 阅读(898) 评论(0) 推荐(0)
摘要: 摘自 查看sql 作业明细及运行记录 阅读全文
posted @ 2017-05-11 11:15 RyderWang 阅读(382) 评论(0) 推荐(0)
摘要: 1、下载地址官方网址:http://www.ej-technologies.com/products/jprofiler/overview.html2、Eclipse集成该文(http://jingyan.baidu.com/article/14bd256e002032bb6d26121f.html... 阅读全文
posted @ 2015-08-13 14:53 RyderWang 阅读(693) 评论(0) 推荐(0)
摘要: 首次运行Program Files\apache-activemq-5.10.0\bin目录下的activemq.bat文件,报错信息如下:找不到或无法加载主类 Files\apache-activemq-5.10.0\bin\..\conf\login.config百度后发现是路径中含有空格(文件... 阅读全文
posted @ 2015-07-28 09:57 RyderWang 阅读(2089) 评论(0) 推荐(0)
摘要: radhat7.1Oracle11gr2安装Oracle时忘记设置字符集,导致安装后中文乱码,中文变成"???????????"分析原因是Oracle服务器端和客户端的字符集不一致。客户端字符集[root@dbserver ~]# echo $NLS_LANG[root@dbserver ~]#发现... 阅读全文
posted @ 2015-07-23 11:28 RyderWang 阅读(552) 评论(0) 推荐(0)
摘要: RedHat7.1Oracle11gr2oracle 默认的编码方式如下:SQL> select userenv('language') from dual;USERENV('LANGUAGE')----------------------------------------------------... 阅读全文
posted @ 2015-07-22 09:46 RyderWang 阅读(1031) 评论(0) 推荐(0)
摘要: 选型:32位的内存是个瓶颈,已经是64位的时代了。使用64位的CentOS6 和 64位的Oracle 11g R2在虚拟机器安装,采用hostonly方式设置网络注意:能上网的网卡要设置一下ICS(Internet连接共享)给VMwareNetwork Adapter VMnet1这样对于虚拟机,... 阅读全文
posted @ 2015-07-15 16:49 RyderWang 阅读(424) 评论(0) 推荐(0)
摘要: 查看日志文件,记录错误为:no supported key exchange algorithms这是找不到密钥的原因# cd /etc/ssh# ssh-keygen -t dsa# ssh-keygen -t rsa后边的两个命令在运行时,直接回车,选择默认值。最后需要修改生成文件的读写权限,这... 阅读全文
posted @ 2015-07-09 15:44 RyderWang 阅读(970) 评论(0) 推荐(0)
摘要: yum 源设置为光盘 阅读全文
posted @ 2015-07-09 14:53 RyderWang 阅读(289) 评论(0) 推荐(0)
摘要: http://blog.sina.com.cn/s/blog_53a5865c0102e2u6.html1、使用的时候出现一个错误: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory 是因为64位系统中安装了32位... 阅读全文
posted @ 2015-07-07 17:05 RyderWang 阅读(372) 评论(0) 推荐(0)