背景诉求: 最近在帮助银行内网环境中搭建Java开发环境,其中使用到了Maven来进行项目管理。按照之前的理解,我在外网环境下把整个项目的框架先搭建好,然后把相关的文件,比如项目文件,Maven本地仓库等等拷贝进内网的电脑里面即可。 使用到:Spring Cloud相关的依赖。 问题: 在实际操作中 ...
分类:
其他好文 时间:
2020-05-29 19:46:37
阅读次数:
132
gzserver: /build/ogre-1.9-mqY1wq/ogre-1.9-1.9.0+dfsg1/OgreMain/src/OgreRenderSystem.cpp:546: virtual void Ogre::RenderSystem::setDepthBufferFor(Ogre::RenderTarget*): Assertion `bAttached && "A new DepthBuffer for a RenderTarget was created, but after creation" "it says it‘s incompatible with that RT"‘ failed.
分类:
其他好文 时间:
2020-05-29 19:45:03
阅读次数:
180
OUTPUT_FORMAT("elf32-tricore") OUTPUT_ARCH(tricore)ENTRY(_RESET) _ISTACK_SIZE = DEFINED (__ISTACK_SIZE) ? __ISTACK_SIZE : 8K; <表达式1>?<表达式2>:<表达式3>返回 表 ...
分类:
其他好文 时间:
2020-05-29 18:04:15
阅读次数:
65
includes\database\prefetch.inc line 425 $this->defaultFetchStyle: fetch_object int 5protected $defaultFetchOptions = array( 'class' => 'stdClass', 'co ...
分类:
其他好文 时间:
2020-05-29 17:57:48
阅读次数:
60
function Ajax(type, url, data, success, failed){ // 创建ajax对象 var xhr = null; if(window.XMLHttpRequest){ xhr = new XMLHttpRequest(); } else { xhr = new ...
分类:
Web程序 时间:
2020-05-29 13:32:49
阅读次数:
65
使用SSH登录Linux实例时,出现如下错误: 分析导致SSH认证失败拒绝登录的原因,可能是进行过重装系统,导致SSH公钥变更。 解决办法: 执行下面命令,进入known_hosts文件 vi ~/.ssh/known_hosts删除Linux实例IP对应的条目 然后,:wq 保存退出即可 再次尝试 ...
分类:
其他好文 时间:
2020-05-28 23:07:56
阅读次数:
72
今天重启mysql发现报错如下: $ sudo service mysqld restart Redirecting to /bin/systemctl restart mysqld.service Job for mysqld.service failed because the control ...
分类:
数据库 时间:
2020-05-28 16:13:34
阅读次数:
115
create table toys.test (id int, x0 double, x1 double, x2 double, x3 double) row format delimited fields terminated by ',' stored as textfile; 先在hive 数 ...
分类:
其他好文 时间:
2020-05-28 16:09:46
阅读次数:
82
git pull --rebase origin master 因为缺少README.md ...
分类:
其他好文 时间:
2020-05-28 13:19:36
阅读次数:
45
1.在k8s mster节点执行 1.kubectl get nodes 发现node节点没起来 [root@guanbin-k8s-master ~]# kubectl get nodes NAME STATUS ROLES AGE VERSION guanbin-k8s-master Ready ...
分类:
移动开发 时间:
2020-05-28 01:05:26
阅读次数:
91