Walkmen Network

This is all about IT solution of Walkmen Network

NSStringEncoding gbkEncoding = CFStringConvertEncodingToNSStringEncoding(kCFStringEncodingGB_18030_2000); NSString* newStr = [[NSString alloc] initWithData:data encoding:gbkEncoding];

HOWTO: Apache SVN Repository

Not much document on the Web really guide users to build up a svn repository; I am going to show you the debian way to create a very simple but usable SVN Repository with Apache. In this document, i assume you know how to build up a very simple apache service, if you do not, [...]