用户操作
[即时聊天] [发私信] [加为好友]
参考笔名 ID:cryeyes
93538次访问,排名983好友0人,关注者0
cryeyes的文章
原创 38 篇
翻译 1 篇
转载 156 篇
评论 44 篇
CryEyes的公告
Locations of visitors to this page

我不得不承认JavaScript确实很神奇

最近评论
fdfsd:fdsf
coke:整个市中心都难找到一个浦发银行,真是后悔办这个银行的卡,太不方便了!!!
webfpc:safsa
Dec:按站长的方法装了IE7,AdobeCS3的软件都无法正常启动了,55555.. 只好还原回去..悲痛~
Dec:按站长的方法装了IE7,AdobeCS3的软件都无法正常启动了,55555.. 只好还原回去..悲痛~
文章分类
收藏
    相册
    逛一逛
    两字关情(RSS)
    冰释蔚蓝
    友米之炊
    奋斗青年(RSS)
    落英缤纷集(RSS)
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    技术所有与技术相关的

    转载 功能齐全的DataGrid 收藏

    功能齐全的DataGrid 阅读全文>

    发表于 @ 2008年09月22日 15:04:00|评论(loading...)|收藏

    原创 asp.net论坛注册校验收藏

    asp.net论坛注册校验阅读全文>

    发表于 @ 2008年08月25日 10:49:00|评论(loading...)|收藏

    翻译 如何在postback后保持FuileUpload控件中的值收藏

    简单介绍:出于安全考虑的设计,Fileupload控件中的值不能被程序设置。本文给出的解决方案:1. 选中立即传送到服务端作为临时文件,postback后只是确认处理。2. 让选中上传文件作为页面的最后一个步骤。之后马上提交。3. 把文件传送页面和其他选项分成不同的页面(譬如弹出一个窗口专门传文件)4.假如之前需要验证,多使用js进行客户端验证,阻止postback.其他部分大家可以自己阅读。http://www.net-aspect.com/Articles/Retaining-the-Value-of-a-File-Upload-Field-on-Postback.aspxhttp://forums.asp.net/p/1075823/1679194.aspxRetaining the Value of a File Upload Field on PostbackIntroductionThe FileUpload control displays a text box control and a browse button t阅读全文>

    发表于 @ 2008年08月25日 10:13:00|评论(loading...)|收藏

    转载 Get text from HTML收藏

    Get text from HTML阅读全文>

    发表于 @ 2008年08月07日 17:00:00|评论(loading...)|收藏

    转载 Convert HTML to Plain Text收藏

    Convert HTML to Plain Text阅读全文>

    发表于 @ 2008年08月07日 16:59:00|评论(loading...)|收藏

    转载 For Google收藏

    Who write it?阅读全文>

    发表于 @ 2008年08月05日 13:52:00|评论(loading...)|收藏

    转载 Content-type: How to force a file download收藏

    Content-type: How to force a file download阅读全文>

    发表于 @ 2008年07月31日 14:16:00|评论(loading...)|收藏

    转载 Recovering VMware snapshot after parent changed -- I have fixed my snapshot follow this收藏

    Recovering VMware snapshot after parent changed 阅读全文>

    发表于 @ 2008年07月31日 09:39:00|评论(loading...)|收藏

    转载 使用getElementById获取DropDownList的值__使用ValidatorEnable控制Validator控件收藏

    getElementById DropDownList ValidatorEnable阅读全文>

    发表于 @ 2008年07月27日 17:44:00|评论(loading...)|收藏

    转载 Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack. 收藏

    Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack. 阅读全文>

    发表于 @ 2008年07月25日 11:18:00|评论(loading...)|收藏

    转载 弹出窗口window.open()的参数列表收藏

    弹出窗口window.open()的参数列表阅读全文>

    发表于 @ 2008年07月25日 11:06:00|评论(loading...)|收藏

    转载 配置 SQL Server 2005 远程调试存储过程 收藏

    配置 SQL Server 2005 远程调试存储过程 阅读全文>

    发表于 @ 2008年07月18日 11:07:00|评论(loading...)|收藏

    转载 [翻译]在Visual Studio 2005中调试SQL Server 2005的存储过程收藏

    sql remote debug阅读全文>

    发表于 @ 2008年07月18日 11:06:00|评论(loading...)|收藏

    转载 SQL 游标收藏

    <DIV id=ArticleContentTitle><A name=baidusnap1></A><B style="COLOR: black; BACKGROUND-COLOR: #a0ffff">游标</B>详解之基本<A name=baidusnap2></A><B style="COLOR: black; BACKGROUND-COLOR: #99ff99">语法</B>篇</DIV><DIV id=ArticleAuthor>作者:佚名&nbsp;&nbsp;转自:http://www.pushad.com&nbsp;&nbsp;点击:208&nbsp;&nbsp;发布日期:2007-7-4 </DIV><DIV id=ArticleContent><P>要想明白什么是<B style="COLOR: black; BACKGROUND-COLOR: #阅读全文>

    发表于 @ 2008年07月14日 15:17:00|评论(loading...)|收藏

    原创 c#.net实现splash screen(闪屏)的几个方法:收藏

    c#.net实现splash screen(闪屏)的几个方法: 闪屏直接用个form就可以了,然后在主form中new出来,并且调用form.show() (千万别用showdialog)。比较麻烦的是希望在这个时候把主窗体隐藏起来。下面是解决方法。 不能用常规的this.Visible来设定。因为form的load事件后form会show出来。 以下方法1~3测试有效: 阅读全文>

    发表于 @ 2008年07月03日 11:34:00|评论(loading...)|收藏

    Csdn Blog version 3.1a
    Copyright © CryEyes