WuGUOJ

Results 5 issues of WuGUOJ

因为分词只作用于text类型的字段,但对text类型字段进行排序非常消耗内存,请问下,有没有什么方法可以将分析后的结果存为keyword类型。

`from bs4 import BeautifulSoup` `import re` `html = "相关阅读:《 向前迈出一大步 试驾比亚迪宋Pro燃油版 》"` `soup = BeautifulSoup(html, "lxml")` `tags = soup.find_all("p", text=re.compile(r"相关阅读"))` `print(tags) # return []` but this html can get result...

之前创建了一个OnlyTest的仓库,里面有一个logs文件夹,后来删除了又重建了OnlyTest仓库,然后查看文件里面创建文件夹“trunk”: ![Image](https://github.com/user-attachments/assets/0d400221-f9ec-432f-b144-64878ba72ca9) 但点击确定后,显示的是之前的logs文件夹: ![Image](https://github.com/user-attachments/assets/d2095df0-c694-4dca-99fc-960e57b8c2d6) 感觉像是没删除干净一样!然后本地修改提交也有问题,提交成功但新增的文件不在服务器上!

UI组件:naive-ui fast-crud版本:1.27.4 配置如下: ```json delivery_date: { title: '交付日期', type: 'date', column: { width: 100, align: 'center' }, form: { value: null, component: { clearable: true }, rules: compute((context: any) =>...

### Question ``` import questionary data = questionary.checkbox( 'Select toppings', choices=[ "Cheese", "Tomato", "Pineapple", ]).ask() print(data) ``` windows10,CMD When I move up and down to make a selection, the last...

Question