上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: 对varchat(max)或者 text字段进行操作,估计很多人会遇到8K字符的限制。网上流传的最多的是用存储过程 把字符取成小段小段的做。很麻烦。今采用 SQL Server 2005 SQLCLR搞定。步骤如下:1.首先安装sqlserver2005和visualstudio2005。启用sqlserver2005的clr,应先在sqlsever的查询分析器按实际情况执行下边的语句已配置 CL... 阅读全文
posted @ 2009-02-23 15:32 toon的泥瓦匠 阅读(552) 评论(0) 推荐(0)
摘要: --前提如果sqlserver 2005 express 需要下载 SQLEXPR_ADV.EXE。安装Full-Text支持--安装完了,FullText Search在Sqserver configuration Manager中的三个服务中的Sql Server FullText Search中的账户 Log on as "Local System"在查询分析器中安下面步骤--打开数据库us... 阅读全文
posted @ 2009-01-16 10:41 toon的泥瓦匠 阅读(787) 评论(1) 推荐(0)
摘要: 申请iPhone Development Program(iDP) 看到晚上很多网友的申请过程充满了各种升起和不确定性。我从11月开始申请,11月21,收到了激活信,十分顺利激。给大家分享一下我的申请经历吧。1.登录http://developer.apple.com/iphone/program/apply.html 提交iphone developer申请。 2.收到iPhone Develo... 阅读全文
posted @ 2008-11-24 01:20 toon的泥瓦匠 阅读(1842) 评论(1) 推荐(0)
摘要: 用weborb 开发了基于rso的应用 在线客服系统 livechat产品。用到rtmp 协议,部署到主机需要服务器打开2037端口。这个比较麻烦,用rtmpt可以解决这个问题,实现了IIS6.0 80端口和rtmpt共用一个端口。步骤:1.IIS6 的web根下面加入c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll2.把... 阅读全文
posted @ 2008-09-18 17:28 toon的泥瓦匠 阅读(843) 评论(1) 推荐(0)
摘要: 想在flex中真实的显示html,但是texteara,lable,text中只支持部分html标签<a>、<b>、<br>、<font>、<img>如果用img又存在显示自动换行的问题。只有采用嵌入html的方法来解决。1.flexdemo1<?xml version="1.0" encoding="utf-8"?><... 阅读全文
posted @ 2008-08-21 09:45 toon的泥瓦匠 阅读(2805) 评论(1) 推荐(0)
摘要: XslCompiledTransform Slower than XslTransform? This post discusses: Why XslCompiledTransform may be slower than XslTransform How to reduce start-up time if you use one of the managed XSLT processors W... 阅读全文
posted @ 2008-05-25 14:20 toon的泥瓦匠 阅读(889) 评论(0) 推荐(0)
摘要: Q:1.下载升级sliverlight 2 beta1 后,游览器就是不能显示.A:清空IE的缓存搞定 阅读全文
posted @ 2008-05-06 11:03 toon的泥瓦匠 阅读(548) 评论(0) 推荐(0)
摘要: Thank you slashdot :-)Here is a checklist of the factors that affect your rankings withGoogle, MSN, Yahoo! and the other search engines. The list containspositive, negative and neutral factors because... 阅读全文
posted @ 2008-04-20 01:26 toon的泥瓦匠 阅读(331) 评论(0) 推荐(0)
摘要: 1.web.config中加入<sessionStatemode="StateServer"cookieless="false"timeout="40"stateConnectionString="tcpip=127.0.0.1:42424"></sessionState>2.把计算机的服务 asp.net 状态 这个启动3.代码页面上的引用using System.Web... 阅读全文
posted @ 2008-04-01 00:31 toon的泥瓦匠 阅读(235) 评论(0) 推荐(0)
摘要: CSS hack是指我们为了兼容各浏览器,而使用的特别的css定义技巧。这是国外摘来的一张CSS hack列表,显示了各浏览器对css hack的支持程度,对我们制作兼容网页非常有帮 阅读全文
posted @ 2008-03-14 09:59 toon的泥瓦匠 阅读(223) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 11 下一页