上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 63 下一页
  2018年11月8日
摘要: 1、首先参考Framework.Web里的packages.config,把相关的包都安装好。 2、App_Start文件夹下的xxxModule.cs和Startup.cs拷过来,修改下命名空间。 3、Controllers里的Result文件夹、ControllerBase.cs、Account 阅读全文
posted @ 2018-11-08 17:43 邢帅杰 阅读(1647) 评论(0) 推荐(0)
  2018年11月5日
摘要: https://jingyan.baidu.com/article/f3ad7d0ffc061a09c3345bf0.html我下载的版本号是5.6.421.解压到C:\Program Files\MySQL\MySQL Server 5.62.配置环境变量》我的电脑->属性->高级->环境变量,选 阅读全文
posted @ 2018-11-05 13:52 邢帅杰 阅读(942) 评论(0) 推荐(0)
  2018年11月1日
摘要: code 阅读全文
posted @ 2018-11-01 22:37 邢帅杰 阅读(308) 评论(0) 推荐(0)
摘要: abp.message.info('some info message', 'some optional title');abp.message.success('some success message', 'some optional title');abp.message.warn('some 阅读全文
posted @ 2018-11-01 15:58 邢帅杰 阅读(1054) 评论(0) 推荐(0)
摘要: 1.Framework.Core》Authorization》PermissionNames.cs 这里新增权限项 namespace Framework.Authorization { public static class PermissionNames { public const strin 阅读全文
posted @ 2018-11-01 10:46 邢帅杰 阅读(1056) 评论(0) 推荐(0)
  2018年10月31日
摘要: 代码 /// <summary> /// 上传图片到第三方服务器 /// </summary> /// <param name="filePath"></param> /// <param name="picNo"></param> /// <returns></returns> public st 阅读全文
posted @ 2018-10-31 18:02 邢帅杰 阅读(932) 评论(0) 推荐(0)
摘要: 代码 阅读全文
posted @ 2018-10-31 17:59 邢帅杰 阅读(616) 评论(0) 推荐(0)
  2018年10月29日
摘要: 参考文档:https://www.cnblogs.com/xcsn/p/7910890.html 步骤1:Nuget安装Swashbuckle到*.WebApi项目 步骤2:在*.WebApi》App_Start》SwaggerConfig.cs中,把多余的注释删掉,只保留用到的。 步骤3:*.Ap 阅读全文
posted @ 2018-10-29 15:06 邢帅杰 阅读(285) 评论(0) 推荐(0)
摘要: 参考文档:https://github.com/ABPFrameWorkGroup/AbpDocument2Chinese/blob/master/Markdown/Abp/9.4ABP%E5%9F%BA%E7%A1%80%E8%AE%BE%E6%96%BD%E5%B1%82-%E9%9B%86%E 阅读全文
posted @ 2018-10-29 12:09 邢帅杰 阅读(1310) 评论(0) 推荐(0)
  2018年10月17日
摘要: 代码 /// <summary> /// 将文件转换成byte[] 数组 /// </summary> /// <param name="fileUrl">文件路径文件名称</param> /// <returns>byte[]</returns> public byte[] AuthGetFile 阅读全文
posted @ 2018-10-17 12:48 邢帅杰 阅读(1329) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 63 下一页