上一页 1 ··· 4 5 6 7 8
摘要: USE [Test] GO /****** Object: StoredProcedure [dbo].[sp_Common_GetListByPage] Script Date: 01/11/2017 16:25:48 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROCEDURE [dbo].... 阅读全文
posted @ 2016-05-25 15:34 涂山吕吕 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 1 private void buttonX1_Click (object sender, EventArgs e) 2 { 3 System.Security.Cryptography.MD5 md5 = System.Security.Cryptography.MD5.Create(); 4 b 阅读全文
posted @ 2016-05-15 22:18 涂山吕吕 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 第a56爆大奖在线娱乐: 新建一个js文件 并引用 1 <script src="jquery.js" type="text/javascript"></script> js文件内容如下: 1 var _oldColor; 2 function SetNewColor(source) 3 { 4 _oldColor 阅读全文
posted @ 2016-05-10 18:49 涂山吕吕 阅读(392) 评论(0) 推荐(0) 编辑
摘要: Login.aspx代码 1 <td valign="middle" align="left"> 2 <img height="20" id="imgRandom" onclick="changeImage()" title="看不清?点击图片换一张" src="CheckCode.aspx" st 阅读全文
posted @ 2016-05-10 18:30 涂山吕吕 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 一、新建windows应用程序项目,添加vedioForm窗体 二、在com组件中找到windows media player,添加引用 三、代码如下: [基本属性] URL:string 可以指定媒体位置 enableContextMenu:Boolean 显示/不显示播放位置的右键菜单 full 阅读全文
posted @ 2016-05-10 17:36 涂山吕吕 阅读(969) 评论(1) 推荐(0) 编辑
摘要: 1 private BindingList listXSxxInfoList = new BindingList(); 2 openFileDialog1.Multiselect = true;//允许选择多个文件 3 ListXSxxInfoList.Clear(); 4 string filePath = ""; 5 openFileDialog1.Filter = "a56爆大奖在线娱乐文件*.... 阅读全文
posted @ 2016-05-09 22:37 涂山吕吕 阅读(671) 评论(0) 推荐(0) 编辑
摘要: 1、增加字段名 ALTER TABLE [表名] ADD [列名] VARCHAR(20) NULL VARCHAR(20)是新加字段的类型和长度NUll:a56爆大奖在线娱乐允许NULL值 3、修改字段类型 Alter table [表名] Alter column [列名] [列类型] 3、清除表数据 trun 阅读全文
posted @ 2016-05-09 22:30 涂山吕吕 阅读(316) 评论(0) 推荐(1) 编辑
摘要: 1 using System.IO;//引用 System.IO 2 namespace filestream 3 { 4 public partial class Form1 : Form 5 { 6 public Form1() 7 { 8 InitializeComponent(); 9 ... 阅读全文
posted @ 2016-05-09 22:15 涂山吕吕 阅读(1079) 评论(0) 推荐(3) 编辑
上一页 1 ··· 4 5 6 7 8