摘要: <html> <head> <title>Load Google Map</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <script src="http://ditu.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAzr2EBOXUKnm_jVnk0OJI7xSosDVG8KKPE1-m51RBrvYugh 阅读全文
posted @ 2011-10-28 20:44 January 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 1.CommandEvent类的作用——为Command事件提供数据语法(C#)Public class CommandEventArgs: EventArgs;从中可以看出该类继承了EventArgs类2.构造函数(1)CommandEventArgs(CommandEventArgs)——Initializes a new instance of the CommandEventArgs class with another CommandEventArgs object.语法:public CommandEventArgs(CommandEventArgs e )(2)CommandEv 阅读全文
posted @ 2011-10-23 13:00 January 阅读(625) 评论(0) 推荐(0) 编辑
摘要: from:Microsoft 7b7m一般公式为:分区大小=(分区大小-1)×4+1024×分区大小 如果按照以上硬盘分区公式(X-1)*4+1024*X=Y 其中X就是你想要得到的整数分区的数值,单位是G,Y是你分区时应该输入的数字,单位是M。 按照这样的计算方法: 5 G=5136 MB 10 G=10276 MB 15 G=15416 MB 20 G=20556 MB 30 G=30836 MB 40 G=41116 MB 30G以内,输入上面的数据,如10G你输入10276,在Windows资源管理器里面显示的刚好10.00GB,而在管理工具-磁盘管理界面显示就是1 阅读全文
posted @ 2011-10-15 21:23 January 阅读(635) 评论(0) 推荐(0) 编辑
摘要: 12 个 windows 7 实用技巧{from&微软}一、Windows键 + 空格键“Space”[作用]:透明化所有窗口,快速查看桌面(并不切换)[快捷键]:win+空格将鼠标移到任务栏右方的长方形实现同样的效果二、Windows键 + D[作用]:最小化所有窗口,并切换到桌面,再次按又重新打开刚才的所有窗口[快捷键]:win+d[小结]:这个功能在以前的系统里是都有的,只不过win7的显示桌面放到了任务栏的右下角了 (就是最右边的那个长方形小条)三、Windows键 + tab键[作用]:传说中的3D桌面展示效果[快捷键]:win+tab四、Windows键 + ctrl键+t 阅读全文
posted @ 2011-10-15 21:12 January 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 1.首先尝试修改表中的字段是否允许为NULL或设置为自增时出现一下提示2.在工具->选项->Desigers->取消勾选“组织保存要求重新创建表的更改” 阅读全文
posted @ 2011-10-13 22:26 January 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 控件结构如下 <ajaxToolkit:TabContainer ID="TabContainer1" Height="300px" runat="server" CssClass="ajax__myTab" ActiveTabIndex="0"> <ajaxToolkit:TabPanel runat="server" ID="p1" ToolTip="num"> <HeaderTemplate> 阅读全文
posted @ 2011-08-17 12:53 January 阅读(1427) 评论(2) 推荐(0) 编辑
摘要: 1.Resizable Server PropertiesTargetControlID - The ID of the element that becomes resizableHandleCssClass - The name of the CSS class to apply to the resize handleResizableCssClass - The name of the CSS class to apply to the element when resizingMinimumWidth/MinimumHeight - Minimum dimensions of the 阅读全文
posted @ 2011-08-13 13:39 January 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 该控件的作用就是配合验证控件使用,以气球的形式弹出错误提示。TargetControlID - The ID of the Validator to extend.(要添加扩展的验证控件的ID)Width - The Width of the callout.()CssClass - Name of the CSS used to style the ValidatorCallout.See the ValidatorCallOut Theming section for more information.(低版本中不存在该属性,该属性是该控件的核心)添加CssClass后如下图:>&g 阅读全文
posted @ 2011-08-12 14:36 January 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 1.NumericUpDown Server ReferenceTagetControlID – The ID of the TextBOx to modify.(要扩展的文本框ID)Width - Combined size of the TextBox and Up/Down buttons (min value 25). This property is not used if you provide custom buttons.(文本框和增减按钮的总宽度(最小值为25px)当用户设置自定义按钮时该属性无效)RefValues - A list of strings separated 阅读全文
posted @ 2011-08-12 11:00 January 阅读(652) 评论(0) 推荐(0) 编辑
摘要: PagingBulletedList is an ASP.NET AJAX extender that can be attached to an ASP.NET BulletedList control and provide client-side sorted paging. It is very flexible and lets you specify either the number of characters used in the heading indices or the maximum number of items to display per index. If t 阅读全文
posted @ 2011-08-11 14:28 January 阅读(378) 评论(0) 推荐(0) 编辑