上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 119 下一页
摘要: 1 --sql code Geovin Du 2 IF EXISTS (SELECT * FROM sysobjects WHERE [name] = 'proc_Select_AssessmentProjectSetSearch') 3 DROP PROCEDURE proc_Select_AssessmentProjectSetSearch 4 GO 5 CREATE PROCEDURE proc_Select_AssessmentProjectSetSearch 6 ( 7 @AssessmentProjectSetJobType Uniqueidentifier, .. 阅读全文
posted @ 2013-01-19 16:38 ®Geovin Du Dream Park™ 阅读(410) 评论(0) 推荐(0)
摘要: 1 /// <summary> 2 /// 20130118 3 /// 搜索字符串是否存在 4 /// 塗聚文 締友計算機信息技術有限公司 5 /// 捷為工作室 6 /// </summary> 7 public class StringSearchClass 8 { 9 /// <summary>10 /// 查找字符串11 /// StringIndexOf("1,2,3,4,5,6","1,8");12 /// </summary>13 /// ... 阅读全文
posted @ 2013-01-18 11:17 ®Geovin Du Dream Park™ 阅读(426) 评论(2) 推荐(0)
摘要: 深圳地鐵羅寶線和蛇口線示例:見上圖。 要求瀏覽器版本:browser does support HTML5 canvas element:Google Chrome V 8+;Mozilla Firefox V 3.6+;Opera V 11+;Apple Safari V 5+;Microsoft 阅读全文
posted @ 2013-01-14 13:39 ®Geovin Du Dream Park™ 阅读(2034) 评论(0) 推荐(0)
摘要: 1 //透明背景图 2 Brush b = new SolidBrush(Color.FromArgb(50, Color.Transparent)); 3 4 5 Bitmap image = new Bitmap(1015, 637); 6 Graphics g = Graphics.FromImage(image); 7 g.Clear(Color.Transparent); 8 g.FillRectangle(b, 0, 0, 1015, 637); 9 ... 阅读全文
posted @ 2013-01-05 18:33 ®Geovin Du Dream Park™ 阅读(534) 评论(0) 推荐(0)
摘要: listView1.GridLines = true;//显示行与行之间的分隔线 listView1.FullRowSelect = true;//要选择就是一行 listView1.View = View.Details;//定义列表显示的方式 listView1.Scrollable = true;//需要时候显示滚动条 listView1.MultiSelect = true; // 可以多行选择 listView1.HeaderStyle ... 阅读全文
posted @ 2012-12-28 20:18 ®Geovin Du Dream Park™ 阅读(1191) 评论(0) 推荐(0)
摘要: ---表中的主鍵select [name],'tablekey'= (select top 1 COLUMN_NAME from INFORMATION_SCHEMA.KEY_COLUMN_USAGE where TABLE_NAME = sysobjects.name) from sysobjects where type='U'--所有表select * from sysobjects where type='U'--所有表的主鍵 COLUMN_NAMEselect * from INFORMATION_SCHEMA.KEY_COLUMN_U 阅读全文
posted @ 2012-12-27 19:18 ®Geovin Du Dream Park™ 阅读(478) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.IO;using System.Drawing.Imaging;using System.Drawing.Printing;using System.Drawing.Drawing2D;using System.Drawing.Text;using Syst 阅读全文
posted @ 2012-12-26 17:11 ®Geovin Du Dream Park™ 阅读(625) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2012-12-22 15:06 ®Geovin Du Dream Park™ 阅读(480) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using Microsoft.DirectX.AudioVideoPlayback;//需到微軟官網下載SDK//MP4播放下載了DivX Plus 解碼器namespace WindowsChineseCalender{ /// <sum 阅读全文
posted @ 2012-12-22 14:57 ®Geovin Du Dream Park™ 阅读(621) 评论(0) 推荐(0)
摘要: 1 // --------------------------------------------------------------------------------------------- 2 #region // Copyright (c) 2004-2005, SIL International. All Rights Reserved. 3 // <copyright from='2004' to='2005' company='SIL International'> 4 // Copyright (c) 2004-20 阅读全文
posted @ 2012-11-22 19:27 ®Geovin Du Dream Park™ 阅读(904) 评论(0) 推荐(0)
上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 119 下一页