摘要: [DontWrapResult] 示例: 阅读全文
posted @ 2021-07-17 11:13 紫心落 阅读(335) 评论(0) 推荐(1)
摘要: using (var uow = UnitOfWorkManager.Begin(TransactionScopeOption.RequiresNew)) { //所有数据库的操作 uow.Complete(); } 开启新的事务之前,可以先把之前的提交掉: CurrentUnitOfWork.Sa 阅读全文
posted @ 2021-07-17 11:12 紫心落 阅读(441) 评论(0) 推荐(0)
摘要: FileUploader属性url {String}: 上传文件的服务器路径alias {String}: 包含文件的名称,默认是filequeue {Array}: 上传队列progress {Number}: 上传队列的进度,只读headers {Object}: 上传的头文件信息, 浏览器需支 阅读全文
posted @ 2021-07-17 10:50 紫心落 阅读(281) 评论(0) 推荐(0)
摘要: 设置选中:$scope.gridApi.selection.selectRow(rowEntity); 取消选中:$scope.gridApi.selection.unSelectRow(rowEntity); 获取选中行: $scope.gridApi.selection.getSelectedR 阅读全文
posted @ 2021-07-17 10:29 紫心落 阅读(521) 评论(0) 推荐(0)