12 2008 档案

摘要: Without century (yy) With century (yyyy) Standard Input/Output** - 0 or 100 (*) Default mon dd yyyy hh:miAM (or PM) 1 101 USA mm/dd/yy 2 102 ANSI yy.mm.dd 3 103 British/French dd/mm/yy 4 104 German dd...阅读全文
posted @ 2008-12-19 12:58 汤包 阅读(12) | 评论 (0) 编辑
摘要: 请教winform加载效率的问题:winform 加载窗体为啥会狂闪?是我加了form的backimg和其他一些panel透明的原因么?我主窗体的背景加了个大图,然后其他加载进来的子窗体透明就可以不用设置背景图了,难道是这个原因?请教高手帮解决,谢谢了。。。发到主页希望大家关注帮下忙阅读全文
posted @ 2008-12-12 22:31 汤包 阅读(351) | 评论 (2) 编辑
摘要: 有一个winform窗体,内嵌一个子窗体,子窗体是带滚动条的,现在一提交的时候在父窗体的button触发,但是子窗体message弹出后滚动条又返回初始状态了,能不能有什么方法保留这个状态呢?感觉用光标定位不行,因为光标可能不在当前可视的窗体,期待高手解答阅读全文
posted @ 2008-12-10 17:05 汤包 阅读(349) | 评论 (0) 编辑
摘要: 应该是在线pc那种吧不过有pc和mac,大家还是自己看吧https://www.mesh.com/Web/Devices.aspx阅读全文
posted @ 2008-12-10 13:05 汤包 阅读(486) | 评论 (8) 编辑
摘要: SQL code--获取拼音首字母函数create function f_GetPy(@str nvarchar(4000))returns nvarchar(4000)asbegindeclare @strlen int,@re nvarchar(4000)declare @t table(chr nchar(1) collate Chinese_PRC_CI_AS,letter nchar(1...阅读全文
posted @ 2008-12-10 10:39 汤包 阅读(48) | 评论 (0) 编辑
摘要: ActionScript学习 <mx:Application xmlns:mx=""  creationComplete="initApp()" <mx:script> <![cdata[     internal function initApp():void{//flex定义...阅读全文
posted @ 2008-12-01 23:21 汤包 阅读(10) | 评论 (0) 编辑
posted @ 2008-12-01 00:35 汤包 阅读(33) | 评论 (0) 编辑