摘要:
声明:我把所有安装都放在D:\Work\Android\,请根据实际情况进行修改。本人也是初学者,如有安装问题,可以通过邮箱与我联系:seamanhy@hotmail.com一、安装【jdk-8u40-windows-i586.exe】,并且配置JAVA环境计算机-属性-高级系统设置-高级-环境变量...
阅读全文
posted @ 2015-05-16 11:39
seamanhy
阅读(1939)
推荐(0)
摘要:
最近用了下Google的这两个功能。代码分析http://www.google.com/analytics/Maphttp://code.google.com/intl/zh-CN/apis/maps/index.html
阅读全文
posted @ 2010-12-10 17:10
seamanhy
阅读(242)
推荐(0)
摘要:
Response.Clear();Response.Buffer = true;Response.AppendHeader("Content-Disposition", "attachment;filename=CV-List"+DateTime.Now.ToString("-yyyy-MM-dd")+".xls");Response.ContentType = "application/vnd....
阅读全文
posted @ 2010-11-10 15:23
seamanhy
阅读(323)
推荐(0)
摘要:
搞了那么多年的程序了,今天碰到个低级问题,还折腾了我好久。。。在GridView中绑定数据,为了要显示Html,故用BoundField的HtmlEncode来显示,但结果数据出现了重复绑定。。。狂汗!瀑布汗!360汗!QQ汗!!!后来通过反复研究和实验,原来GridView中AutoGenerateColumns需要设置False
阅读全文
posted @ 2010-11-02 08:47
seamanhy
阅读(1309)
推荐(0)
posted @ 2010-07-27 14:15
seamanhy
阅读(279)
推荐(0)
摘要:
1.区分大小写 select * from db1 where col1=’AbCdE’ collate Chinese_PRC_CS_AI--区分大小写 select * from db1 where col1=’abCdE’ collate Chinese_PRC_CI_AI--不区分大小写2.如果想让服务器上所有的存储表都区分大小写就需要在安装...
阅读全文
posted @ 2010-07-07 15:20
seamanhy
阅读(241)
推荐(0)
摘要:
程序实现了除localhost之外其他的域名访问,代码下载地址如下,有兴趣的朋友可以下载联系方式:seamanhy@hotmail.comhttp://files.cnblogs.com/seamanhy/%e9%98%b2%e6%ad%a2%e7%9b%97%e9%93%be_Ximanhai.zip
阅读全文
posted @ 2010-07-06 13:44
seamanhy
阅读(270)
推荐(1)
摘要:
很支持开源的产品,之前一直使用FCK,但大家都知道这个东西对于中文的支持程度,现在终于有了我们自己的开源产品了,很感谢作者的劳动,谢谢。下面是演示地址。http://xheditor.com/demo
阅读全文
posted @ 2010-07-02 15:16
seamanhy
阅读(811)
推荐(0)
摘要:
结合一些参考的资料,做了下面这样一个demo,有兴趣的可以下载后看一下。有问题可以给我邮件。seamanhy@hotmail.comhttp://files.cnblogs.com/seamanhy/UrlRewriter_Ximanhai.zip
阅读全文
posted @ 2010-07-02 15:13
seamanhy
阅读(725)
推荐(0)
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<metacontent="EditPlus"name="Generator"/><metacontent="YC"name="Author"/><scriptlangu...
阅读全文
posted @ 2010-03-31 15:31
seamanhy
阅读(449)
推荐(0)