上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: 看板 成员间数据共享,共同分享销售预测 阅读全文
posted @ 2021-11-13 20:47 CelonY 阅读(158) 评论(0) 推荐(0)
摘要: 一码多物。一物多吗都是管理失误,需要整改 库存设计模式:周期补货PR和连续补货CR 定性分析方法defi法,定量的数学模型有平滑指数法,模式模型法,回归曲线法,做小二乘法 。。。实际中有很多干扰数据,会让模型失效。所有ERP和模型计算数据都会失效。 干扰数据,同行还有竞争,所以导致预测都不准确。只有 阅读全文
posted @ 2021-11-13 00:11 CelonY 阅读(36) 评论(0) 推荐(0)
摘要: 一概述 二 供应链定义 200家供应商以内为佳,供应商管理需要管理成本 协同预测(CPFR CFAR) VMI 寄售 阅读全文
posted @ 2021-11-12 23:36 CelonY 阅读(68) 评论(0) 推荐(0)
摘要: //接收数据 string str = ""; #region 数据接收事件实现 /// <summary> /// 数据接收事件实现 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> priv 阅读全文
posted @ 2021-11-12 14:44 CelonY 阅读(261) 评论(0) 推荐(0)
摘要: /// <summary> /// 提交Json接口的数据方法 /// </summary> /// <param name="Url"></param> /// <param name="jsonParas"></param> /// <returns></returns> public stri 阅读全文
posted @ 2021-11-11 10:22 CelonY 阅读(349) 评论(0) 推荐(0)
摘要: 1,nuget引入程序集 log4Net 2,nuget引入程序集 Microsoft.Extensions.Logging.Log4Net.AspNetCore 3,配置文件 log4net.Config <?xml version="1.0" encoding="utf-8"?> <log4ne 阅读全文
posted @ 2021-10-19 09:33 CelonY 阅读(53) 评论(0) 推荐(0)
摘要: using System; using System.Net.Http; using System.Net.Http.Json; using System.Threading.Tasks; namespace ConsoleApp1 { class Program { static async Ta 阅读全文
posted @ 2021-06-17 20:45 CelonY 阅读(34) 评论(0) 推荐(0)
摘要: 一 数据迁移命令 //迁移命令 参数名 参数值 参数名 参数值 Add-Migration -Context FirstDbContext -OutputDir Migrations\FirstDbContextMigrations //迁移命令 参数名 参数值 Update-Database -C 阅读全文
posted @ 2021-06-12 20:26 CelonY 阅读(119) 评论(0) 推荐(0)
摘要: 1 数据库不能分离(分离时,老提示占用) --查询数据库得连接Idselect spid from sysprocesses where dbid=db_id('test') kill 61 --这个是上边语句的查询结果 --分离数据库 use master go exec sp_detach_db 阅读全文
posted @ 2021-06-11 21:12 CelonY 阅读(49) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Drawing; using ZXing.Common; using ZXing; using ZXi 阅读全文
posted @ 2021-04-30 11:20 CelonY 阅读(255) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页