摘要:
前几天在看"鬼语者",第一集中的鬼魂一听声音,就很耳熟,走到灯亮处才发现原来是"米帅",哇哈哈,难得看到与越狱中的帅气完全不同的"鬼气";
"米帅"在里面演一个死在越南的老兵鬼魂,让MM帮忙找到自己的儿子的故事......
美剧里的主角配角们经常会在别的剧集中客串一下,给偶们带来惊喜,不错不错
从网上找了几张图,与大家分享一下;
阅读全文
摘要:
INSTALLSHIELD11.5中打包水晶报表的问题,ScriptProject与ScriiptMSIProject差异引起的错误!
使用ScriptMSIProject打包.NET程序后,部署的时候很长,等待时间让人难以忍受,经过分析,ScriptMSIProject打包的时候,会把.net framework的补丁一起打包进来,安装的时候,多了补丁安装的时间,而ScriptProject通过手动指定.net framework框架,则安装速度较能让人接受!
PS:我的安装包是带MSDE桌面数据库+水晶报表部署+SQLDMO组件,使用ScriptProject打包后,大小为145M,安装时间约4分钟,
使用ScriptMSIProject打包,大小为159M,安装时间11分钟。
在使用instalshield11.5打包水晶报表的时候,遇到一个十分顽固的问题,
我用的打包类型为scriptProject,将水晶报表的MSM组件打包进来,并生成安装包后,在另一台机子上安装的过程中,出现错误提示:error 1935.an e 阅读全文
摘要:
今天有一个项目需要用到GRIDVIEW分组显示,合并行,与是通过GOOGLE搜到孟大大关于本问题的解决方案,在此做一下引用:
GridView has a lot of improvements over the DataGrid but it still lacks some very important features. A recurring requirement not available in the GridView is to create groups and summaries. To create summaries we can easily code the RowDataBound event. Grouping is a more complex task, and involves more coding and debugging. But when we need to combine these two features the things really start to get messy. W 阅读全文