会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
山石岩
天行健,君子以自强不息; 地势坤,君子以厚德载物!
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
2009年11月17日
数据库的分页方法总结
摘要: 数据库分页
阅读全文
posted @ 2009-11-17 16:57 猥琐的疯子
阅读(360)
评论(4)
推荐(0)
2009年6月10日
C语言的基础知识
摘要: #include <stdio.h>//标准输入输出头文件:std=standard,i=input,o=output,h=head/* 在 stdio.h 中定义了 printf() 和 scanf()*/#include <stdlib.h>//标准库文件:std-standard,lib=li
阅读全文
posted @ 2009-06-10 06:11 猥琐的疯子
阅读(396)
评论(0)
推荐(0)
2009年5月28日
ASP文件操作的类
摘要: <% Class Cls_FSO Public objFSO Private Sub Class_Initialize() Set objFSO = Server.CreateObject("Scripting.FileSystemObject") End Sub Private Sub class
阅读全文
posted @ 2009-05-28 13:42 猥琐的疯子
阅读(459)
评论(1)
推荐(0)
C#操作XML的代码
摘要: 绑定控件的使用方法 DataSet ds = new DataSet(); ds.ReadXml(@"TuFaType.xml"); for (int j = 0; j < ds.Tables[0].Rows.Count; j++) { this.comboBoxType.Items.Add(ds.
阅读全文
posted @ 2009-05-28 13:32 猥琐的疯子
阅读(522)
评论(0)
推荐(0)
上一页
1
2