摘要: xxx.com:12345 { encode gzip zstd handle /wjy/* { #反省代理请求 xxx.com:12345/wjy/xxxx 到 127.0.0.1:9999/wjy/xxxx reverse_proxy 127.0.0.1:9999 } handle_path / 阅读全文
posted @ 2023-02-02 11:12 天朝95 阅读(35) 评论(0) 推荐(0) 编辑
摘要: hostname { vars jsVer "bac" #定义一个变量 # uri 匹配方法体开始 @getres { vars_regexp {uri} \.(css|js|ico)$ # 正则处理 uri } # uri 匹配方法体结束 #开始处理 匹配到uri handle @getres { 阅读全文
posted @ 2022-12-16 14:39 天朝95 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 被远程的 Ubuntu 需要安装 spice-vdagent 然后 阅读全文
posted @ 2022-08-01 00:21 天朝95 阅读(79) 评论(0) 推荐(0) 编辑
摘要: handle_path /old-prefix/* { # 将/old-prefix/xxx 请求反向代理到 localhost:9000//new-prefix/xxx rewrite * /new-prefix{path} reverse_proxy localhost:9000 } 阅读全文
posted @ 2022-05-25 17:22 天朝95 阅读(1170) 评论(0) 推荐(0) 编辑
摘要: 直接上配置 example.com {#绑定的地址 域名或者 hostname:prot 形式 handle /api/* { #需要代理得/api/得请求到后台 8000 reverse_proxy backend:8000 } handle { root * /path/to/site #web 阅读全文
posted @ 2022-05-25 17:19 天朝95 阅读(810) 评论(0) 推荐(0) 编辑
摘要: 用java Oracle jdk1.8 解压一个zip 如题的错误,一顿bing。有了结果 Cause This has to do with the file format being ZIP64 which is currently not supported in any of the jav 阅读全文
posted @ 2021-12-22 23:28 天朝95 阅读(2626) 评论(0) 推荐(0) 编辑
摘要: 我们不生产代码,我们至少代码的搬运工. 社区issue [SOLVED] Treegrid nowrap (jeasyui.com) https://www.jeasyui.com/forum/index.php?topic=6468.0 解决方案出处 :http://code.reloado.co 阅读全文
posted @ 2021-03-10 11:07 天朝95 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 进度条长度这里要写成 xx% 格式 渲染效果 阅读全文
posted @ 2018-03-11 17:42 天朝95 阅读(647) 评论(0) 推荐(0) 编辑
摘要: 2017-11-12 12:49:53:706] OnServerConnectionAvailable error : System.Security.Authentication.AuthenticationException: 调用 SSPI 失败,请参见内部异常。 > System.Comp 阅读全文
posted @ 2017-12-23 16:55 天朝95 阅读(19682) 评论(2) 推荐(0) 编辑
摘要: switch (cell.CellType) { case CellType.BLANK: //空数据类型处理 dr[iRow] = ""; break; case CellType.STRING: //字符串类型 dr[iRow] = cell.StringCellValue; break; ca 阅读全文
posted @ 2017-12-14 17:53 天朝95 阅读(1047) 评论(0) 推荐(0) 编辑