上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 51 下一页
关于sql连接语句中的Integrated Security=SSPI解决方法:即:Security Support Provider Interface设置Integrated Security为 True 的时候,连接语句前面的 UserID, PW 是不起作用的,即采用windows身份验证模式。只有设置为 False 或省略该项的时候,才按照 UserID, PW 来连接。Integrat... Read More
posted @ 2010-03-12 23:28 齐心 Views(3661) Comments(0) Diggs(0) Edit
练习fwrite()和fread()函数的使用 方法。fwrite()函数的作用是将一个长度为29字节的数据块送到文件中(一个student_type类型结构体变量的长度为它的成员长度之和,即10+2+2+15=29)代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighte... Read More
posted @ 2010-02-25 16:26 齐心 Views(3037) Comments(0) Diggs(0) Edit
该题目主要考察文本文件字符的判断问题代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<stdio.h>#include<conio.h>void main(){ FILE *fpa,*fpb; char ch... Read More
posted @ 2010-02-25 15:59 齐心 Views(1155) Comments(0) Diggs(0) Edit
员工信息结构体如下:[代码]本程序采用菜单进行控制,包含以下功能:1、链表的创建2、链表的插入(有序链表的插入)3、链表的插入(按指定位置插入)4、链表删除(按制定员工号删除)5、从文件读入链表内容6、保存链表内容到文件7、显示链表内容代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeH... Read More
posted @ 2010-02-25 10:01 齐心 Views(3012) Comments(0) Diggs(0) Edit
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<stdio.h>#include<stdlib.h>#define N 5struct student{ char sno[10]; char name[10... Read More
posted @ 2010-02-24 16:12 齐心 Views(5138) Comments(0) Diggs(0) Edit
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 51 下一页