runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 75 下一页

2020年4月19日

摘要: 国外镜像一般很难访问,建议配置阿里云镜像。yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 阅读全文
posted @ 2020-04-19 11:21 runliuv 阅读(172) 评论(0) 推荐(0)

2020年4月18日

摘要: 1.备份CentOS 7系统自带yum源配置文件/etc/yum.repos.d/CentOS-Base.repo命令: mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2.下载CentOS 阅读全文
posted @ 2020-04-18 16:51 runliuv 阅读(658) 评论(0) 推荐(0)

2020年4月10日

摘要: 新硬盘SSD,创建MBR分区后,格式化时出错。分区助手格式化时提示:Failed to write DBR(with bad cluster) 解决方法: 换条新SATA线。 阅读全文
posted @ 2020-04-10 13:46 runliuv 阅读(3908) 评论(0) 推荐(0)

2020年4月9日

摘要: 引用:https://www.cnblogs.com/caoxinyu/p/10568462.html build.gradle 可能有多个,一般在app 节点,默认里面不包含buildscript,allprojects 这两项。 把这段代码加入 build.gradle (Moudle:app) 阅读全文
posted @ 2020-04-09 19:44 runliuv 阅读(3333) 评论(0) 推荐(0)

2020年3月28日

摘要: SELECT * FROM table as t WHERE "张三的偶像" LIKE t.userName; bool thisMchBelong = _mch_blackService.Exists(x => x.merchant_name == model.MerchantFullName | 阅读全文
posted @ 2020-03-28 16:20 runliuv 阅读(190) 评论(0) 推荐(0)

摘要: sql server 怎么在原有表上加自增长主键列,并指定主键名: ALTER TABLE [Merchant_black] ADD Id bigint identity(1,1) constraint PK_Merchant_black PRIMARY KEY (Id) 阅读全文
posted @ 2020-03-28 11:06 runliuv 阅读(501) 评论(0) 推荐(0)

2020年3月4日

摘要: 思迅Pay PC ,WIN7, COM , 串口 . 577,驱动。 WIN7 SHA256补丁,KB3033929,https://www.microsoft.com/zh-CN/download/details.aspx?id=46148, 阅读全文
posted @ 2020-03-04 11:09 runliuv 阅读(475) 评论(0) 推荐(0)

2020年3月3日

摘要: 由于设备上的系统组件过期,不支持登录。请确保 Windows 为最新版本,然后重新尝试登录。访问 https://go.microsoft.com/fwlink/?linkid=2107246 了解详细信息 尝试安装IE11. 阅读全文
posted @ 2020-03-03 16:30 runliuv 阅读(2431) 评论(0) 推荐(1)

2020年2月27日

摘要: List<SelectListItem> 转为/转换 SelectList SelectList slPayCh = new SelectList(GetPayChannels(),"Value","Text"); GetPayChannels() 方法为List<SelectListItem> 类 阅读全文
posted @ 2020-02-27 17:16 runliuv 阅读(642) 评论(0) 推荐(0)

2020年2月21日

摘要: -- using System; using System.Drawing; using System.Drawing.Imaging; using System.IO; namespace aliyun.utils { public static class ImageUtil { /// <su 阅读全文
posted @ 2020-02-21 14:09 runliuv 阅读(2899) 评论(0) 推荐(0)

上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 75 下一页