Zev_Fung
Zev_Fung
``` basic-demo 索引 : data: {{each list item i}} {{@item}} {{/each}} var data = { title: '基本例子', isAdmin: true, list: ['文艺', '博客', '摄影', '电影', '民谣', '旅行', '吉他'] }; var html...
#### 问题描述及重现步骤: 多对多中间表如何临时关闭过滤器,即生成的sql去掉 AND (Mx_Mi.`TenantId` IS NULL) ? 表结构和关系 ``` class UserEntity { [Column(IsIdentity = true)] public int Id { get; set; } [Navigate(ManyToMany = typeof(DoorDeviceUserEntity))] public ICollection DoorDevices {...
能否打包下
能否打包下
#### 问题描述及重现步骤: Ь×Ó 来自 ``` var s = "鞋子"; byte[] bytesStr1 = Encoding.GetEncoding("gb2312").GetBytes(s); var ss = Encoding.GetEncoding("latin1").GetString(bytesStr1); //Ь×Ó ``` ``` fsql.Aop.AuditValue += (s, e) => { if (e.Property.PropertyType == typeof(string)...
是否可以在设置缓存和获取缓存时,动态修改key,类似拦截器 当前请求header的tenant-id=1 var r = new RedisClient("127.0.0.1"); r.handlerKey+= (key) => { return tenant-id+":"+key }; 例如, redis.set("list","aaa") 拦截key="list",修改为key="1:list"
http://www.weikunt.cn:7788/8cf9htec.csv 地址无效 Unable to round-trip http request to upstream: dial tcp 58.212.158.136:7788: connectex: No connection could be made because the target machine actively refused it.
能开源吗
求开源
## Describe the Bug owin one request autofac middleware and controller lifetime not same one UnitOfWorkManagerMiddleware  TemplateService  ## Steps to Reproduce Startup.css ```c# /// /// /// public class...
### 📌 Version 3.0.3 ### 💻 Operating System Windows 10 ### 🐛 Bug Description 在带扩展屏的电脑,操作软件操作全屏和正常来回切换,例如全屏然后恢复正常界面,如果界面穿过扩展屏,界面会显示不全 https://github.com/user-attachments/assets/5ff64871-c4c0-4fd0-a059-4797851d5d89 ### ☄️ intact `pnpm tauri info` output ```text ``` ### 📷 Recurrence Steps _No...