摘要:
Sub Test() Dim r As Range Dim a As Integer a = 0 For Each r In Range("b1:b6") If r.Font.Bold "True" Then a = a + r.Value... 阅读全文
posted @ 2016-01-18 14:55
LisPythoniC
阅读(202)
评论(0)
推荐(0)
摘要:
https://wiki.ewu.edu/oit/Load_balancing_using_nginx 阅读全文
posted @ 2016-01-18 11:18
LisPythoniC
阅读(349)
评论(0)
推荐(0)
摘要:
想添加nginx的缓存功能, 结果1.4.6还不支持.apt-get remove nginx374 sudo apt-key add nginx_signing.key 375 deb http://nginx.org/packages/ubuntu/ trusty nginx 376 v... 阅读全文
posted @ 2016-01-18 09:10
LisPythoniC
阅读(359)
评论(0)
推荐(0)