/** * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER within this package. */ #ifndef _APISETFILE_ #define _APISETFILE_ #include #include... Read More
posted @ 2017-06-12 22:44 findumars Views(2246) Comments(0) Diggs(0)
摘要: Nginx+Keepalived搭建高可用负载均衡环境(HA) http://blog.csdn.net/xyang81/article/details/52554398可以看更多介绍 Keepalived的介绍可以百度一堆一堆的资料。一定要看看哦。 1.基于上一篇博客总结,再次安装一个虚拟 Read More
posted @ 2017-06-12 17:23 findumars Views(659) Comments(0) Diggs(1)
posted @ 2017-06-12 17:14 findumars Views(319) Comments(0) Diggs(0)
两个使用的函数: 1,UTF8转化为Unicode,inline为了编译后更快运行,老用到了,返回字符串为了使用链式表达式 inline WCHAR *UTF8ToUnicode(const char *str) throw() { int i = MultiByteToWideChar(CP_UT Read More
posted @ 2017-06-09 19:43 findumars Views(2302) Comments(0) Diggs(0)
http://www.cnblogs.com/flyxing/articles/91734.html http://www.cnblogs.com/wuhong/archive/2010/12/20/1911526.htmlhttp://www.tinygroup.org/docs/1ca912e7 Read More
posted @ 2017-06-09 06:45 findumars Views(245) Comments(0) Diggs(0)