摘要:
Thinking in C++ Notes: 动态对象创建 http://my.oschina.net/edwardpku/blog/113321 阅读全文
posted @ 2013-03-13 21:48
lexus
阅读(189)
评论(0)
推荐(0)
|
摘要:
Thinking in C++ Notes: 动态对象创建 http://my.oschina.net/edwardpku/blog/113321 阅读全文
posted @ 2013-03-13 21:48
lexus
阅读(189)
评论(0)
推荐(0)
摘要:
viksoe.dk - UI: Become windowless UI: Become windowlessA request on the Yahoo WTL newsgroup and a blog-article sparked some interest to look closer at creating a windowless user-interface. Traditio... 阅读全文
posted @ 2013-03-13 21:41
lexus
阅读(340)
评论(0)
推荐(0)
摘要:
duilib - windowless ui, directui - Google Project HostingDuilib is an open source windowless ui library base on viksoe's excellent directui code(http://www.viksoe.dk/code/windowless1.htm). Thanks to v... 阅读全文
posted @ 2013-03-13 21:40
lexus
阅读(159)
评论(0)
推荐(0)
摘要:
用ls如何实现文件按时间排序查看,谢谢! - AIX - ChinaUnix.net -用ls如何实现文件按时间排序查看,谢谢!要按照修改时间列出文件,请输入: ls -l -t 显示最近被修改文件的长列表,较旧的文件跟在后面。 阅读全文
posted @ 2013-03-13 18:35
lexus
阅读(381)
评论(0)
推荐(0)
摘要:
febird - C++ template library, serialization, non-idl rpc, etc - Google Project HostingfebirdC++ template library, serialization, non-idl rpc, etc 阅读全文
posted @ 2013-03-13 11:01
lexus
阅读(112)
评论(0)
推荐(0)
摘要:
switch vs split window exchange left and right windowctrl+ w+r 阅读全文
posted @ 2013-03-13 10:51
lexus
阅读(196)
评论(0)
推荐(0)
摘要:
All commands | commandlinefu.comWhat's this?commandlinefu.com is the place to record those command-line gems that you return to again and again.Delete that bloated snippets file you've been using and ... 阅读全文
posted @ 2013-03-13 10:46
lexus
阅读(229)
评论(0)
推荐(0)
摘要:
Linux Socket编程(不限Linux) http://my.oschina.net/u/994235/blog/113267 阅读全文
posted @ 2013-03-13 09:18
lexus
阅读(180)
评论(0)
推荐(0)
摘要:
spdylay 0.3.8 发布,SDPY 的 C 语言实现 http://www.oschina.net/news/38543/spdylay-0-3-8 阅读全文
posted @ 2013-03-13 09:15
lexus
阅读(230)
评论(0)
推荐(0)
摘要:
模板类的 友元模板函数 - ︶ㄣ第二名 - 博客园模板类的 友元模板函数?123456789101112131415161718192021222324252627282930313233343536#include<iostream>#include<string>using namespace std;template<class T> class Test;template<class T>... 阅读全文
posted @ 2013-03-12 20:25
lexus
阅读(324)
评论(0)
推荐(0)
摘要:
VIM 分屏窗口调节大小_点点说者无意VIM 分屏窗口调节大小垂直切分大小 : vertical res 30 阅读全文
posted @ 2013-03-12 19:04
lexus
阅读(220)
评论(0)
推荐(0)
摘要:
3.在Linux C编程中使用Unicode和UTF-8全国嵌入式人才培训基地3.在Linux C编程中使用Unicode和UTF-8上一页附录A.字符编码下一页3.在Linux C编程中使用Unicode和UTF-8 请点评目前各种Linux发行版都支持UTF-8编码,当前系统的语言和字符编码设置保存在一些环境变量中,可以通过locale命令查看:$ locale
LANG=en_US.UTF-... 阅读全文
posted @ 2013-03-12 15:58
lexus
阅读(565)
评论(0)
推荐(0)
摘要:
紧急求助!LINUX下C编程的UTF-8解码编码问题 - C/C++ - ChinaUnix.net - lingzhuxuan 白手起家 帖子 5 主题 2 精华 0 可用积分 16 专家积分 0 在线时间 193 小时 注册时间 2006-12-25 最后登录 2011-03-10 串门 好友 博客 消息 论坛徽章: 0 电梯直达 跳转到指定楼层 1楼 [收藏(0)] [报告] 发表于... 阅读全文
posted @ 2013-03-12 15:57
lexus
阅读(860)
评论(0)
推荐(0)
摘要:
cmake 学习笔记(二) - 1+1=2 - 博客频道 - CSDN.NETCMAKE_BUILD_TYPE控制 Debug 和 Release 模式的构建CMakeList.txt文件SET(CMAKE_BUILD_TYPE Debug)命令行参数cmake DCMAKE_BUILD_TYPE=Release 阅读全文
posted @ 2013-03-12 15:28
lexus
阅读(242)
评论(0)
推荐(0)
摘要:
培乐园《搜索相关性1》—在线播放—优酷网,视频高清在线观看视频: 培乐园《搜索相关性1》 阅读全文
posted @ 2013-03-12 09:43
lexus
阅读(227)
评论(0)
推荐(0)
摘要:
C语言中变量的链接属性 http://my.oschina.net/u/778987/blog/112636 阅读全文
posted @ 2013-03-12 01:38
lexus
阅读(259)
评论(0)
推荐(0)
摘要:
mysql分表,分区的区别和联系 http://my.oschina.net/haorizi/blog/113044 阅读全文
posted @ 2013-03-12 01:36
lexus
阅读(227)
评论(0)
推荐(0)
摘要:
Vector的初始化与遍历 - dtor - 博客园Vector的初始化与遍历std::vector<int>IntTest;for(inti=0;i<10;++i){IntTest.push_back(i);}for(std::vector<int>::iteratoriter=IntTest.begin();iter!=IntTest.end();++iter){std::cout<<*ite... 阅读全文
posted @ 2013-03-12 01:08
lexus
阅读(335)
评论(0)
推荐(0)
摘要:
#include <iostream>#include <string>#include <vector>using namespace std;using std::string;using std::vector;int split(vector<string>& list,const string& src){ const char *p=src.c_str(); char *p1,*p2;... 阅读全文
posted @ 2013-03-12 01:07
lexus
阅读(197)
评论(0)
推荐(0)
摘要:
#include <stdio.h>#include <ctype.h>int strip(char a[]){ char *p1,*p2; p1 = p2 = a; while(isspace(*p2)) { p2++; } while((*p2)!='\0') { *p1++=*p2++; } while(isspace(*(p2-1))) { p2--; } *p2='\0'; return... 阅读全文
posted @ 2013-03-11 23:14
lexus
阅读(155)
评论(0)
推荐(0)
|