登峰造极境

  • WIN
    • CSharp
    • JAVA
    • OAM
    • DirectX
    • Emgucv
  • UNIX
    • FFmpeg
    • QT
    • Python
    • Opencv
    • Openwrt
    • Twisted
    • Design Patterns
    • Mysql
    • Mycat
    • MariaDB
    • Make
    • OAM
    • Supervisor
    • Nginx
    • KVM
    • Docker
    • OpenStack
  • WEB
    • ASP
    • Node.js
    • PHP
    • Directadmin
    • Openssl
    • Regex
  • APP
    • Android
  • AI
    • Algorithm
    • Deep Learning
    • Machine Learning
  • IOT
    • Device
    • MSP430
  • DIY
    • Algorithm
    • Design Patterns
    • MATH
    • X98 AIR 3G
    • Tucao
    • fun
  • LIFE
    • 美食
    • 关于我
  • LINKS
  • ME
Claves
长风破浪会有时,直挂云帆济沧海
Oracle

Oracle安装问题

想在虚拟机装一个oracle,想不到遇到了问题。百度的很多答案并没有解决问题,但采用了一种奇特的方法解决了这个问题。 OS:windows 2008 r2 sp1 oracle:win64_11gR2_database 问题: 在一个纯净的windows 2008 r2 sp1系统上安装win64_11gR2_database,但是遇到了以下问题:   解决方法:重新启动setup.exe重新安装一个实例即可。 (有人知道真实原因还麻烦告诉博主哈)

2017-11-22 代号山岳 阅读全文
esb

Laravel php Soap Server Client使用笔记

由于需要与ESB通信,所以需要在Laravel使用SOAP Server和SOAP Client。 soap lib: php默认库php_soap.dll php版本:php 7.1 x64 ts Laravel版本:5.4 一、SOAP Server 1.1 WSDL模式 wsdl模式下,url形式如/sync?wsdl,当使用浏览器直接访问/sync?wsdl时,返回接口描述,当使用soapClient访问/sync?wsdl时,可以调用其内部方法。 当为wsdl模式时,wsdl描述需要保存为wsdl文件供S…

2017-11-21 代号山岳 阅读全文
Oracle

win64_11gR2_client使用经验

众所周知,若有链接Oracle 11g数据库,很多软件均依赖win64_11gR2_client。博主就记录自己发现的一些小经验,居然细节原因为何,还未做深入探究。 一、Navicat Navicat for Oracle需要win64_11gR2_client提供的oci.dll与sql.exe,经过测试navicat依赖时【InstantClient】实例时,比较正常。具体原因不详。 二、Laravel php php版本:php 7.1 x64 ts 服务器上仅安装【InstantClient】时,可以正常工…

2017-11-21 代号山岳 阅读全文
Directadmin

在Directadmin系统内安装Laravel-日常笔记

https://www.rosehosting.com/blog/how-to-install-laravel-on-a-directadmin-server/ In this article, we will show you how to install Laravel on CentOS 7 VPS with DirectAdmin control panel. Laravel is a popular, open-source PHP web application framework with expre…

2017-11-15 代号山岳 阅读全文
Mysql

Mysql比较有意思的检索语句记录

一、update 1.1 字符串分割与拼接 update modules set outer_url=concat(substring_index(outer_url,'{OUTER_BASE_URL}',1),substring_index(outer_url,'{OUTER_BASE_URL}',-1));  

2017-11-14 代号山岳 阅读全文
Directadmin

Wordpress nginx固定链接404错误

nginx相关配置中加入以下配置即可: location / { if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php){ rewrite (.*) $1/index.php; } if (!-f $request_filename){ rewrite (.*) /index.php; } } rewrite /wp-admin$ $scheme://$…

2017-11-14 代号山岳 阅读全文
Mysql

解决Mysql java.sql.SQLException: Could not retrieve transation read-only status server问题-日常笔记

