上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 46 下一页
该文被密码保护。 阅读全文
posted @ 2018-07-30 19:12 三瑞 阅读(1) 评论(0) 推荐(0)
摘要: 1、新建作业名 “生成分区文件及文件组“ 2、新建 步骤 名 “CreatePartTable” 3、新建计划 名“CreatePartTablePlan“ 最后请保证作业是启用的,SQL Server代理服务是启动了 阅读全文
posted @ 2018-07-26 18:01 三瑞 阅读(439) 评论(0) 推荐(0)
摘要: 第三个建立自动建分区 利用SQL代理建立作业执行上面的存储过程 如果数据库代理意外关闭导至自己分区没有执行,当发现时可能晚了造成默认数据库文件特别大处理方法如下: 阅读全文
posted @ 2018-07-25 13:45 三瑞 阅读(609) 评论(0) 推荐(0)
摘要: 下面为取消方法 { field: 'Guid', title: '操作', width: 80, align: 'center', formatter: function (value, rowData, rowIndex) { if (rowData) { var $view = "<a href 阅读全文
posted @ 2018-07-19 09:38 三瑞 阅读(346) 评论(0) 推荐(0)
摘要: Cross-origin plugin content from must have a visible size larger than 400 x 300 pixels, or it will be blocked. Invisible content is always blocked. 这儿 阅读全文
posted @ 2018-06-14 14:31 三瑞 阅读(5479) 评论(0) 推荐(0)
摘要: <configuration> <configSections> ... <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/> <sectionGroup name="i 阅读全文
posted @ 2018-05-31 15:22 三瑞 阅读(256) 评论(0) 推荐(0)
摘要: Ajax调用的前提(以aspx文件为例:) 1、首先需要在aspx文件后台中引用using System.Web.Services; 2、需要调用的方法必须是公共的(public)、静态的(static);如果不是会提示“500 Internal Server Error 问题”,代表找不到meth 阅读全文
posted @ 2018-05-30 12:05 三瑞 阅读(387) 评论(0) 推荐(0)
摘要: //对Array的扩展,查找所有满足条件的元素 Array.prototype.findAll = function (match) { var tmp = []; for (var i = 0; i 0) { tempObj = CheckArrayFormat(tempObj, attrPoint); ... 阅读全文
posted @ 2018-05-20 18:56 三瑞 阅读(1447) 评论(0) 推荐(0)
摘要: nginx js、css、图片 及 一些静态文件中出现 http://upstreamname:port 导致部分网页样式显示不正常 http://upstreamname:port/....../.......js 解决方法: 将@Url.StaticFile("“)修改为 从根目录中替换了 阅读全文
posted @ 2018-05-05 13:18 三瑞 阅读(201) 评论(0) 推荐(0)
摘要: AP.NET MVC默认跨域方法如下: <system.webServer> <validation validateIntegratedModeConfiguration="false" /> <modules runAllManagedModulesForAllRequests="true" / 阅读全文
posted @ 2018-05-02 22:02 三瑞 阅读(390) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 46 下一页