您的位置:首页 > 其它

有哪些问题对你来说是重要的

2006-07-10 12:28 375 查看
1.公钥,密钥,序列号,加密

http://blog.chinaunix.net/u2/72383/showart_2121978.html

http://wenda.tianya.cn/wenda/thread?tid=21bd87d7585be4ce

2. memset的一点心得

typedef struct

{

int a;

char b;

float c;

}st_test;

memset(&st_test,0,sizeof(st_test))与memset(&st_test,‘\0’,sizeof(st_test))的作用是一样的

3.Oracle中的索引

http://forum.jobbole.com/showthread.php/539-Oracle%E7%B4%A2%E5%BC%95%E4%BD%BF%E7%94%A8%E8%A7%84%E5%88%99
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: