摘要: 1.在github中创建一个账号:https://github.com/join?source=header-home 2.下载并安装git:https://git-scm.com/downloads 3.安装成功后打开Git Bash,输入下列命令,设置git全局用户名和邮箱 + View Cod 阅读全文
posted @ 2018-09-11 10:52 伤痕史蒂夫 阅读(483) 评论(0) 推荐(0)
摘要: 从页面导出Word文件 (2017-04-25 09:51:52) 转载▼ 从页面导出Word文件 转载▼ 标签: it 教育 it 教育 1.首先新建Word, 另存为xml,再次打开编辑文件,如图所示,mark改为${mark}然后把文件的扩展名改为ftl,就可以得到模板了。 2.(1)下面是后 阅读全文
posted @ 2018-06-09 21:41 伤痕史蒂夫 阅读(275) 评论(0) 推荐(0)
摘要: 下载LOFTER我的照片书 | 下载LOFTER我的照片书 | $("#comboDepartment").combotree({ url: 'Ajax/Department/GetDepartmentTreeData.aspx', multiple: false,//当为true时,为多选,fal 阅读全文
posted @ 2018-06-01 14:54 伤痕史蒂夫 阅读(157) 评论(0) 推荐(0)
摘要: 用shelect 标签 不能动态选中值 1先建一个空的select标签 <select id="status" style="width:200px;" name="stauts" value="${per.status}"> </select> 2 $(document).ready(functi 阅读全文
posted @ 2018-05-10 11:36 伤痕史蒂夫 阅读(225) 评论(0) 推荐(0)
摘要: 1.下载activiti-designer。 2.把解压后的 features plugins文件夹下面的架包放到对应MyEclipse(D:\MyEclipse\MyEclipse 10\dropins) features plugins文件夹下,重新启动MyEclipse,看到以下界面表示安装成 阅读全文
posted @ 2017-01-11 14:44 伤痕史蒂夫 阅读(1691) 评论(0) 推荐(0)
摘要: update table a set a.placeOnPer='李琳' where placeOnPer in(select min(placeOnPer) from (select * from table where placeOnPer='李琳') as a group by placeOn 阅读全文
posted @ 2017-01-11 11:01 伤痕史蒂夫 阅读(155) 评论(0) 推荐(0)