摘要: public class FormDescription { /// /// 窗体 /// public object Form { get; set; } /// /// 窗体类型 /// public Type FormType { get... 阅读全文
posted @ 2016-12-21 08:52 jlf19881031 阅读(69) 评论(0) 推荐(0) 编辑
摘要: his.chartIRC_RATES.MouseMove += new MouseEventHandler(chartIRC_RATES_MouseMove); ToolTipController toolTipController = new ToolTipController(); /// ... 阅读全文
posted @ 2015-05-29 08:27 jlf19881031 阅读(1049) 评论(0) 推荐(0) 编辑
摘要: 1.运行C:\Windows\SysWOW64\odbcad32.exe,打开后如下图所示:2.点击添加,选择如下图所示Microsoft Excel Driver(*.xls)3.点击完成,在弹出的对话框中的数据源名称后面写上:MY Excel Files,说明里写上:我自己的excel驱动 版... 阅读全文
posted @ 2015-05-26 17:20 jlf19881031 阅读(900) 评论(0) 推荐(0) 编辑
摘要: UITableViewCell *cell=nil; static NSString *reuse=@"cell"; if (cell==nil) { cell=[[UITableViewCell alloc] initWithStyle:UITableViewCellS... 阅读全文
posted @ 2015-05-21 14:25 jlf19881031 阅读(240) 评论(0) 推荐(0) 编辑
摘要: select a.pdate,sum(sumcost) as sumcost,sum(sumincome) as sumincome from (select pdate,0 as sumcost,sumincome from Bunion all select pdate,sumcost,0 as... 阅读全文
posted @ 2014-08-20 09:36 jlf19881031 阅读(168) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/shikyoh/archive/2011/07/01/2095633.html 阅读全文
posted @ 2014-03-13 14:11 jlf19881031 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 1.为管理岗位业务培训信息,建立3个表:S (S#,SN,SD,SA) S#,SN,SD,SA 分别代表学号、学员姓名、所属单位、学员年龄C (C#,CN ) C#,CN 分别代表课程编号、课程名称SC ( S#,C#,G ) S#,C#,G 分别代表学号、所选修的课程编号、学习成绩 1. 使用标准SQL嵌套语句查询选修课程名称为’税收基础’的学员学号和姓名 2. 使用标准SQL嵌套语句查询选修课程编号为’C2’的学员姓名和所属单位3. 使用标准SQL嵌套语句查询不选修课程编号为’C5’的学员姓名和所属单位4. 使用标准SQL嵌套语句查询选修全部课程... 阅读全文
posted @ 2014-02-14 16:51 jlf19881031 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 1.如何把一个Array复制到ArrayList里,如何把ArrayList复制到Array里?foreach( object o in array )arrayList.Add(o);ArrayList.ToArrayView Code 2.几种排序算法C#实现冒泡排序 public void Action(int[] array) { for (int a = 0; a a; b--) { if (array[b] = 0 && tem = tmp) ... 阅读全文
posted @ 2014-01-28 12:21 jlf19881031 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 空 阅读全文
posted @ 2014-01-27 20:14 jlf19881031 阅读(126) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lanxuezaipiao/p/3371224.html 阅读全文
posted @ 2014-01-08 20:23 jlf19881031 阅读(106) 评论(0) 推荐(0) 编辑