上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 33 下一页
摘要: 转自:https://blog.csdn.net/strwangfan/article/details/78748393; 今天用SVN的时候出现被锁定的情况,既不能更新代码也不能提交。 解决方法如下: 1. 在被锁定的文件夹上点右键,找到并点击Clean up菜单项 2. 在Cleanup对话框中 阅读全文
posted @ 2018-11-25 18:29 xh_Blog 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/white0710/p/7338456.html 1. onchange事件监听input值变化的使用方法: <input id="test"></input> $("input").change(function(){ alert("aaa") 阅读全文
posted @ 2018-11-23 17:48 xh_Blog 阅读(3232) 评论(0) 推荐(0) 编辑
摘要: 1、 <input type="button" class="buttoncls" onclick="" value="选择对象"> 2、<button> xxx</button> 还是用1吧!2可能会调用系统的方法,不好把握 阅读全文
posted @ 2018-11-21 16:39 xh_Blog 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/horanly/p/7825557.html javascript下拉列表框,内容为当前年份及前后50年,默认选择为当前年份 我的需求只要当前年份的前三年和后一年 阅读全文
posted @ 2018-11-21 11:17 xh_Blog 阅读(774) 评论(0) 推荐(0) 编辑
摘要: 打开cmd窗口,执行如下SQL语句即可 --导出 exp 用户名/密码@localhost/orcl file=d:\111.dump log=d:111.log --或者 1、登录管理员system 2、删除之前存在的要创建的用户名下的数据库(drop user xxx cascade;creat 阅读全文
posted @ 2018-11-15 19:01 xh_Blog 阅读(4351) 评论(0) 推荐(0) 编辑
摘要: SQL是一种语言! SQL是一种语言! SQL是一种语言! 个人理解:存储过程就相当于Java中的方法;声明变量区域就相当于java中的声明局部变量一样,只是放到一个指定区域定义了 一、先看一部分基础: 1、语法: 举个例子: 一个存储过程可以分成三个区域: 2.SELECT INTO STATEM 阅读全文
posted @ 2018-11-12 17:32 xh_Blog 阅读(470) 评论(0) 推荐(0) 编辑
摘要: select datediff(year, 开始日期,结束日期); --两日期间隔年 select datediff(quarter, 开始日期,结束日期); --两日期间隔季 select datediff(month, 开始日期,结束日期); --两日期间隔月 select datediff(d 阅读全文
posted @ 2018-10-31 14:12 xh_Blog 阅读(30219) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-10-30 16:12 xh_Blog 阅读(962) 评论(0) 推荐(0) 编辑
摘要: 2 1 0 3 111 阅读全文
posted @ 2018-10-30 16:10 xh_Blog 阅读(4127) 评论(0) 推荐(1) 编辑
摘要: mybatis插入数据时报错: Cause: org.apache.ibatis.executor.ExecutorException: Error getting generated key or setting result to parameter object. Cause: java.sq 阅读全文
posted @ 2018-10-26 20:54 xh_Blog 阅读(3982) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 33 下一页