上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 29 下一页
  2017年1月19日
摘要: 当maven项目导入到eclipse中后使用eclipse提供的maven命令执行任意一个出现 Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Uns 阅读全文
posted @ 2017-01-19 13:38 代码ok 阅读(224) 评论(1) 推荐(0) 编辑
摘要: 当我们使用maven原型生成项目骨架时,经常会在[INFO] Generating project in Interactive mode这个地方特别慢,这里并不是什么出错卡住的原因,你打开mvn的debug模式就可看到下面的信息:[DEBUG] Searching for remote catal 阅读全文
posted @ 2017-01-19 11:10 代码ok 阅读(19586) 评论(1) 推荐(2) 编辑
  2017年1月16日
摘要: on和bind事件绑定的区别 一个demo展示 <!DOCTYPE html Document click click click click click click $(function(){ $(' u1 li').bind('click',function(){ console.log('bi 阅读全文
posted @ 2017-01-16 21:15 代码ok 阅读(606) 评论(0) 推荐(0) 编辑
  2017年1月15日
摘要: "markdown 使用教程" "markdown 系列教程" 推荐阅读 "你不知道的Markdown基础知识" markdown制作表格 一、 使用原生html表格标签制作 表头 表体 只支持简单的table标签,其他如thead,tfoot支持并不好 效果如下: 表头 表体 二、 使用markd 阅读全文
posted @ 2017-01-15 11:53 代码ok 阅读(1662) 评论(1) 推荐(0) 编辑
摘要: artTemplate教程 [官方文档][1] 一个简单的例子 <!DOCTYPE html demo <h1 <%=title% </h1 <ul <% if(typeof list!='undefined'){ for(var i=0;i<list.length;i++){ % <li 索引 < 阅读全文
posted @ 2017-01-15 11:26 代码ok 阅读(16978) 评论(0) 推荐(0) 编辑
  2017年1月13日
摘要: 虽然js也可以操纵bootstrap模态框,但看过官网文档后明显提供的方法不足,例如向模态框内传递数据。建议还是使用html来操纵模态框。 阅读全文
posted @ 2017-01-13 17:24 代码ok 阅读(388) 评论(0) 推荐(0) 编辑
  2017年1月12日
摘要: 2017年1月12日20:26:26http://v3.bootcss.com/components/#navbar 阅读全文
posted @ 2017-01-12 20:27 代码ok 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 前端开发仓库http://code.ciaoca.com/ 响应式表格组件http://os.dlshouwen.com/grid/doc/i18n/zh-cn/index.html 表单验证组件http://os.dlshouwen.com/validator/doc/index.html boo 阅读全文
posted @ 2017-01-12 16:41 代码ok 阅读(123) 评论(0) 推荐(0) 编辑
  2017年1月10日
摘要: 305.使用原型搭建项目 阅读全文
posted @ 2017-01-10 22:15 代码ok 阅读(93) 评论(0) 推荐(0) 编辑
  2017年1月9日
摘要: 2017年1月9日22:13:28已看完layer弹出层部分 2017年1月9日19:15:55http://www.layui.com/doc/modules/layer.html#layer.load 关于layui建议只用layer部分,其他部分bug较多不够完善。并且不建议从layui获取j 阅读全文
posted @ 2017-01-09 19:17 代码ok 阅读(285) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 29 下一页