hotqin888

Results 95 issues of hotqin888

1. Do you have "usedrange" like "vba"? getrows can't get consecutive empty cells? 1.请问有类似vba那种,取得使用单元格的区域usedrange?我看到issue里好像连续空单元格getrows就取不到么? 2. I inserted an image in cell B2, how can I use a loop to find...

Hello excelize team: Llike [example 3](https://xuri.me/excelize/en/data.html#AddDataValidation),after ``` dvRange.SetDropList([]string{"1", "2", "3"}) f.AddDataValidation("Sheet1", dvRange) ``` I want get droplist {"1", "2", "3"},can you give me any advices how to read them? I...

https://github.com/mindoc-org/mindoc/issues/603 上面的修改实现了mindmap的展示和大小。但是无法实现静态展示时的动态展开和收缩。 而编辑里的mindmap之所以能够支持实时展开和收缩,因为它是通过思维导图数据 **实时** 生成的思维导图。 而mindoc是将数据生成思维导图后的样式数据存入数据库,如下: ``` .mm-o25tf2-1 a { color: #0097e6; } .mm-o25tf2-1 a:hover { color: #00a8ff; } …… ``` 展示的时候直接展示出思维导图,所以无法支持收缩、展开了。我觉得本质应该是id之类的来控制的。如下,每次生成的`class="mm-x9xvnh-1-fo"`都不一样。 `foobar` 请问大佬,能够在静态展示的时候捕获这个id么? 或者有其他什么思路可以在静态展示的时候实现mindmap展开和收缩? 或者mindoc直接存思维导图原数据,然后在页面上再转换,毕竟编辑器里(editormd.js)就是这么干的呀。

顺带把mindoc也升级了。 接下来是升级gorm v2.0 2022-1-2把gorm也升级了。

请围观[查阅规范、图集](https://pass.itdos.net/) elasticsearch+ik+tika+pdf.js分片下载 ![全文检索规范](https://user-images.githubusercontent.com/10678867/141688635-695a385e-484e-4701-88a8-a303118dafcf.png)

![psc](https://user-images.githubusercontent.com/10678867/140612435-e6de6451-7161-44c5-a344-ef798b2bf8e6.jpg) 用adobe acrobat pro进行批量识别。 再上传engineercms,调用tika解析pdf,存入elasticsearch,用ik插件进行中文分词。

1.You can pull down the version you would like using: docker pull apache/tika: Then to run the container, execute the following command: docker run -d -p 9998:9998 apache/tika: 2.拉取和运行es docker...

[bilibili](https://www.bilibili.com/video/BV11A411c7aW?share_source=copy_web) ![Engineer](https://user-images.githubusercontent.com/10678867/132694094-3e5d0fff-4800-402b-9130-0bcbefcb05ae.png)

利用engineercms开发了pss云计算书系统。 无论是百度还是google,对于prime的二次开发资料都是非常少。目前只有帮助自带的例子和API,经过摸索,实现了一个带队列排队计算的mathcad prime模板计算服务系统。 详细文档说明在[这里](https://zsj.itdos.net/docs/pss)。 主要功能有: 计算历史记录查询 付费计算 组合框(下拉选择)和矩阵输入 输出(暂不支持矩阵) 手机端小程序计算 计算书阅览(下载) 计算过程中聊天 模板上传和解析——形成可在web上输入输出参数 、 ![图片3](https://user-images.githubusercontent.com/10678867/122668333-0fa5ab00-d1ea-11eb-8345-ae736bbada00.png) ![PSS](https://user-images.githubusercontent.com/10678867/125182162-42b5ea00-e23e-11eb-952c-74702413f651.PNG)