how does php work with Apache? https://stillat.com/blog/2014/04/02/how does php work with the web server and browser ...
分类:
Web程序 时间:
2020-01-26 20:56:56
阅读次数:
81
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password' Where root as your user localhost as your URL and password as your p ...
分类:
数据库 时间:
2020-01-26 15:52:26
阅读次数:
77
执行Sqoop中import命令后报错 Warning: /opt/module/sqoop/bin/../../hcatalog does not exist! HCatalog jobs will fail. Please set $HCAT_HOME to the root of your H ...
分类:
其他好文 时间:
2020-01-25 16:56:24
阅读次数:
444
IoC控制反转,由spring统一管理类的创建,不再由自己创建。 一、导入所需jar core、context、beans、expression、common-logging 二、目标类 package com.claudxyz.IoC; public interface UserService { ...
分类:
编程语言 时间:
2020-01-24 17:13:23
阅读次数:
86
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'methodValidationPostProcessor' defined in class path ...
分类:
移动开发 时间:
2020-01-23 22:55:46
阅读次数:
198
1. 下載並安裝GNS3 下載位置 https://gns3.com/software 安裝 gns3-all-in-one 部屬GNS3 VM至virtualbox 下載並安裝VIX API https://www.vmware.com/support/developer/vix-api/,重啟G ...
分类:
系统相关 时间:
2020-01-23 11:17:33
阅读次数:
122
1.《巫师3》运行时报错: GPU does not meet minimal requirements Support for DirectX11 is required 很多人说是显卡问题,但现在玩这个的都是好电脑,不会是显卡问题,而是directx11与12不对应的问题,把系统的配置替换游戏的 ...
分类:
其他好文 时间:
2020-01-23 11:09:49
阅读次数:
139
netty 是用 Recycler 实现对象池。 每个线程有一个 ThreadLocalMap 变量,ThreadLocalMap 本质是一个哈希表,用 index + 1 来避免槽冲突,键是 ThreadLocal 变量,值是尖括号里的对象。netty 里面大量使用 ThreadLocal,目的是 ...
分类:
Web程序 时间:
2020-01-22 22:02:32
阅读次数:
113
maven:Diamond types are not supported at language level "5" https://blog.csdn.net/dongzhensong/article/details/88799477 ...
分类:
编程语言 时间:
2020-01-22 17:57:44
阅读次数:
66
首先安装依赖 下载erlang, 在https://packagecloud.io/rabbitmq/erlang页面选择对应版本的erlang的rpm安装包(centos7需要19.3以上版本。 推荐 erlang-22.2.2-1.el7.x86_64.rpm 然后下载socat, 在http: ...
分类:
其他好文 时间:
2020-01-22 16:01:26
阅读次数:
246