Doggie Yang
Doggie Yang
Hi Guys,I have solved it..I need it for all request with CORS enabled. On.defaults().wrappers((req, next) -> { Resp resp = req.response(); String origin = null; try { origin = req.header("Origin");...
Hi Vad1mo Putting addItem(Item additionalItem) in original POJO looks not a best solution. ``` java new TradeBuilder().withName(bla).withItemsAdd( ItemBuilder().sithFoo("foo").withBar("bar")); //or if you want to add two elements new TradeBuilder().withName(bla) .withItemsAdd( ItemBuilder().sithFoo("foo").withBar("bar"));...
@Vad1mo I think we should not add addItems method in original object.The original object only contains getters and setters. if pojobuilder detects List in object,in _Builder, it will have a...
这个面板要隐藏起来,不然这个面板就是最大的特征,我反复测了好几个ip,和自己手动配的脚本,确实这个安装完之后,只要看一看youtube 4k,流量稍微大一点就封443端口。但是自己配的没事,说明这个面板特征可以被gfw添加了识别规则。
我准备把面板藏起来,特点就是有面板啊。但是放在 / 路径太容易被访问到了。
直接java -jar 跟参数启动。。。方便快捷。
Thanks for your reply. Currently,such as gwt Editor ,UiBinder, we cannot avoid writing lots of inner Interfaces in the class...
Hi Will gwt 3.0 allow us to pass additional information to GWT.create ? any Google inner information? Regards
Hi I am heavily using supereventbus in production project(A home-made Erp system,200 people are using it),it is pretty stable.
This eventbus is much more flexible than the old one... I think now is the time for 1.0 release.