yangkwch

Results 3 issues of yangkwch

Some samples: 1. 1960 年,在整理这座“墓葬”的时候,考古工作者发现,第一次挖掘并没有挖到底,在半米深的土层之下还有第二层尸骨,共 29 具。\footnote{中国社科院考古所安阳发掘队:《1958—1959 年殷墟发掘简报》,《考古》 1961 年第 2 期。} 2. 《尚书•禹贡》

jTessBoxEditorFX has no response when openning an image with a big file size (more than 12MB) if I add the module javafx.swing. If I remove the javafx.swing module, the no...

Sample code as below: ``` import undetected_chromedriver as uc from webdriver_manager.core.os_manager import OperationSystemManager, ChromeType option = uc.ChromeOptions() option.add_argument('--ignore-ssl-errors') option.add_argument('--disable-blink-features=AutomationControlled') option.add_argument('--headless=new') option.add_argument('--no-sandbox') option.add_argument("--window-size=1920x1080") option.add_argument('--disable-dev-shm-usage') option.add_argument("--disable-gpu") # Mozilla/5.0 (Windows NT 10.0; Win64;...