张志炜

Results 18 comments of 张志炜

@nobodyiam 有意向将json/xml等其他文件的环境同步功能加入正式版本么? 还是说已经加入了我用错了?刚才下载了docker-1.8.0的版本,没有发现这个功能。 …… 我当前是先从properties进入同步配置的页面,然后修改url中的namespaceName,后续操作都正常。 说明这个功能本身是没有问题的,不知道能否在页面上直接展示这个按钮。 http://192.168.97.88:8070/config/sync.html?#/appid=SampleApp&env=DEV&clusterName=default&namespaceName=application.json

多谢,我在你的项目中,找到了 EUREKA_INSTANCE_IP_ADDRESS SERVER_PORT 这两个环境变量,解决了我docker部署时,注册服务外部client无法访问的问题。

求问,这两个环境变量,你是在哪里看到的,我在文档中没有找到,应该是我看漏了,能否给个链接,我想知道有没有其他可用的配置项

It's a very old problem and it doesn't seem to be solved. Because I'm in the same situation right now.

> 可以最后在处理表头。 > > ``` > var list2 = GenFu.GenFu.ListOf(30); > using (var pck = new ExcelPackage(new FileInfo(filePath))) > { > var data = await exporter.ExportAsByteArray(list2); > Stream stream =...

Sorry, I can't reproduce the error. I have tried a demo of the abp sample (Ids2OpenId). Demo runs properly. But my business code just isn't working, and I don't know...

> > 换源 > > 就这一个源是完整的,很难换啊... 什么源地址,我想看看

> Do you have access to the EMQX logs and see any errors or something of interest? I tested with the public broker at "broker.emqx.io" and it can connect with...

如果是string属性的话,我试了下,不需要@格式化,也不会变成科学计数法 我觉得,@应该对long属性生效,希望能帮忙看下 ``` public class Issue140_IdCardExportDto { [ExporterHeader(DisplayName = "Text1", Format = "@")] public string IdCard { get; set; } [ExporterHeader(DisplayName = "Text2", Format = "@")] public long IdCardLong =>...

有个网站,正文刚开始下载下来的内容,和最后展现的内容不一致。 它在网站加载完之后,有执行了$(funtion(){这里面有内容})。 这个我应该怎么处理,有没有办法,获取到加载完成的网页? …… 本想看看书源制作里面有没有说,但是这个书源制作404了,打不开。。