麦子学院讲师,游戏蛮牛专栏作家,CSDN博客专家,热爱游戏开发,热爱Coding!
using System.Web; namespace DotNet.Utilities { /// /// 客户端脚本输出 /// public class JsHelper { /// /// 弹出信息,并跳转指定页面。
using System.Text; namespace DotNet.Utilities { //页面中弹出对话框 public class MessageBox { private MessageBox(...
using System; using System.Text; using System.Web; using System.IO; namespace DotNet.
using System; using System.Text; using System.IO; namespace DotNet.Utilities { /// /// 文件操作夹 /// public ...
using System; using System.Collections.Generic; using System.Text; using System.
#region set connection string strConn = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source= "+this.
using System; using System.Windows.Forms; namespace WindowsFormsApplication2 { public partial class Form1 : Form { ...
protected void Upload() { //判断是否选择文件 if (FileUpload1.
using System;using System.Data;using System.Configuration;using System.Collections;using System.
如何运用内置对象session和application对象实现统计在线人数 首先创建一个全局应用程序类Global.asax protected void Application_Start(object sender, EventArgs e) ...
(一).Web.Config是以XML文件规范存储,配置文件分为以下格式 1.配置节处理程序声明 特点: 位于配置文件的顶部,包含在标志中。 2.特定应用程序配置 特点: 位于中。
Server.MapPath() ./当前目录 /网站主目录 ../上层目录 ~/网站虚拟目录 如果当前的网站目录为E:\wwwroot 应用程序虚拟目录为E:\wwwroot\company 浏览的页面路径为E:\wwwroot\company\news\show.
using System; using System.Collections.Generic; using System.Linq; using System.
.panel{ padding:60px; background-color:red; color:#FFFFFF; font-size...
JS仿flash效果横向和竖向导航菜单 - 小未-http://write.blog.csdn.net/postlist body { font-family: Verdana, Arial, Helvetica, ...
弹出下拉菜单插件弹出层相对于自身的父层
兼容各浏览器flash焦点幻灯片动画 var focus_width=360; var focus_height=270; var text_height=0; var swf_heigh...
过程一: select top N条记录 * from 文章表 where id not in(select top M条记录 id from 文章表 order by id desc ) order by id desc 过程二: select top...
一.用SqlConnection连接SQL Server 1..加入命名空间 using System.Data.SqlClient; 2.连接数据库 SqlConnection myConnection = new SqlConnection(); myConnection.
对话框中我们常用了以下几种: 1、文件对话框(FileDialog) 它又常用到两个: 打开文件对话框(OpenFileDialog) 保存文件对话(SaveFileDialog) 2、字体对话框(FontDialog) 3、颜色对话框(ColorDialog) 4、打印预浏对话框(PrintPreviewDialog) 5、页面设置(PrintDialog) 6、打印对话框(PrintDialog) 还有更多,有时间的网友可以看看MSDN。
//获取坐标 private void Form2_MouseMove(object sender, MouseEventArgs e) { this.
C#正则表达式小结 以下是一些常用的正则表达式,觉得实用就收藏一下吧。 只能输入数字:"^[0-9]*$"。 只能输入n位的数字:"^\d{n}$"。 只能输入至少n位的数字:"^\d{n,}$"。
#region 设置鼠标可以移动 private bool ismouseDown = false;//判断是否按下鼠标 private Point mouseOffset;//记录鼠标坐标 ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.
protected int[] bubbleUp(int[] Array)//冒泡排序 { for (int i = 0; i < Array.
1.C#连接SQL Server 程序代码: using System.Data; using System.Data.SqlClient; .
//string Str1 = "友情相逢"; //string Str2 = "用一生爱你"; //#region char的使用 //char a = 'a'; //Console.
如果子类想要重写父类的方法 使用virtual方法 并且子类要用override 如果子类还想使用父类的方法 子类中使用base方法 如果子类不需要调用父类则用abstract抽象方法 里面可以是抽象方法也可以是非抽象方法 但是如果里面有抽象方法的类那它必...
四舍五入 select ROUND(1.01,1) 结果1.00 计算字符串的长度 select LEN('Hello王') 结果6 计算字符串字节:中文占两个字节 select LENGTH('Hello王') 结果7 转大小写 LOWE...
#include #include #include const int ITEMNUM = 100; #define ElemType int //冒泡排序 void Bubblesort(ElemType R[...
//图 #include #include #define MaxNum 100 typedef char Type; //邻接矩阵类型定义 typedef struct { Type vexs[MaxNum]; int edge...
//链式结构 #include #include #include #define MAXSIZE 1000 typedef char ElemType; typedef struct LNode{//定义单链表结点类型 ElemType...
//对顺序表的操作 #include #include #include #define MAXSIZE 1000 typedef char ElemType; typedef struct { ElemType data[MAXSIZ...
#include #include #define MaxSize 100 typedef struct node{ char data; /*此例中二叉树的结点采用字符类型*/ struct node *lchild,*rchild; }...
/// /// 绘制折线图/// /// /// private void Form2_Paint(object sender, PaintEventArgs e){//首先确定原点Point centerPoint=new Point(180,340);//自定义一个带有箭头的画笔Pen pen = new Pen(Color.
在做机房收费系统时,因为要查询和处理数据库中的数据,所以用到了大量SQL语句。SQL(Structured Query Language)指结构化查询语言,是用于访问和处理数据库的标准的计算机语言。
简单的总结一下,如何利用C#进行WinForm 扫雷小游戏的开发: 扫雷游戏的主要设计的类有三个: Main、Pane 、MineField 1)Main 是主控窗体,负责项目的启动和关闭;并协调内部各个组建模块的协调工作。
总结一下,下午半天进行的MP3播放器的开发: 首先,新建一个解决方案:命名MP3solution,设置FormBorderStyle为None,即上面的图标,最大化最小化按钮隐藏,但如图所示还有最大化关闭按钮,这时自己添加的两个PictureBox控件,下面的暂停,停止,静音等也是PictureBox控件设置其Image属性为properties资源中的图片.如何导入图片资源也是一个关键点。
using System; using System.Collections.Generic; using System.Linq; using System.
今天窝在床上一天,利用C#开发了个计算器软件,属于winform窗体的应用开发,大体的功能界面如图所示,简单的总结一下开发过程。 计算器的大体功能包括:一些基本运算,如加减乘除,开方和乘方,左边的四个按键的功能从上至下分别是:消除缓存,读取缓存,添加缓存,缓存的累加。
对于我们学计算机的同学而言,用VS2010编译好了一个Windows 应用程序之后,只能在我们自己的电脑上用VS2010打开,而不能在别的未安装VS2010的客户机上显示,这是一个困惑,如何将一个winform系统程序打包部署成一个可注册的软件。