2012年10月11日

摘要: http://www.cnblogs.com/tuyile006/archive/2007/03/20/681258.htmlhttp://www.webdm.cn/webcode/50e9d1af-a199-48b3-b13d-e85c18410637.htmlhttp://www.lanrentuku.com/http://preview.zcool.com.cn/code/rt45/http://kb.cnblogs.com/page/42688/http://fredhq.com/projects/roundabout/#/demoshttp://fredhq.com/projects 阅读全文
posted @ 2012-10-11 22:40 木叶堂 阅读(184) 评论(0) 推荐(0) 编辑

2012年8月8日

摘要: C/C++(1) 基础技能:常用数据结构、指针、常见算法实现(2) 产品常用技能:定时器、状态机、消息处理、资源管理、缓冲机制(3) 软件的需求分析以及逻辑思维能力(4) 软件设计、编辑、编译、调测能力;CHG:1、event、session消息的差异;2、索引;3、函数,主要是对函数功能了解,知道使用哪个函数;4、余额处理是否关心预留;5、周期性任务配置;6、组件变量,临时变量,数组等;7、缓存表使用;8、短消息文件配置;9、建表;10、条件分组(挂靠);11、资费条件树;http://www.cnblogs.com/foolin/archive/2012/09/24/ling_dber_d 阅读全文
posted @ 2012-08-08 11:04 木叶堂 阅读(163) 评论(0) 推荐(0) 编辑

2012年7月21日

摘要: $(document).ready(function() {var widthvalue;if (jQuery.browser.msie) {$("#DropDownList1").focus(function() {widthvalue = $(this).css("width");$(this).css("width", "auto");}).blur(function() {$(this).css("width", widthvalue);});}});http://kb.cnblogs. 阅读全文
posted @ 2012-07-21 16:30 木叶堂 阅读(278) 评论(0) 推荐(0) 编辑

2012年7月9日

摘要: http://www.cnblogs.com/zhangziqiu/archive/2009/04/30/jQuery-Learn-1.html jqueryseries.SmartLabelStyle.Enabled = false;$(function() { var baseIndex = 100; $("#tblGrid") .find("tr").each(function(r) { $(this).find("td").each(function(c) { $(this).find("input") . 阅读全文
posted @ 2012-07-09 23:56 木叶堂 阅读(161) 评论(0) 推荐(0) 编辑

2012年7月3日

摘要: OnClientClick是客户端事件方法.一般采用JavaScript来进行处理.也就是直接在IE端运行.一点击就运行.OnClick事件是服务器端事件处理方法,在服务器端,也就是IIS中运行.点击按钮后,执行postback,再运行protected void Page_Load(object sender, EventArgs e){btnDel.OnClientClick = "return confirm('确定要删除该管理员吗?')"; //为什么这句可以,下边那句不行btnDel.Attributes.Add("OnClientCli 阅读全文
posted @ 2012-07-03 22:28 木叶堂 阅读(528) 评论(0) 推荐(0) 编辑

2012年7月2日

摘要: string dirp = @"E:\hh"; DirectoryInfo mydir = new DirectoryInfo(dirp); foreach (FileSystemInfo fsi in mydir.GetFileSystemInfos()) { if (fsi is FileInfo) { FileInfo fi = (FileInfo)fsi; string x = Syst... 阅读全文
posted @ 2012-07-02 23:19 木叶堂 阅读(130) 评论(0) 推荐(0) 编辑

2012年6月24日

摘要: NPOI教程:http://www.cnblogs.com/tonyqus/archive/2009/04/12/1434209.htmlhttp://www.cnblogs.com/zplutor/archive/2009/07/31/1536146.htmlhttp://www.cnblogs.com/vihone/archive/2010/06/04/1751490.htmlsession问题小键盘方向键4 = 100 2 = 986 = 1028 = 104Session丢失的解决办法小结http://jhxk.iteye.com/blog/458559DataTable dt = n 阅读全文
posted @ 2012-06-24 23:37 木叶堂 阅读(237) 评论(0) 推荐(0) 编辑

2012年6月4日

摘要: padding: 0px 0px 0px 0px; margin: :0px 0px 0px 0px; backgournd: #666; filter: alpha(opacity=0); /*IE*/ -moz-opacity: 0.0; /*MOZ , FF*/ opacity: 0.0; /*CSS3, FF1.5*/ 阅读全文
posted @ 2012-06-04 23:34 木叶堂 阅读(148) 评论(0) 推荐(0) 编辑

导航