上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页
摘要: XP系统,找到目录C:\Documents and Settings\Administrator\Application Data\Microsoft\Templates删除里面的模板文件即可 阅读全文
posted @ 2014-08-03 10:57 御不凡 阅读(415) 评论(0) 推荐(0)
摘要: 如果DataFormatString无效,请添加属性HtmlEncode = "false"---------------------------------------DataFormatString 属性语法如下:DataFormatString="{0:格式字符串}"我们知道在DataForm... 阅读全文
posted @ 2014-07-27 10:15 御不凡 阅读(429) 评论(0) 推荐(0)
摘要: 示例:在system.web中添加设置文件大小限制10M一、修改配置Web.Config文件中的httpRuntime节点对于asp.net,默认只允许上传4M文件,增加如下配置,一般可以自定义最大文件大小.//executionTimeout预设(即默认)是 90 秒//可以修改:executio... 阅读全文
posted @ 2014-07-24 16:41 御不凡 阅读(1491) 评论(0) 推荐(0)
摘要: using System.IO;string path = @"D:\accountDaoRu\"; if (Directory.Exists(path) == false) { Directory.CreateDirectory(path); }if (Directory.Exists(Serve... 阅读全文
posted @ 2014-07-23 20:57 御不凡 阅读(11453) 评论(0) 推荐(0)
摘要: “代理XP”组件已作为此服务器安全配置的一部分被关闭。系统管理员可以使用sp_configure来启用“代理XP”。有关启用“代理XP”的详细信息,请参阅SQL Server联机丛书中的“外围应用配置器”。(ObjectExplorer)sp_configure 'show advanced opt... 阅读全文
posted @ 2014-06-22 17:51 御不凡 阅读(239) 评论(0) 推荐(0)
摘要: 手工创建提示报错的路径,重新生成,成功 阅读全文
posted @ 2014-06-19 18:00 御不凡 阅读(169) 评论(0) 推荐(0)
摘要: create procedure pro_aaa( @canshu1nvarchar(200), @canshu2nvarchar(200)) as begin declare @strsql nvarchar(2000) set @strsql='select * from table1 wher... 阅读全文
posted @ 2014-06-16 23:03 御不凡 阅读(168) 评论(0) 推荐(0)
摘要: string[] areaID = area1Id.Split(new char[] { ',' }); 阅读全文
posted @ 2014-06-15 21:34 御不凡 阅读(359) 评论(0) 推荐(0)
摘要: 1、开机点击F1进入到bios界面2、进入Security—Secure Boot—Disabled如果不修改Secure boot选项为Disabled,在光驱引导时可能会出现报错3、进入Startup—UEFI/Legacy Boot选项,以下有两种选择(1)UEFI/Legacy Boot选项... 阅读全文
posted @ 2014-06-15 09:46 御不凡 阅读(1505) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-06-10 08:59 御不凡 阅读(178) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页