摘要: public ActionResult UpLoad(System.Web.HttpPostedFileWrapper imgPath) { var IsSusseiss = false; var result = ""; if (imgPath != null) { string temp_pat 阅读全文
posted @ 2021-11-16 16:07 水上浮萍cc 阅读(28) 评论(0) 推荐(0) 编辑
摘要: select * into GZDB.gdeqdb.equ.T_EQ_EQUIPMENT_bk20210620 from GZDB.gdeqdb.equ.T_EQ_EQUIPMENT 语句报错 包含的前缀数目超过了最大值。最大值为 2 select * into equ.T_EQ_EQUIPMENT 阅读全文
posted @ 2021-06-20 16:05 水上浮萍cc 阅读(618) 评论(0) 推荐(0) 编辑
摘要: 本来是这么写的 但是发信不饿能正常触发。改了一下,正确写法如下就可以了: 如果有option 要把onchange放在option里面 参考链接:https://blog.csdn.net/weixin_43687353/article/details/108616111 阅读全文
posted @ 2021-05-03 14:58 水上浮萍cc 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 首先要确保展示出来的链接是公共链接 https://help.finebi.com/513/index.php?doc-view-622.html 公共链接创建+权限 其次 结果 阅读全文
posted @ 2021-01-06 16:16 水上浮萍cc 阅读(612) 评论(0) 推荐(0) 编辑
摘要: 就只是加个下划线或者空格而已。。 阅读全文
posted @ 2020-12-01 10:53 水上浮萍cc 阅读(56) 评论(0) 推荐(0) 编辑
摘要: iframe父子操作 1.js在iframe子页面操作父页面元素代码: window.parent.document.getElementByIdx_x("父页面元素id");2.js在父页面获取iframe子页面元素代码如下: window.frames["iframe_ID"].document 阅读全文
posted @ 2020-10-20 10:24 水上浮萍cc 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 问题: System.Web.HttpException: 无法向会话状态服务器发出会话状态请求。请确保已启动 ASP.NET State service,并且客户端和服务器端口是相同的。如果服务器位于远程计算机上,请检查 HKEY_LOCAL_MACHINE\SYSTEM\CurrentContr 阅读全文
posted @ 2020-05-11 16:28 水上浮萍cc 阅读(244) 评论(0) 推荐(0) 编辑
摘要: $(function(){ $("input",$("#aaa").next("span")).change(function(){ alert("ok"); });}); <input id="aaa" name="aaa" class="easyui-textbox" style="width: 阅读全文
posted @ 2020-04-28 15:17 水上浮萍cc 阅读(825) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/skyblacktoday/article/details/79374613 使用setInterval定时调用带参数的函数的三个方法 https://www.cnblogs.com/superdg003/p/5996360.html 阅读全文
posted @ 2019-06-13 16:17 水上浮萍cc 阅读(703) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yuuuuchang/article/details/78982590?tdsourcetag=s_pcqq_aiomsg 看了上面链接的,我只有以下方法才适用。。 我们在绑定onsubmit的时候是把return false放进onsubmit后面的调用 阅读全文
posted @ 2019-06-13 14:56 水上浮萍cc 阅读(3672) 评论(0) 推荐(0) 编辑