Wesley13 Wesley13
4年前
jdk bug
jdkbug博客分类:异常\Ifyouwouldliketosubmitabugreport,pleasevisit:\ http://java.sun.com/webapps/bugreport/crash.jsp\ThecrashhappenedoutsidetheJavaVirtua
Wesley13 Wesley13
4年前
JBolt插件
JFinal开发Eclipse极速编辑器体验升级,前端代码写的飞起。这两天就会升级,等波总发布新版JFinal。JBolt插件官网:http://jbolt.cn(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fjbolt.cn%2F)视频演示地址:http
Stella981 Stella981
4年前
Ajax跨域请求COOKIE无法带上的解决办法
$.ajax({type:"get",dataType:"json",url:"http://sso.test.com/userinfo",crossDomain:true,xhrFields:{withCredentials:true
Stella981 Stella981
4年前
Angular下载文件
publicDown(path:string){returnthis.http.get(path,{responseType:"blob"}).subscribe((results){this.saveExcel(results,"导出数据");
Stella981 Stella981
4年前
39、chen框架
由于后台使用了chen框架,所以代码不能完全列出,可以到http://git.oschina.net/eternal\_rider/chen(http://git.oschina.net/eternal_rider/chen)下载项目,运行后,即可看到菜单效果级管理。示例框架中写了一个jquery菜单插件实现,可以使用存html代码样式
Wesley13 Wesley13
4年前
MongoDB下载、安装配置
1.安装包的下载官网路径:http://www.mongodb.org/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.mongodb.org%2F)比较麻烦(要注册啥的)比较方便的方法:http://dl.mongodb.org/dl/win32/x86\_64(
Wesley13 Wesley13
4年前
UGUI 橡皮擦效果
原理主要是通过鼠标点击UI的位置,将当前图片的alpha(透明通道)改为0,然后通过Shader叠加渲染大致效果就是这样:!(http://static.oschina.net/uploads/space/2016/0311/144418_MwJ4_698044.png)属性编辑窗口需要填写图片的大小和橡皮檫的大小!(http
Easter79 Easter79
4年前
SpringBoot2 学习 集成Druid配置
Mavenspring.datasource.druid.webstatfilter.principalsessionnamesession_name测试http://localhost:9081/mixmall/druid/index.html————————————————版权
基于MCP协议的企业级AI服务网关架构设计与动态插件化实现
API网关1、使用统一一套网关,直接接管3大功能,作为流量网关、安全网关、业务网关(API网关),避免链路过长,降低复杂性,提高性能。2、除了能接管k8s里面的负载外,也能接管k8s外面的负载。3、插件能自由添加缩减,并不需要跟网关版本同时发版。3、天然集