lano chan 点滴生活

随笔分类 -  Asp

Work With It
vb 控制摄像头(网上转的,备用)
摘要:测试的时候 需要新建两个 command,一个 combo,一个timer 控件代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--PrivateDeclareFunctionSendMessageLib"USER32"Alias"SendMessag... 阅读全文

posted @ 2010-04-17 19:40 lano chan 阅读(349) 评论(0) 推荐(0)

VB关键字提取 效率很低!~
摘要:VB关键字提取 效率很低!~ 阅读全文

posted @ 2010-04-16 15:40 lano chan 阅读(214) 评论(0) 推荐(0)

vb 搜索指定目录下的指定类型文件
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--FunctionSearchFiles(PathAsString,FileTypeAsString)OnErrorGoToErrMsgDimFiles()AsString'文件路径DimFolder(... 阅读全文

posted @ 2009-12-09 12:01 lano chan 阅读(800) 评论(0) 推荐(0)

Vb Shell 打开程序 等待运行完毕后再继续
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--PrivateDeclareFunctionWaitForSingleObjectLib"kernel32"(ByValhHandleAsLong,ByValdwMillisecondsAsLong)... 阅读全文

posted @ 2009-12-09 11:57 lano chan 阅读(824) 评论(0) 推荐(0)

Vb ini 文件操作类
摘要:vb6.0 ini 文件操作类 阅读全文

posted @ 2009-12-09 11:49 lano chan 阅读(419) 评论(0) 推荐(0)

JQ获取远程数据 实用工具
摘要:还有一个是天气预报的 这个是根据www.weather.com.cn的数据分析过来的。呵呵,前段时间做OA的时候要用到,网上没有找到合适的,就分析了一下 做了一个。这个是改版后的版本。只要他们不大改数据,应该不会有问题的 等有时间了准备做一个根据传入城市名字读取。暂时没有做。 http://www.wangruan.net/app/weather_api/ 阅读全文

posted @ 2009-11-15 23:01 lano chan 阅读(236) 评论(1) 推荐(0)

IE6下 固定位置层的 不震动实现
摘要:如何解决“振动”的问题? 显然IE有一个多步的渲染进程。当你滚动或调整你的浏览器大小的时候,它将重置所有内容并重画页面,这个时候它就会重新处理css表达式。这会引起一个丑陋的“振动”bug,在此处固定位置的元素需要调整以跟上你的(页面的)滚动,于是就会“跳动”。 阅读全文

posted @ 2009-10-17 10:52 lano chan 阅读(426) 评论(0) 推荐(0)

导航