Cycle
Cycle
**Describe the bug** This plug-in I use after 2020.3 invalid situation, input any URL has no result **Versions** - Plugin version: 1.0 - IntelliJ IDEA version: 2020.3 
Json and.properties have ASCII problems Json can be added by adding a preprocessor to solve the beautification problem, but native Python3 to solve the ASCII problem parameters do not support,...
Here is the preview file Select row copy ```sql DROP TABLE IF EXISTS `t_manual`; 24 CREATE TABLE `t_manual` ( 25 `id` bigint(20) NOT NULL, 26 `project_id` bigint(20) DEFAULT NULL, 27...
### 需求/建议描述 如图这个可以自动翻译吗? ### 建议的解决方案 自动翻译 ### 附加信息 _No response_
### Description The app runs for a random amount of time and then crashes itself ### To Reproduce 1. Open FSNotes 2. do nothing 3. After a random period of...
窗口高度可调
### 请先确认以下事项 - [X] 已仔细阅读了 [README](https://github.com/tisfeng/Easydict#readme) - [X] 在 [issues](https://github.com/tisfeng/Easydict/issues) 页面搜索过(包括已关闭的 issue),未发现类似功能建议 - [X] Easydict 已升级到 [最新版本](https://github.com/tisfeng/Easydict/releases) - [X] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** ### 功能描述 目前窗口高度不能调整,而且一翻译瞬间变高,很突兀 ### 使用场景 主窗口 ### 实现方案(可选)...
现在修改了很多的类,但是好像没有找到哪里有统一管理已经修改过的类,有的类只是临时或者某种场景下才修改的,但是后续未恢复可能造成其他影响还需要排查才能找出来,希望能有一个统一管理的界面:可以恢复指定的类、启用或关闭生效某个类
```java FieldPolicyTableDef fp = FIELD_POLICY_TABLE.as("fp"); DataResourceFieldTableDef drf = DATA_RESOURCE_FIELD_TABLE.as("drf"); QueryWrapper queryWrapper = QueryWrapper.create() .from(fp) .innerJoin(drf).on(fp.RESOURCE_FIELD_ID.eq(drf.ID)) .where(drf.RESOURCE_ID.eq(resourceId)); int result = fieldPolicyMapper.deleteByQuery(queryWrapper); ``` 以上是代码实现,以下是生成的查询和删除 sql ```sql SELECT * FROM `t_field_policy` AS `fp`...
```sql SELECT CASE WHEN EXISTS (SELECT 1 AS `temp_one` FROM `t_product_resource` WHERE `resource_code` = '736662780NN5M7YJUDR120000CMRPVGQCX') THEN TRUE ELSE FALSE END ``` 这种语句不支持吗?最终生成会加上表名变成以下 ``` SELECT CASE WHEN EXISTS (SELECT 1 AS...