上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页
摘要: 当用户在 HTML 表单 (HTML Form) 中输入信息并提交之后,有两种方法将信息从浏览器传送到 Web 服务器 (Web Server)。一种方法是通过 URL,另外一种是在 HTTP Request 的 body 中。前一种方法,我们使用 HTML Form 中的method = "get... 阅读全文
posted @ 2015-11-11 22:47 人走茶亦凉 阅读(569) 评论(0) 推荐(0)
摘要: 数据库的创建CREATE DATABASE database_nameON PRIMARY(NAME=logical_file_name,filename='os_file_name',SIZE=size,MAXSIZE=maxsize,FILEGROWTH=growth_increment)--F... 阅读全文
posted @ 2015-11-11 22:44 人走茶亦凉 阅读(292) 评论(0) 推荐(0)
摘要: 主旨思想:数据库(增,删,改,查)资源管理器目的:实现基本人员信息 存储,调用,查看头像,修改内容。注意事项: 1.建立两个表格 (人员表(cold,name,bumen,phone,topphone),头像表images(头像表两列cold,picture)) 2.单独建两个类 ... 阅读全文
posted @ 2015-11-02 20:21 人走茶亦凉 阅读(578) 评论(0) 推荐(0)
摘要: form1using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.N... 阅读全文
posted @ 2015-10-29 09:34 人走茶亦凉 阅读(321) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.SqlClient;//引用namespa... 阅读全文
posted @ 2015-09-29 23:43 人走茶亦凉 阅读(1617) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication17{ abst... 阅读全文
posted @ 2015-09-25 00:35 人走茶亦凉 阅读(157) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication12{ clas... 阅读全文
posted @ 2015-09-24 00:37 人走茶亦凉 阅读(289) 评论(0) 推荐(0)
摘要: namespace 计算器{ class student //这是类 { public int age = 18; //18为字段 public int xuehao = 20118; int add(int a, int y)//这是个方法... 阅读全文
posted @ 2015-09-22 00:29 人走茶亦凉 阅读(106) 评论(0) 推荐(0)
摘要: 面向对象(Object Oriented,简称OO)是当前计算机界关心的重点,它是90年代软件开发方法的主流。面向对象的概念和应用已超越了程序设计和软件开发,扩展到很宽的范围。如数据库系统、交互式界面、应用结构、应用平台、分布式系统、网络管理结构、CAD技术、人工智能等领域。表面来看,面向对象这个术... 阅读全文
posted @ 2015-09-20 23:14 人走茶亦凉 阅读(188) 评论(0) 推荐(0)
摘要: 无标题文档这是另一个元素这是一个元素 阅读全文
posted @ 2015-09-16 23:37 人走茶亦凉 阅读(477) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页