有个小服务用Mysql做存储,有个表对insert做了如下触发器: CREATE TRIGGER `t_afterinsert_on_se_buf` AFTER INSERT ON `se_buf` FOR EACH ROW BEGIN insert se(`date`,`shift_id`,`device_id`,`tingji_secs`,`kaiji_secs`,`lixian_secs`,`kailu_secs`,`kailuzuoguan_secs`,`storetime`) value(new.`dat…

2017-11-01 代号山岳 阅读全文
归档
  • 2025 年 6 月
  • 2025 年 5 月
  • 2025 年 4 月
  • 2025 年 3 月
  • 2025 年 2 月
  • 2024 年 12 月
  • 2024 年 11 月
  • 2024 年 10 月
  • 2024 年 9 月
  • 2024 年 8 月
  • 2024 年 7 月
  • 2024 年 6 月
  • 2024 年 5 月
  • 2024 年 4 月
  • 2024 年 3 月
  • 2024 年 2 月
  • 2024 年 1 月
  • 2023 年 12 月
  • 2023 年 11 月
  • 2023 年 10 月
  • 2023 年 9 月
  • 2023 年 8 月
  • 2023 年 7 月
  • 2023 年 6 月
  • 2023 年 5 月
  • 2023 年 4 月
  • 2023 年 3 月
  • 2023 年 2 月
  • 2023 年 1 月
  • 2022 年 12 月
  • 2022 年 11 月
  • 2022 年 10 月
  • 2022 年 9 月
  • 2022 年 8 月
  • 2022 年 7 月
  • 2022 年 6 月
  • 2022 年 5 月
  • 2022 年 4 月
  • 2022 年 3 月
  • 2022 年 2 月
  • 2022 年 1 月
  • 2021 年 12 月
  • 2021 年 11 月
  • 2021 年 10 月
  • 2021 年 9 月
  • 2021 年 8 月
  • 2021 年 7 月
  • 2021 年 6 月
  • 2021 年 5 月
  • 2021 年 4 月
  • 2021 年 2 月
  • 2020 年 12 月
  • 2020 年 11 月
  • 2020 年 10 月
  • 2020 年 7 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 2 月
  • 2020 年 1 月
  • 2019 年 12 月
  • 2019 年 11 月
  • 2019 年 10 月
  • 2019 年 9 月
  • 2019 年 8 月
  • 2019 年 6 月
  • 2019 年 5 月
  • 2019 年 4 月
  • 2019 年 3 月
  • 2019 年 2 月
  • 2019 年 1 月
  • 2018 年 12 月
  • 2018 年 11 月
  • 2018 年 10 月
  • 2018 年 9 月
  • 2018 年 8 月
  • 2018 年 7 月
  • 2018 年 6 月
  • 2018 年 5 月
  • 2018 年 4 月
  • 2018 年 3 月
  • 2018 年 2 月
  • 2018 年 1 月
  • 2017 年 12 月
  • 2017 年 11 月
  • 2017 年 10 月
  • 2017 年 9 月
  • 2017 年 8 月
  • 2017 年 7 月
  • 2017 年 6 月
  • 2017 年 5 月
  • 2017 年 4 月
  • 2017 年 3 月
  • 2017 年 2 月
  • 2017 年 1 月
  • 2016 年 12 月
  • 2016 年 11 月
  • 2016 年 10 月
  • 2016 年 7 月
  • 2016 年 6 月
  • 2016 年 5 月
  • 2016 年 4 月
  • 2016 年 3 月
  • 2016 年 2 月
  • 2016 年 1 月
  • 2015 年 12 月
  • 2015 年 11 月
  • 2015 年 8 月
  • 2015 年 7 月
  • 2015 年 6 月
  • 2015 年 5 月
  • 2015 年 4 月
  • 2015 年 3 月
  • 2014 年 6 月
  • 2014 年 3 月
  • 2013 年 9 月
  • 2013 年 3 月

COPYRIGHT © 2099 登峰造极境. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

蜀ICP备14031139号-5

川公网安备51012202000587号