上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 51 下一页
摘要: select * from [LPicture] UPDATE [dbo].[LPicture] SET [picGroup] = '3213' WHERE LPictureid in(1,2); select * from LPicture where LPictureid not in ('') select * from LPicture where LPictureid n... 阅读全文
posted @ 2018-12-13 09:43 enych 阅读(1474) 评论(0) 推荐(0) 编辑
摘要: $("#btnAdd1").click(function () { console.log($("form").serialize()); var checkboxs = document.getElementsByName("checkbox[]"); var check_val = []; ... 阅读全文
posted @ 2018-12-12 18:05 enych 阅读(1982) 评论(0) 推荐(0) 编辑
摘要: var ele = ev.parentNode; var elem_child = ele.childNodes; for (var i = 0 in elem_child) { //遍历子元素数组 if (elem_child[... 阅读全文
posted @ 2018-12-12 10:58 enych 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-12-10 10:37 enych 阅读(206) 评论(0) 推荐(0) 编辑
摘要: var body = document.getElementsByTagName("body")[0]; body.addEventListener("mousemove", outpostion); function outpostion() { console.log("全局"+event.clientX + "/" + event.clientY);... 阅读全文
posted @ 2018-12-08 09:47 enych 阅读(8143) 评论(0) 推荐(0) 编辑
摘要: } catch (DbEntityValidationException ex) { message = "添加异常"; desc = " {" + ex.Message + "}"; logtype = "异常"; }... 阅读全文
posted @ 2018-12-06 17:07 enych 阅读(165) 评论(0) 推荐(0) 编辑
摘要: //去掉标题栏 1. this.FormBorderStyle = FormBorderStyle.None; // 不会显示窗体标题栏等相关 //最大化 2. this.WindowState = FormWindowState.Maximized; //窗体最大化时 非全屏 不会遮盖任务栏 设置 阅读全文
posted @ 2018-12-04 09:55 enych 阅读(4098) 评论(0) 推荐(0) 编辑
摘要: Access_Registry(key, "Adobe\\Acrobat Distiller\\DC"); //Adobe是自己要对某个程序注册表主目录 //HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Distiller\DC //RunFromLocalDi 阅读全文
posted @ 2018-12-03 13:36 enych 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 以上代码测试均失败, 最后, 直接删除表主键 阅读全文
posted @ 2018-12-01 15:31 enych 阅读(3005) 评论(0) 推荐(0) 编辑
摘要: 1.配置文件客户端[目标x86x64]的 可以安装 2.配置文件完全的目标x86x64的 出现闪退. 3.服务器核心的出现无法安装 安装 sqlserver 2008R2数据库 报错 \最后留下了它, 又安装 sqlserver 2008 数据库 报错 解决未能加载程序集错误, 又一脸懵逼..... 阅读全文
posted @ 2018-11-29 13:22 enych 阅读(891) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 51 下一页