上一页 1 ··· 7 8 9 10 11 12 13 下一页
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Data.SqlClient;using System.D... 阅读全文
posted @ 2007-05-30 14:14 寒天飞雪 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 开发Windows Mobile 程序环境的配置:(1)。 安装Vs2005软件, Vs2005 可以和Vs2003安装在同一个系统下面, 但在运行程序的时候需要在IIS中进行设置, 设置方法: 站点--》属性--Asp.net-->FrameWork的版本, 你可以在调试程序之前对该选项进行设置。(2). 安装仿真器管理器软件, vs_emulator2.0.exe, 在2005中自带的有1。0... 阅读全文
posted @ 2007-05-28 16:50 寒天飞雪 阅读(456) 评论(0) 推荐(0) 编辑
摘要: a. 在项目外创建SQL Server Mobile数据库b. 在项目内创建SQL Server Mobile数据库c. 连接SQL Server Mobile数据库d. 操作SQL Server Mobile数据库============================= a. 在项目外创建数据库----------------------(1).在“视图”菜单上单击“服务器资源管理器”。(2)... 阅读全文
posted @ 2007-05-19 10:51 寒天飞雪 阅读(2360) 评论(2) 推荐(0) 编辑
摘要: 1.SQL Server Mobile 简介2.获取 SQL Server Mobile3.安装必备软件4.安装开发环境5.安装服务器环境6.配置 Web 同步向导7.使用 Internet Explorer 检查 SQL Server Mobile 服务器代理配置8.使用SQL Server Mobile 数据库========================== 1.SQL Server Mo... 阅读全文
posted @ 2007-05-19 10:50 寒天飞雪 阅读(1706) 评论(0) 推荐(0) 编辑
摘要: 1. F12:转到定义;Shift+F12:转到引用 2. F5:启动;Ctrl+F5:开始执行(不调试);Shift+F5:停止调试 3. F7:查看代码;Shift+F7:查看视图设计器 4. Ctrl+Alt+L:解决方案资源管理器 5. Ctrl+Alt+J:对象浏览器 6. F4:显示属性窗口 7. Ctrl+Alt+X:工具箱 8. Ctrl+Alt+C类视图 9. Alt+Enter... 阅读全文
posted @ 2007-05-14 11:38 寒天飞雪 阅读(1328) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.ComponentModel;using System.Configuration;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;u... 阅读全文
posted @ 2007-05-14 11:33 寒天飞雪 阅读(1679) 评论(1) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.ComponentModel;using System.Configuration;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;u... 阅读全文
posted @ 2007-05-14 09:50 寒天飞雪 阅读(2871) 评论(2) 推荐(1) 编辑
摘要: using System;using System.Collections;using System.ComponentModel;using System.Configuration;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;u... 阅读全文
posted @ 2007-05-11 15:00 寒天飞雪 阅读(332) 评论(0) 推荐(0) 编辑
摘要: string filetype = ""; filetype = ddlFileType.SelectedValue; string contenttype = ""; string myfilename = Request.MapPath(".")+"file://ReportExportFile//"+Session.SessionID+"."+filetype; ... 阅读全文
posted @ 2007-05-09 15:24 寒天飞雪 阅读(243) 评论(0) 推荐(0) 编辑
摘要: PL/SQL入門教程 目录 1.1 PL/SQL简介1.2 创建PL/SQL程序块 1.3 PL/SQL数据类型 1.4 处理PL/SQL的异常 1.4.1 PL/SQL的异常 1.4.2 自定义异常处理 1.4.3 自定义异常 1.5 在PL/SQL中单条记录的查询 1.6 用光标查询多条记录 1.6.1 使用光标的基本方法 1.6.2 ... 阅读全文
posted @ 2007-04-29 16:43 寒天飞雪 阅读(1005) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 下一页