代码改变世界

阅读排行榜

Placing a Method with Eval parameter into a DataList

2012-08-24 18:58 by hongjiumu, 199 阅读, 收藏,
摘要: http://stackoverflow.com/questions/10542098/placing-a-method-with-eval-parameter-into-a-datalist 阅读全文

High Performance Multi-threaded Work Item / Event Scheduling Engine

2013-01-04 23:46 by hongjiumu, 196 阅读, 收藏,
摘要: http://www.codeproject.com/Articles/24423/High-Performance-Multi-threaded-Work-Item-Event-Sc 阅读全文

Silverlight编译范围

2012-10-27 00:04 by hongjiumu, 196 阅读, 收藏,
摘要: Silverlight编译范围:1,先编译服务和逻辑;2,编译xaml所在的项目(不能少啊);3,编译Web; 阅读全文

第一个c++

2012-09-17 09:39 by hongjiumu, 195 阅读, 收藏,
摘要: # include <iostream> int main(){ std::cout << "Hello, world!" << std::endl; getchar(); return 0;} 阅读全文

UTF8

2014-01-18 21:19 by hongjiumu, 194 阅读, 收藏,
摘要: Here's a couple of functions (based on Brian Bondy's example) that use WideCharToMultiByte and MultiByteToWideChar to convert between std::wstring and std::string using utf8 to not lose any data.// Convert a wide Unicode string to an UTF8 string std::string utf8_encode(const std::wstring &am 阅读全文
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 42 下一页