上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: 为了保持宿主主机的环境干净,因此将docker compose安装到一个基于centos7.3的容器之中,因为tianchao屏蔽了amazonaws,最后选择了通过pip方式来安装,这也是官方推荐的一种安装方式。https://pip.pypa.io/en/stable/installing/ 第 阅读全文
posted @ 2017-03-28 10:46 nil 阅读(739) 评论(2) 推荐(1) 编辑
摘要: Start containers automatically https://docs.docker.com/engine/admin/host_integration/ https://www.freedesktop.org/software/systemd/man/systemd.service 阅读全文
posted @ 2017-03-23 16:13 nil 阅读(1565) 评论(0) 推荐(0) 编辑
摘要: 一般出现这个 提示,是因为安装系统的时候使用的是最小化mini安装,系统没有安装make、vim等常用命令,直接yum安装下即可; 直接ssh运行即可,安装make。 阅读全文
posted @ 2017-02-28 18:32 nil 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 为了防止操作过程中界面卡死,和WinForm搭配最适合的就是BackgroundWorker了。 "BackgroundWorker 类" 阅读全文
posted @ 2016-06-14 20:14 nil 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 有个需求,需要给某张表添加一列并且赋值,分解需求,一共分两部走: 1. 添加列 2. 赋值 两个功能都不难,很快实现。 运行正常。 但由于脚本是需要提供给客户的,需要能够重复运行而不能够报错,则改为了,如果该列存在,则不进行任何操作。然后加了个if判断 然而很不给力 Msg 207, Level 1 阅读全文
posted @ 2016-03-17 14:35 nil 阅读(15994) 评论(1) 推荐(0) 编辑
摘要: the output references: "https://dotnetfiddle.net/uiFWXo" "How to get the list of key in dictionary" 阅读全文
posted @ 2016-03-07 12:32 nil 阅读(1253) 评论(0) 推荐(0) 编辑
摘要: 为WrapPanel添加水平滚动条,当禁用垂直滚动条后使用鼠标无法滚动,竟然还需要自己写代码来实现,真真是挺无语呢,不知道算不算是一个bug。 可以实现效果,感觉滚动不是很灵活,自作聪明的调用了两次 ,搞定。 原文链接 "how to enable horizontal scrol... 阅读全文
posted @ 2015-12-21 11:28 nil 阅读(1503) 评论(0) 推荐(0) 编辑
摘要: "css margin" "xaml margin" 例子 1 css 上右下左 上外边距是 10px 右外边距是 5px 下外边距是 15px 左外边距是 20px xaml or 左、上、右、下 左外边距是 10 上外边距是 5 右外边距是 15 下外边距是... 阅读全文
posted @ 2015-12-12 11:19 nil 阅读(744) 评论(0) 推荐(0) 编辑
摘要: result: |type |type_desc| | | | |FN |SQL_SCALAR_FUNCTION| |UQ |UNIQUE_CONSTRAINT | |SQ |SERVICE_QUEUE | |U |USER_TABLE | |D |DEFAULT_CONSTRAINT ... 阅读全文
posted @ 2015-11-03 11:10 nil 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 代码非标准,仅供参考。 阅读全文
posted @ 2015-10-28 12:03 nil 阅读(475) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页