上一页 1 ··· 322 323 324 325 326 327 328 329 330 ··· 400 下一页
摘要: https://msdn.microsoft.com/en-us/library/bb549218(v=vs.110).aspx public static TAccumulate Aggregate<TSource, TAccumulate>(this IEnumerable<TSource> s 阅读全文
posted @ 2016-10-12 10:04 ChuckLu 阅读(461) 评论(0) 推荐(0)
摘要: [root@localhost sasl2]# postconf -d | grep mail_versionmail_version = 2.10.1milter_macro_v = $mail_name $mail_version [root@localhost sasl2]# rpm -qa 阅读全文
posted @ 2016-10-04 15:45 ChuckLu 阅读(3440) 评论(0) 推荐(0)
摘要: [root@localhost Desktop]# ps auxUSER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMANDroot 1 0.0 0.3 192096 7456 ? Ss 03:03 0:03 /usr/lib/systemd/syst 阅读全文
posted @ 2016-10-03 16:45 ChuckLu 阅读(1322) 评论(0) 推荐(0)
摘要: 在我们使用虚拟机管理器的图形界面来安装虚拟机的时候,自动创建虚拟网桥和虚拟网卡。另外,我们很少会在一个虚拟机中再安装一个虚拟机,所以,我们可以将宿主机上的网桥删除。方法如下: 移除之后,需要自己再添加网络 #nm-connection-editor http://unix.stackexchange 阅读全文
posted @ 2016-10-03 12:52 ChuckLu 阅读(475) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/mchina/archive/2013/01/04/2842275.html 四、配置本地yum源 1、挂载系统安装光盘 # mount /dev/cdrom /mnt/cdrom/ 2、配置本地yum源 # cd /etc/yum.repos.d/ # 阅读全文
posted @ 2016-10-03 12:17 ChuckLu 阅读(242) 评论(0) 推荐(0)
摘要: 1. 在安装的时候,不要用默认的最小安装。选择GNOME Desktop 2.自动分区的时候,选择自己进行分区 2个分区,1个大小为1024M的swap分区,剩下的分配一个ext3的分区。设备类型都选择标准分区 3.网络默认是关闭的,点进去之后,自己打开。然后会自动获取ip 启动之后: http:/ 阅读全文
posted @ 2016-10-03 08:49 ChuckLu 阅读(457) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/zhaopei/p/5721789.html#autoid-2-0 阅读全文
posted @ 2016-09-30 17:31 ChuckLu 阅读(135) 评论(0) 推荐(0)
摘要: 安装 通过NuGet获取XUnit的类库 源码 https://github.com/xunit/xunit 介绍 xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework 阅读全文
posted @ 2016-09-30 11:04 ChuckLu 阅读(1018) 评论(0) 推荐(0)
摘要: http://www.c-sharpcorner.com/UploadFile/84c85b/nunit-with-C-Sharp/ 获取NUnit 1.下载安装包 从github上下载安装包 NUnit.3.4.1.msi https://github.com/nunit/nunit/releas 阅读全文
posted @ 2016-09-30 10:27 ChuckLu 阅读(447) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/18506088/entityframework-not-updating-column-with-default-value Yes, you can't do this. You have to set the default 阅读全文
posted @ 2016-09-29 14:13 ChuckLu 阅读(465) 评论(0) 推荐(0)
上一页 1 ··· 322 323 324 325 326 327 328 329 330 ··· 400 下一页