安装 ./configure --enable-threads=no && make sudo make install ...
分类:
其他好文 时间:
2021-05-24 05:41:55
阅读次数:
0
Feign声明式调用服务 feign.codec.DecodeException: Error while extracting response for type [class **] and... 日前在做项目时候遇到feign调用出现返回乱码,导致程序出错事件。原因是因为cloud的依赖版本过 ...
分类:
其他好文 时间:
2021-05-24 05:30:08
阅读次数:
0
1.连接问题 Cannot get a connection, pool error Timeout waiting for idle object 解决: 排查思路: 1.检查是否应用压力过大,无法获取空闲连接 查看cpu、内存 查看tomcat的连接数(netstat -natp | grep ...
分类:
其他好文 时间:
2021-05-24 05:29:42
阅读次数:
0
最近工作上有个要求,要用Entity Framework 对Json类型文件操作,来自动更改配置项,但是之前都是用EF来映射的数据库,还没有对文件做过映射,又重新去读了MSDN的文档才知道,原来也是有相关的资料的; 下面是用法,文档链接在最后; Entity Framework 6 C#引用Nuge ...
分类:
数据库 时间:
2021-05-24 05:25:39
阅读次数:
0
因为springboot到生产环境是在部署到jar或者war,推荐用jar比较方便 如下pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xs ...
分类:
编程语言 时间:
2021-05-24 05:14:52
阅读次数:
0
Android资源类型 > 形状可绘制图像shape 语法 <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape=[ ...
分类:
移动开发 时间:
2021-05-24 05:05:59
阅读次数:
0
前言 提供了一个 MANAGE COOKIES 模式,使您可以编辑与每个域关联的cookie。 模拟web网站登录的时候,一般都会有cookies Cookies 关联 以登录禅道网站为例,没访问之前点开Cookies管理器,这时候 MANAGE COOKIES 是空的 发一个get请求,访问登录首 ...
分类:
其他好文 时间:
2021-05-24 04:58:30
阅读次数:
0
关于fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include guitao_w 2010-03-18 21:55:00 3791 收藏分类专栏: C/C++ 文章标签: mfc c版权程序出现 ...
分类:
移动开发 时间:
2021-05-24 04:35:30
阅读次数:
0
问题描述: 因为403可能会暴露网站目录结构,现在需要将403状态转成404状态 解决办法: nginx 配置增加以下配置: error_page 403 =404 /404.html; 注:主要看这个"=404"的操作,表示:用户访问产生403时,给用户返回404,内容是404.html。 完。 ...
分类:
其他好文 时间:
2021-05-24 04:26:59
阅读次数:
0
<sql id="insertColumn"> data_job_id, ds_info, src_ds_type, dst_ds_type, scene_state, last_checked_time, check_period_ms, last_round_reset_time, round_ ...
分类:
其他好文 时间:
2021-05-24 04:16:16
阅读次数:
0