上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 44 下一页
摘要: 下面为取消方法 { field: 'Guid', title: '操作', width: 80, align: 'center', formatter: function (value, rowData, rowIndex) { if (rowData) { var $view = "<a href 阅读全文
posted @ 2018-07-19 09:38 三瑞 阅读(339) 评论(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 三瑞 阅读(5469) 评论(0) 推荐(0)
摘要: <configuration> <configSections> ... <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/> <sectionGroup name="i 阅读全文
posted @ 2018-05-31 15:22 三瑞 阅读(245) 评论(0) 推荐(0)
摘要: Ajax调用的前提(以aspx文件为例:) 1、首先需要在aspx文件后台中引用using System.Web.Services; 2、需要调用的方法必须是公共的(public)、静态的(static);如果不是会提示“500 Internal Server Error 问题”,代表找不到meth 阅读全文
posted @ 2018-05-30 12:05 三瑞 阅读(373) 评论(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 三瑞 阅读(1434) 评论(0) 推荐(0)
摘要: nginx js、css、图片 及 一些静态文件中出现 http://upstreamname:port 导致部分网页样式显示不正常 http://upstreamname:port/....../.......js 解决方法: 将@Url.StaticFile("“)修改为 从根目录中替换了 阅读全文
posted @ 2018-05-05 13:18 三瑞 阅读(196) 评论(0) 推荐(0)
摘要: AP.NET MVC默认跨域方法如下: <system.webServer> <validation validateIntegratedModeConfiguration="false" /> <modules runAllManagedModulesForAllRequests="true" / 阅读全文
posted @ 2018-05-02 22:02 三瑞 阅读(381) 评论(0) 推荐(0)
摘要: HTTP Error 400. The request hostname is invalid 错误, 检查服务的iis服务得知,是因为在绑定主机和端口的那一步时也指定了相应的域名。 解决办法: 去掉绑定的主机名采用为空即解决问题。 阅读全文
posted @ 2018-05-01 20:08 三瑞 阅读(1854) 评论(0) 推荐(0)
摘要: Application Exception MySql.Data.MySqlClient.MySqlException FUNCTION account.AddMinutes does not exist Description: HTTP 500.Error processing request. 阅读全文
posted @ 2018-04-24 21:04 三瑞 阅读(949) 评论(0) 推荐(0)
摘要: /*sql xml 入门: --by jinjazz --http://blog.csdn.net/jinjazz 1、xml: 能认识元素、属性和值 2、xpath: 寻址语言,类似windows目录的查找(没用过dir命令的话就去面壁) 语法格式,这些语法可以组合为条件: "."表示自己,".. 阅读全文
posted @ 2018-04-23 16:41 三瑞 阅读(177) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 44 下一页