博客原文:http://hankjin.blog.163.com/blog/static/33731937201031511305338/先说C++,标准C++不支持finally,
如果要实现finally的效果,可以用析构函数来实现: class File_handle { FILE* p;p....
分类:
编程语言 时间:
2014-05-01 16:17:26
阅读次数:
371
一、自定义标签简介 1、为什么要使用自定义标签? 自定义标签主要用于移除Jsp页面中的代码。
2、开发自定义标签的步骤: 1)开发自定义标签处理类,该类需要实现SimpleTag接口/SimpleTagSupport类,重写doTag()方法。
2)编写标签库描述符(tld)文...
分类:
编程语言 时间:
2014-05-01 16:15:17
阅读次数:
524
List lst = new List(); lst.Add(new Person("A",
"1")); lst.Add(new Person("C", "2")); lst.Add(new Person("B", "3")); ...
题意:求n!中末尾连续0的个数 其实就是2*5的个数30! 中有5 10 15 20 25
30 是5的倍数有6个 6=30/5;6/5=1; 这个1 为255 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80
85 90 95 100 100/5=20; ....
分类:
其他好文 时间:
2014-05-01 15:58:58
阅读次数:
288
/// /// 读取配置文件keys /// /// public string _GetKeys()
{ string filename = Server.MapPath("/") + @...
分类:
Web程序 时间:
2014-05-01 15:56:57
阅读次数:
391
层叠样式表 Cascading Style
Sheet不要使用Table进行页面布局,它仅仅用于显示表格式的信息内部样式表外部样式表引用决定用ID选择器和选择器应当遵循的规则:要在一张网页上多次使用某一种样式时,必须使用类选择器用ID选择器来识别每张网页上只出现一次的部分,比如侧边栏或页脚考虑用ID...
分类:
其他好文 时间:
2014-05-01 15:51:56
阅读次数:
375
C# 安装布署 及Windows服务自动启动分类:asp.net2009-09-23
10:431126人阅读评论(0)收藏举报windowsc#serviceobject服务器设置serviceProcessInstaller1控件的Account属性为“LocalSystem”设置service...
分类:
其他好文 时间:
2014-05-01 15:49:55
阅读次数:
258
AjaxControlToolKit
4.0版本更新的最实用的工具就是TabContainer了AjaxControlToolKit
使用方法添加AjaxControlToolKit.DLL进工具箱首先在页面中(从工具箱拖入AjaxControlToolKit控件的时候会自动引入)然后引入一个从工具...
分类:
其他好文 时间:
2014-05-01 15:48:38
阅读次数:
295