Bestcomy.net blog

Coding for funny
随笔 - 118, 文章 - 1, 评论 - 2920, 阅读 - 89万

导航

随笔分类 -  随笔

随便写写
摘要:在Server 2008上的MOSS 2007文档库不能通过"资源管理器"方式上传大文件,找到这篇文章解决了,记录一下。http://www.sharepointboris.net/2009/02/upload-bug-in-moss-2007-windows-server-2008/实际是IIS7的设置问题。因为我用代码写的Console程序在服务器上传大文件是可以成功的。 阅读全文

posted @ 2010-07-08 13:08 bestcomy 阅读(414) 评论(0) 推荐(0) 编辑

摘要:最近工作中发现需要转换Excel列名,例如A列序号为0,Z列序号为25,ZB列则为27发现字母列名实际为26进制,于是写了如下Helper Class来解决我的问题:12publicclassExcelColumnTranslator3{4privateExcelColumnTranslator()5{6}78publicstaticintToIndex(stringcolumnName)9{10... 阅读全文

posted @ 2009-02-04 00:21 bestcomy 阅读(2099) 评论(2) 推荐(0) 编辑

摘要:1varProgressIndicator={2isShow:false,3height:100,4width:300,5target:self,6spinner:"../images/spinner.gif",7show:function(width,height,target)8{9if(this.isShow==false)10{11if(arguments.length>=2)12{... 阅读全文

posted @ 2008-04-03 16:32 bestcomy 阅读(2484) 评论(12) 推荐(0) 编辑

摘要:直至今天早晨,仍然未见国内网友转载该消息。一向即时翻译 ScottGu博文的博克堂亦未见翻译文字。我来凑个热闹。ScottGu已宣布公开 ASP.NET Preview 2 Release源码,可到Codeplex下载。 阅读全文

posted @ 2008-03-22 08:27 bestcomy 阅读(5230) 评论(12) 推荐(0) 编辑

摘要:项目组缺人,替老大在此发招聘信息一则:要求:至少3年.net开发经验;有责任心,勤奋,谦虚,善于团队合作;良好的学习、理解、抽象思维能力;需要来之能战,战之能胜工作地点:复兴门待遇面议注意:非FTE职位;因长期在客户方工作,工作环境由客户方提供,此职位不适合对工作环境有较高要求者。有意者简历至v-shaolv# microsoft.com 阅读全文

posted @ 2008-03-18 22:58 bestcomy 阅读(1866) 评论(8) 推荐(0) 编辑

摘要:http://weblogs.asp.net/kevinlv/ 阅读全文

posted @ 2008-01-23 23:34 bestcomy 阅读(890) 评论(6) 推荐(0) 编辑

摘要:已经相当久没有写Blog了,差不多大半年的时间都在作SharePoint相关工作,给一家国企部署企业门户,做了大量的定制化开发,今天突然想写点东西,目前部署工作进入尾声,那就谈一谈我在部署SharePoint的一些个人体会吧,因为不知道自己具体要说什么,也没有重点,那就给这篇Blog命名为“胡言乱语”吧。我们在部署过程中碰到的第一个问题就是SharePoint的界面风格与用户的期望有很大差距,后来... 阅读全文

posted @ 2007-10-19 22:34 bestcomy 阅读(1645) 评论(2) 推荐(0) 编辑

摘要:最近微软vs.net开发人员会向我们征询在使用vs.net中的不满意的地方以及新featrue的建议。这些意见和建议将很可能在将来的产品中体现。借博客园这块风水宝地,请园子里的高手都来说道说道,畅所欲言。我将在几日后与vs.net开发人员的座谈中把你们意见和建议提交给vs.net产品组。(请dudu允许暂放首页一日) 阅读全文

posted @ 2006-11-14 23:23 bestcomy 阅读(4235) 评论(52) 推荐(0) 编辑

摘要:Some script I must post here in case of my bad memory. Maybe useful for my blog visitors.1vargetHead=function(){2returndocument.getElementsByTagName("head")[0];3};4varincludeJavascriptFile=function(ur... 阅读全文

posted @ 2006-11-03 10:35 bestcomy 阅读(1563) 评论(2) 推荐(0) 编辑

摘要:I need to render some html in my asp.net applications sometime, I chose HtmlTextWriter to build the html source because I can use those handy methods of this object such as RenderBeginTag, AddAttribut... 阅读全文

posted @ 2006-11-02 16:03 bestcomy 阅读(1383) 评论(0) 推荐(0) 编辑

摘要:When I create a new sharepoint template for my project use, I want to set the value for webpart’s properties as soon as the site created using this template. Adding a list by default is easy after my ... 阅读全文

posted @ 2006-10-31 23:00 bestcomy 阅读(1247) 评论(0) 推荐(0) 编辑

摘要:I am new for SharePoint less than one month. Yesterday, when I tried to get a calculated field value from the SPListItem, I always got an original value like float;#16.0000000. After one day headache,... 阅读全文

posted @ 2006-09-28 16:30 bestcomy 阅读(923) 评论(0) 推荐(0) 编辑

摘要:问题重现:WebForm中定义eventpublic delegate void AppendFinishedEventHandler(Page sender,SqlTransaction trans);public event AppendFinishedEventHandler AppendFinished; 激发eventthis.AppendFinished(this,trans); We... 阅读全文

posted @ 2006-08-01 15:26 bestcomy 阅读(971) 评论(1) 推荐(0) 编辑

摘要:javascript判断当前webform是否在frame中self==toptrue 不在frame中;false 在frame中。 阅读全文

posted @ 2006-07-27 00:11 bestcomy 阅读(998) 评论(2) 推荐(0) 编辑

摘要:最近要给客户做培训需要配置一个测试环境,因为系统使用域用户验证,建立大量的域用户工作量比较大,而且测试环境的用户名可以根据用户单位和角色建立一个用户名模式,例如:角色.单位于是用c#批量建立用户,发现这样两个比较棘手的问题:1. 如何设置用户名初始密码2. 如何设置“用户下次登陆时须更改密码”不选中(缺省选中)最终的测试建立用户的代码如下: 1 DirectoryEntry AD = new D... 阅读全文

posted @ 2006-07-04 23:54 bestcomy 阅读(6847) 评论(4) 推荐(0) 编辑

摘要: 阅读全文

posted @ 2006-03-17 22:06 bestcomy 阅读(1424) 评论(0) 推荐(0) 编辑

摘要:so cool!!!!! try here 阅读全文

posted @ 2006-03-01 09:18 bestcomy 阅读(691) 评论(0) 推荐(0) 编辑

摘要:http://www.simple-talk.com/2005/03/09/coding-after-40/an article talk about coding life, I think you will write down sth after reading. where is my future is the question I ask myself frequantly. 阅读全文

posted @ 2006-02-24 12:36 bestcomy 阅读(488) 评论(0) 推荐(0) 编辑

摘要:我的Windows Live Messenger下蛋了,还有4个,先到先得。 阅读全文

posted @ 2006-01-16 09:41 bestcomy 阅读(1412) 评论(26) 推荐(0) 编辑

摘要:select convert(nvarchar,cast('12434545.9462' as money),1) 如有更好的高招请不吝赐教. 阅读全文

posted @ 2006-01-06 16:14 bestcomy 阅读(3431) 评论(2) 推荐(0) 编辑

点击右上角即可分享
微信分享提示