10 2011 档案

摘要:比如有如下结构 typedef strut node{ int data; strut node * next; } ListNode; ListNode * p=(ListNode *) malloc(sizeof(ListNode)); 上面语句中涉及到 指... 阅读全文
posted @ 2011-10-25 09:52 饺子吃遍天 阅读(612) 评论(0) 推荐(0)
摘要:sqlplus是oracle提供的一个命令行工具 使用这个命令 可以在cmd中 sqlplus huqun/liaomin@tianci 可以连接到oracle数据库 C:\>sqlplus huqun/liaomin@tianci53SQL*Plus: Relea... 阅读全文
posted @ 2011-10-19 14:49 饺子吃遍天 阅读(144) 评论(0) 推荐(0)
摘要:社保登录页 http://e.szsi.gov.cn/siservice/公积金查询 https://nbp.szzfgjj.com 阅读全文
posted @ 2011-10-09 16:48 饺子吃遍天 阅读(99) 评论(0) 推荐(0)