11 2013 档案

sqlserver中产生随机字符,随机数
摘要:SELECT REPLACE(NEWID(),'-','') select replicate(char(cast(rand()*1000 as int)%26+97) +char(cast(rand()*1000 as int)%26+97) +char(cast(rand()*1000 a... 阅读全文

posted @ 2013-11-27 18:05 白马酒凉 阅读(192) 评论(0) 推荐(0) 编辑

.NET调用AS/400上的程序(.NET CALL AS/400 PGM)
摘要:http://www.3rgb.com/entry/dotnet_call_as400_program2 .NET连接AS400出现[Safe handle has been closed http://www.3rgb.com/entry/Safe_handle_has_been_close... 阅读全文

posted @ 2013-11-20 14:29 白马酒凉 阅读(152) 评论(0) 推荐(0) 编辑

监控某进程内存占用异常
摘要:1.利用tasklist命令把以T开头的进程PID值和占用内存的信息 --------------------->>d:\test.txt echo %time% >>d:\test.txt tasklist /fi "IMAGENAME eq T*" /fo list >>d:\test.tx... 阅读全文

posted @ 2013-11-20 09:56 白马酒凉 阅读(503) 评论(0) 推荐(0) 编辑

WinDbg
摘要:http://www.cnblogs.com/happyhippy/archive/2007/04/08/710933.html .dump /m C:\dumps\myapp.dmp http://wingeek.blog.51cto.com/1226974/273964 http://... 阅读全文

posted @ 2013-11-14 16:34 白马酒凉 阅读(96) 评论(0) 推荐(0) 编辑

sql server中如何查看执行效率不高的语句
摘要:http://database.51cto.com/art/201009/224226.htm SELECT creation_time N'语句编译时间' ,last_execution_time N'上次执行时间' ,total_physical_r... 阅读全文

posted @ 2013-11-12 16:00 白马酒凉 阅读(108) 评论(0) 推荐(0) 编辑

IIS遇到过的问题
摘要:1. IIS的一个莫名错误Server Application Unavailable http://www.kesion.com/zzcd/asp/aspjq/474.html 新打开这个服务ASP.net state Service后,IIS就正常了。 2.Web Site指定不同的FrameW 阅读全文

posted @ 2013-11-11 17:27 白马酒凉 阅读(115) 评论(0) 推荐(0) 编辑

清除系统垃圾
摘要:http://zhidao.baidu.com/link?url=ounmLAHYvkR5YkWCgi3SciVUk7exuUyThc1EZ7ldoD_94GMBWEkzv1vLpMREwsWid4SiWAxDyxfd5xyjC81LYq @echo off echo 正在清除系统垃圾文件,... 阅读全文

posted @ 2013-11-11 09:39 白马酒凉 阅读(75) 评论(0) 推荐(0) 编辑

CSS学习
摘要:1.CSS禅意花园 http://www.csszengarden.com/tr/chinese/ PDF下载 http://pan.baidu.com/share/link?shareid=97728&uk=2198011810 经典作品 http://www.mezzoblue.com/zeng 阅读全文

posted @ 2013-11-08 12:01 白马酒凉 阅读(131) 评论(0) 推荐(0) 编辑

html5shiv
摘要:https://github.com/aFarkas/html5shiv 阅读全文

posted @ 2013-11-08 10:07 白马酒凉 阅读(75) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示