上一页 1 ··· 8 9 10 11 12
摘要: 参考: 1. MyBatis传入多个参数的问题 http://www.cnblogs.com/mingyue1818/p/3714162.html2. MyBatis报错 Parameter '0' not found. Available parameters are [arg1, arg0, p 阅读全文
posted @ 2018-03-23 15:51 lvlin241 阅读(134) 评论(0) 推荐(0)
摘要: 参考:http://www.runoob.com/jsref/jsref-decodeuricomponent.html 阅读全文
posted @ 2018-03-23 11:12 lvlin241 阅读(222) 评论(0) 推荐(0)
摘要: 正则表达式: 参考: http://www.runoob.com/js/js-obj-regexp.html 字符串replace方法: 参考: http://www.runoob.com/jsref/jsref-replace.html 应用:用""替换 "集齐国际三大信用卡巨头 哈行JCB功能< 阅读全文
posted @ 2018-03-14 16:18 lvlin241 阅读(575) 评论(0) 推荐(0)
摘要: Eclipse : https://www.eclipse.org/downloads/ WebStorm: http://www.jetbrains.com/webstorm/download/download-thanks.html Sublime: http://www.sublimetext 阅读全文
posted @ 2018-03-14 15:57 lvlin241 阅读(135) 评论(0) 推荐(0)
摘要: springboot搭建 参考:https://www.cnblogs.com/winner-0715/p/6666302.html springboot初次搭建,无法访问rest接口 参考:http://blog.csdn.net/weixin_39270764/article/details/7 阅读全文
posted @ 2018-03-09 18:55 lvlin241 阅读(126) 评论(0) 推荐(0)
摘要: 语法 参考:http://www.mybatis.org/mybatis-3/zh/dynamic-sql.html <![CDATA[内容]]>: 参考: http://blog.csdn.net/qh_java/article/details/50755655 判断时没有else 参考: htt 阅读全文
posted @ 2018-03-09 15:59 lvlin241 阅读(116) 评论(0) 推荐(0)
摘要: none:元素不被显示。 block:元素将显示为块级元素,此元素前后会带有换行符。 inline:行内元素(即一个挨着一个,都在同一行按从左至右的顺序显示,不单独占一行)。 参考: http://www.w3school.com.cn/cssref/pr_class_display.asp htt 阅读全文
posted @ 2018-03-09 11:59 lvlin241 阅读(6718) 评论(0) 推荐(1)
摘要: height:容器高度固定(值是百分比时除外); min-height:容器高度小于该值时取该值,大于该值时按实际的值。应用:页面中页脚置底。 阅读全文
posted @ 2018-03-09 10:03 lvlin241 阅读(220) 评论(0) 推荐(0)
摘要: 参考:http://blog.csdn.net/shuangrenyu1234/article/details/24527745 阅读全文
posted @ 2018-03-08 10:30 lvlin241 阅读(256) 评论(0) 推荐(0)
摘要: CSS 后代选择器 参考:http://www.w3school.com.cn/css/css_selector_descendant.asp div span {color:red} div 下面的所有span标签内容都是红色。 div > span {color:red} div下的一级标签sp 阅读全文
posted @ 2018-03-08 10:17 lvlin241 阅读(142) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-02-07 18:17 lvlin241 阅读(420) 评论(0) 推荐(0)
摘要: 参考: http://blog.csdn.net/winter_chen001/article/details/77249029 阅读全文
posted @ 2017-12-29 17:57 lvlin241 阅读(847) 评论(0) 推荐(0)
摘要: 1. 配置信息说明 Intellij Idea: 2017.2.5 2.具体设置 <1> 设置主题背景、字体大小 File >Settings >Appearance & Behavior >Appearance, 主题背景:Theme: Darcula,Intellij,Windows 主题字体大 阅读全文
posted @ 2017-12-29 16:13 lvlin241 阅读(3548) 评论(0) 推荐(0)
摘要: 1 package com.redis; 2 3 import java.io.IOException; 4 import java.util.concurrent.ConcurrentHashMap; 5 6 import redis.clients.jedis.Jedis; 7 import r 阅读全文
posted @ 2017-11-16 19:41 lvlin241 阅读(997) 评论(0) 推荐(0)
摘要: 1. 目录结构(webStrom) 2. 代码 1.html 1.css 1.js cont.js sea.js 官网: http://seajs.org/docs/#downloads jquery-3.0.0.js 官网:http://www.jq22.com/jquery-info122 3. 阅读全文
posted @ 2016-11-27 19:04 lvlin241 阅读(218) 评论(0) 推荐(0)
摘要: 1.css 1.js toLeft.png(图片来自"千图网") toRight.png(图片来自"千图网") jquery-3.0.0.js 官网下载地址如下: http://jquery.com/ 效果展示: 小结:用到的样式知识点 1. float 水平方向设置DIV块位置的属性。只有righ 阅读全文
posted @ 2016-11-20 16:18 lvlin241 阅读(916) 评论(0) 推荐(0)
摘要: 1. 引入angular.js 相应版本下载地址: https://code.angularjs.org/ 2. 编写html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>AngularJS</title> <script 阅读全文
posted @ 2016-07-17 12:51 lvlin241 阅读(3664) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12