摘要:
一、前言 在项目中,我们将一个字段处理后添加到另一个字段,如 QQ号 转 邮箱 、电话号码转后六位为密码、身份证截取后6位转密码、姓名转姓氏和名字等 QQ号-》邮箱:1123195494-》1123195494@qq.com 电话号码-》密码:18888888888-》88888888 身份证-》密 阅读全文
摘要:
问题描述:操作数类型冲突: uniqueidentifier 与 bigint 不兼容; 当我在做数据库字段变更时,以前的数据类型是 Guid 变更为 Long 或者 Int 时报错! C#代码示例: public virtual Guid AgentId { get; set; } // Agen 阅读全文
摘要:
HTTP Error 500.0 - ANCM In-Process Handler Load Failure Common causes of this issue: The specified version of Microsoft.NetCore.App or Microsoft.AspNe 阅读全文
摘要:
示例图 C#端实现代码 /// <summary> /// 创建类别 /// </summary> /// <param name="input">创建Dto</param> [AbpAuthorize(MallPermissions.Category_Edit)] public async Tas 阅读全文
摘要:
问题描述:An unhandled exception occurred while processing the request. Win32Exception: 不知道这样的主机。 Unknown location SqlException: A network-related or insta 阅读全文
摘要:
问题提示:System.InvalidOperationException: Null TypeMapping in Sql Tree 日志记录: System.InvalidOperationException: Null TypeMapping in Sql Tree at Microsoft. 阅读全文
摘要:
将所有的压缩包都放在统一位置:1、CoreSDK目录:root/dotnet、 2、项目:root/www、4:方向代理:root/nginx、 第一步:安装.net Core SDK 到压缩包的位置执行: mkdir -p $HOME/dotnet && tar zxf dotnet-sdk-2. 阅读全文
摘要:
定时刷新 Store Ext.define('Bit.eui.docs.template.view.Index', { extend: 'Ext.panel.Panel', xtype: 'docs-template-index', viewModel: {}, layout: 'border', 阅读全文
摘要:
问题描述: Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. > System.Dat 阅读全文
摘要:
一、前言 由于在ext中调用jquery不好搞,所以我们使用iframe的方式来引用插件。 使用资源: jQuery插件库中q22ImgCropping:http://www.jq22.com/jquery-info18167 完成后的效果展示: 二、实现代码 iframe中的代码 <!DOCTYP 阅读全文