- 博客(8)
- 收藏
- 关注
转载 centos 7 安装 netcore sdk
微软官网的yum安装:打开linux终端程序netcore sdk 地址https://dotnet.microsoft.com/download/linux-package-manager/centos/sdk-current选择Linux发行版本在安装.NET之前,您需要注册Microsoft密钥,注册产品存储库,并安装所需的依赖项。每台机器只需执行一次。打开终端并运行以下命令:sudo rpm -Uvhhttps://packages.microsoft....
2020-06-02 16:25:42
462
转载 C#字符串和byte之间的互相转化
平时总结的字符串和byte的转化操作: #region 字符串和Byte之间的转化 /// <summary> /// 数字和字节之间互转 /// </summary> /// <param name="num"></param> /// <re...
2019-04-22 15:32:41
1620
转载 Asp.net Core 跨域配置
一般情况WebApi都是跨域请求,没有设置跨域一般会报以下错误 No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:48057' is therefore not allowed access.ASP.net Core 跨域有两种,...
2019-04-15 14:23:16
595
转载 通过编写PowerDesigner脚本功能批量修改属性
dim model 'current modelset model = ActiveModelIf (model Is Nothing) ThenMsgBox "There is no current Model"ElseIf Not model.IsKindOf(PdPDM.cls_Model) ThenMsgBox "The current model is not an...
2019-03-07 15:15:24
886
转载 SQL SERVER逆向工程将数据库导入PowerDesigner
建立PDM文件打开PD,File→New Model→Model types →PhySical Data Model →PhySical Diagram,如下图所示:建立PD与数据库的连接打开“DataBase”菜单,选择“Configure Connections...”, 如下图所示:弹出“Configure Data Connections”窗口,如下图所示:...
2019-03-07 14:11:38
256
转载 Centos7 启动/重启/停止 Docker
Centos7启动命令老是记不住。 service docker start service docker restart service docker stop
2018-09-21 10:16:46
16127
原创 VS2017使用github
1:在Github新建repository,不要勾选Initialize this repository with a README,获取GIT地址(https://github.com/xxxxxx.git) 2:打开项目,在解决方案管理中右键菜单,将解决方案添加到源代码管理 3:在团队资源管理器中,点击同步,输入git的epository地址点击发布...
2018-09-14 16:01:52
2557
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人