MoDao1990217

Results 6 comments of MoDao1990217

> Hi @MoDao1990217 ,please setup the RowKey of Table component. How to contribute code to a project? I don't know yet.

> @MoDao1990217 fork this repo, commit your code to the forked repo of your account, then create a Pull Request. try me one more time

> 嗨,MauiReactor 热重载是基于 adb 的,你能在 shell 中执行命令“adb”看看它返回什么吗?如果它说它找不到命令,你必须安装它。 > > https://stackoverflow.com/questions/35854238/where-is-adb-exe-in-windows-10-located > > https://developer-docs.magicleap.cloud/docs/guides/developer-tools/android-debug-bridge/adb-setup/#:~:text=Check%20for%20Existing%20ADB%20Installations,that%20lists%20your%20operating%20system。 > > https://www.xda-developers.com/install-adb-windows-macos-linux/ @adospace Hi, can it be used in production environment? I've been watching. I haven't...

> 是的,两个是一个问题,当前版本 BulkCopy 未处理自动分表逻辑。 > > 解决办法,指定分表名执行: > > > fsql.InsertOrUpdate().AsTable("table1").SetSource(list).Execute... 指定也不行的,这是这个控制台写的demo版,我没有指定。生产代码,是指定了表名的,还是一样的错误。

> mysql原生sql指定字段插入或更新 嗯,目前是这样处理的。

> 最近比较忙,这类问题使用 .ExecuteAffrows 解决。 > > .ExecuteAffrows 和 .ExecuteBulkCopy 的选择: > > > 操作数据较少时(例如500行记录以内),使用 Affrows 嗯,都是导入的大文件,上百万的。现在使用了其他方式,文件分批处理的。