上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 122 下一页

2014年8月1日

Windows Server上iSCSI的Best Practices

摘要: Installing and Configuring Microsoft iSCSI Initiator http://technet.microsoft.com/en-us/library/ee338480(v=WS.10).aspx 阅读全文

posted @ 2014-08-01 14:05 中道学友 阅读(207) 评论(0) 推荐(0)

SQL Server’s Storage Top 10 Best Practices

摘要: 好文章, 简明扼要. Storage Top 10 Best Practices http://technet.microsoft.com/en-us/library/cc966534.aspx 阅读全文

posted @ 2014-08-01 10:38 中道学友 阅读(210) 评论(0) 推荐(0)

面試官入門

摘要: 面試官入門注意事項整理 http://ndarkmsnlivespace.wordpress.com/2009/02/18/%E9%9D%A2%E8%A9%A6%E5%AE%98%E5%85%A5%E9%96%80%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A0%85%E6%95%B4%E7%90%86/ The Joel on Software Translation Proj... 阅读全文

posted @ 2014-08-01 07:29 中道学友 阅读(246) 评论(0) 推荐(0)

2014年7月31日

SQL Server基础知识三十三问 (7-14)

摘要: 8. 一般什么时候使用update_statistics命令? 答: 这个命令基本上是在很多数据被处理过了之后才使用的. 如果大量的删除, 修改, 或这大量的数据插入已经发生了, 那么index就需要更新来让这些修改生效. UPDATE_STATISTICS命令会为table们更新index. 9. Having子句和Where子句有什么区别? 答: 它们都为group或aggreg... 阅读全文

posted @ 2014-07-31 11:10 中道学友 阅读(294) 评论(0) 推荐(0)

2014年7月30日

如何在Windows 7 或Vista中修改MTU

摘要: Windows操作系统使用Maximum Transmission Unit (MTU) 来确定在下面的网络层上可以传输的协议数据包(protocol data packet)的最大尺寸. MTU参数通常出现在与某一个接口(网卡, 串口等)的通信中, 并且每个接口都是分开设置的. 为了达到最优的网络性能, 并且防止fragmentation (碎片), MTU应该足够大以至于任何IP 数据... 阅读全文

posted @ 2014-07-30 17:14 中道学友 阅读(946) 评论(0) 推荐(0)

Windows Server上用于iSCSI的网卡的必备设置

摘要: 如下的修改是iSCSI网卡的推荐配置, 新装起来的Host不要忘记改起来哦. 其原理是强制走iSCSI通讯的网卡立即对到来的TCP报文(segment)做出acknowledge, 从而解决iSCSI的读性能问题. 注意, 不是iSCSI的网卡不要这么改哦. Start Registry Editor (Regedit.exe). Locate and then click th... 阅读全文

posted @ 2014-07-30 15:13 中道学友 阅读(1425) 评论(0) 推荐(0)

如何关掉UAC?

摘要: 你可能会问, 这也值得一写? 唉, 怎么说呢, 谁让咱一开始不会呢. ^_^ 好记性不如烂笔头嘛. 1. 打开一个command prompt, 输入msconfig回车. 2. 点击tools选项卡. 3. 点击diable UAC然后点击launch. 后面就不多说了, 呵呵. Use Msconfig to Disable and Enable UAC http... 阅读全文

posted @ 2014-07-30 14:24 中道学友 阅读(264) 评论(0) 推荐(0)

SQL Server基础知识三十三问 (1-7)

摘要: 1. SQL Server运行在什么端口上? 可以被修改么? 答: 1433端口. 可以修改的, 在SQL Server Configuration Manager的SQL Server Network Configuration的TCP/IP中. Configure a Server to Listen on a Specific TCP Port (SQL Server Configu... 阅读全文

posted @ 2014-07-30 11:48 中道学友 阅读(420) 评论(0) 推荐(0)

2014年7月21日

Iometer教程

摘要: Iometer Tutorial and Introduction http://www.itechstorm.com/iometer-tutorial-introduction 阅读全文

posted @ 2014-07-21 14:21 中道学友 阅读(741) 评论(0) 推荐(0)

如何查看ESXi的网卡的MAC地址?

摘要: 直接上图 图一, 物理网卡 图二, vmkernel虚拟网卡 参考资料 ============================ How To Determine Vmkernel Interface MAC Address http://virtualizationreview.com/blogs/everyday-virtualization/2012/06/h... 阅读全文

posted @ 2014-07-21 11:19 中道学友 阅读(10848) 评论(0) 推荐(0)

上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 122 下一页

导航

技术追求准确,态度积极向上