wangJm

Results 18 issues of wangJm

# GetBlocks cause NullPointerException ```java Web3j web3j = Web3j.build( new HttpService(web3jUri)); Iterable eths = web3j.replayPastBlocksFlowable( new DefaultBlockParameterNumber(startBlock), new DefaultBlockParameterNumber(endBlock), true) .blockingIterable(); eths.forEach(eth -> { String printStr = eth.getBlock().toString(); System.out.println(printStr); });...

bug

In a long running streaming application , the size of closedSubstreams will increase endlessly which will cause ```TooManySubstreamsOpenException``` ```scala if (activeSubstreamsMap.size + closedSubstreams.size == maxSubstreams) throw tooManySubstreamsOpenException ``` Can we...

0 - new

>>> l1 = [1, 2, 3, 4, 5, 1, 2] >>> l2 = [] >>> [l2.append(i) for i in l1 if not i in l2] >>> [None, None, None, None,...

修改之前: 1. S =lm=> SS\* => SS+S\* => aS+S\* => aa+S\* => aa+a\* 2. S =rm=> SS\* => Sa\* => SS+a\* => Sa+a\* => aa+a\* 3. ![4 2 1](https://f.cloud.github.com/assets/340282/469058/c08b4f9c-b6af-11e2-8236-f79c6a56215a.gif) ***...

可以使用[mdbook](https://github.com/rust-lang-nursery/mdBook) 渲染markdown成静态页面, 使用github.io搭载提升阅读体验

🌟 [ChaseTrend](https://chasetrend.news/) - 您的日常信息中枢! 🚀 每日更新 🔗 集成Hacker News、GitHub Trends和Google Trends的最热门内容,呈现科技、开发和互联网领域的精选内容。 🔍 专为开发者设计 - 内容专为独立开发者和科技爱好者量身定制,确保总能获得最相关、最有价值的信息。 💡 拓展视野 - 在ChaseTrend,不仅能跟踪当前的热门话题,还能发现未来可能成为趋势的新兴技术和创新思维。

Hi, I have met some errors: ``` File "/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/sqlalchemy/sql/schema.py", line 4901, in reflect Table(name, self, **reflect_opts) File "", line 2, in __new__ File "/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/sqlalchemy/util/deprecations.py", line 375, in warned return fn(*args,...

上传食物图片,识别食物,计算卡路里 ![example1](https://github.com/mggger/Calorie-Calculator/blob/main/images/example1.png?raw=true) 在线测试地址: https://aicc.gptdevelopment.online/ 项目地址: https://github.com/mggger/Calorie-Calculator

weekly

链接: https://gptdevelopment.online/ 简介:在线训练PDF、URL 和纯文本,并使用 API 与聊天机器人集成。 ![Dashboard](https://gptdevelopment.online/images/pages/dashboard_hu32f01c1fd4847597443f5a5e7918e154_347548_2854x1404_resize_q90_h2_box_3.webp)

上传食物图片,识别食物,计算卡路里 ![example1](https://github.com/mggger/Calorie-Calculator/blob/main/images/example1.png?raw=true) 在线测试地址: https://aicc.gptdevelopment.online/ 项目地址: https://github.com/mggger/Calorie-Calculator