01 2015 档案
摘要:嘿嘿。今天学习了AJAX的几个方法今天学习了AJAX的几个方法,其实我很早在公司实习的时间就认识了它,但是对它一无所知,也并没有去学习它,今天学习它让我感到很兴奋因为重新了解了它,嘿嘿,下面就来总结一下今天学习的吧。一.在javascript中写AJAX public void Proce...
阅读全文
摘要:解决方案添加this.IsMdiContainer = true;或者下面的方法
阅读全文
摘要:[WebMethod(Description = @"根据时间查询会议项目[时间格式为:2014-01-01] DateTime StartTime , DateTime Endtime ")] public L...
阅读全文
摘要:System.Net.Mail.SmtpClientclient=newSmtpClient("smtp.163.com");client.UseDefaultCredentials=false;client.Credentials=newSystem.Net.NetworkCredential("...
阅读全文
摘要:Infragistics 汉化实例:Infragistics.Shared.ResourceCustomizer rc=Infragistics.Win.UltraWinGrid.Resources.Customizer; rc.SetCustomizedString("Sum...
阅读全文
摘要:stringtestPropertyName="MainFormText";Properties.Settingssetting=Properties.Settings.Default;Typetype=setting.GetType();PropertyInfopropertyInfo=type....
阅读全文
摘要:WIN7、WIN8注册卸载dll报错:模块"xxxx.dll"已加载,但对DllRegisterServer的调用失败,错误代码为XXXXXXXXX解决方法:若为安装,首先要保证XXX.dll在system32中,或者给出DLL的完整路径。运行输入cmd会显示cmd.exe右键“以管理员身份运行”注...
阅读全文
摘要://Thread.Sleep(1000 * 60); //DateTime getDataTime = DateTime.Now; //if (getDataTime >= new DateTime(getDataTime...
阅读全文
摘要:近期花时间研究了一下windows和linux下某服务停了后自动重启的功能,在网上收集了些资料,并经过测试,在此整理一下。这里介绍的是windows服务的监控,是通过批处理来实现的。本例是监控windows的Computer Browser为例,每60秒检测一次(可根据实际需要调整间隔),当发现服务...
阅读全文
摘要:有时候 会出现错误 :如log4net 错误 2 未能找到类型或命名空间名称“log4net”(是否缺少 using 指令或程序集引用?)解决 方法 :http://q.cnblogs.com/q/38885/ ...
阅读全文
摘要:sql 第 10条 到20条select * from( select *,ROW_NUMBER () over (order by @@servername) as rownum from tb_Grade) a where rownum between 11 and 20 select top...
阅读全文
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.Linq;using System.Se...
阅读全文
摘要:1) 下載 ASM_2_30.zip 并解压缩, 取得 asm.jar http://download.csdn.net/download/wwj_748/4889599 (2) 将 asm.jar 复制到D:\android-sdk\platform-tools目录下 2. 执行 Android
阅读全文
摘要:标题栏 居中DataGridViewCellStyle headerStyle = new DataGridViewCellStyle(); //dg_MeetingRoom 头居中样式headerStyle.Alignment = System.Windows.Forms.DataGridVie...
阅读全文

浙公网安备 33010602011771号