上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 52 下一页
摘要: 前几天,我采用分离数据库的办法,清理了某MOSS站点对应的数据库日志(日志文件膨胀的太快了,正确的做法用压缩)。我发现MOSS某站点对应的数据库挂掉了。尽管之前我备份了完整的mdf和ldf文件,放在data目录下,重新放回去,SQL管理器中只能看到这个数据库的图标,无法展开看到表等等。环境:MOSS2007、MS SQL2005、Windows2003详细的恢复过程如下:问题描述:估计是SQL S... 阅读全文
posted @ 2009-11-30 17:44 风影极光 阅读(2079) 评论(11) 推荐(0) 编辑
摘要: //string words = "1,2,3"; //string[] split = words.Split( ','); //foreach (string s in split) //{ // if (s.Trim() != "") // Console.WriteLine(s); //} 阅读全文
posted @ 2009-11-30 13:38 风影极光 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 在查询分析器中运行如下代码即可:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--declare@sqlvarchar(100)while1=1beginselecttop1@sql='kill'+cast(spidasvarchar(3))from... 阅读全文
posted @ 2009-11-30 13:11 风影极光 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 效果预览 传统的mouseover提示效果图: 1、 2、友好的设计   Code: Download 阅读全文
posted @ 2009-11-29 14:24 风影极光 阅读(624) 评论(0) 推荐(0) 编辑
摘要: Borland C++ 3.1 VC++6 VC++2005 DEV-C++ GCC/GDB CygwinBorland C++ Builder 6.0Turbo CEclipse+CDTwindows: 推荐DevC++ Linux: gcc+VIM+ctags / eclipse / Kdevlop 阅读全文
posted @ 2009-11-29 14:11 风影极光 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 标签定位:格式:<a href="#目标dom元素的name或id" title="111">神经网络算法</a></p>示例:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<body><p&... 阅读全文
posted @ 2009-11-29 13:27 风影极光 阅读(191) 评论(0) 推荐(0) 编辑
摘要: http://www.quirksmode.org/js/events_mouse.html 阅读全文
posted @ 2009-11-29 11:46 风影极光 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 问题场景:看了衣志明的WebCast(三)中有使用GDI+绘图部分,跟着写了代码,居然报错了":“System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.”定位的代码行为:bmp.Save(Response.OutputStream, ImageFormat.Png... 阅读全文
posted @ 2009-11-27 23:57 风影极光 阅读(3814) 评论(10) 推荐(0) 编辑
摘要: 开发环境:vs2010beta2使用场景:新闻发布等CMS系统一、创建用于生成静态页面的html模板文件template.html放在web应用程序的根目录下相关代码如下:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1<html>... 阅读全文
posted @ 2009-11-27 17:12 风影极光 阅读(901) 评论(1) 推荐(1) 编辑
摘要: 对于JAVA APP来讲,LDAP属于外部资源,这点上它非常类似于database;而JNDI为java的应用程序提供了访问和操作LDAP的API,这点上看JNDI类似于JDBC 所以说JNDI并不管理目录数据,但是它管理目录数据源。 阅读全文
posted @ 2009-11-27 16:14 风影极光 阅读(171) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 52 下一页