会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
云和美和
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2019年5月16日
mybatis入门视频总结
摘要: 1.基础知识 2. 原生态jdbc问题总结 3.mybatis是什么 4.工程结构 5.SqlMapConfig.xml文件 6.sqlmap 包下新建user.xml文件(namespace,parameterType,resultType) 7.在SqlMapConfig.xml文件中注册use
阅读全文
posted @ 2019-05-16 10:53 云和美和
阅读(185)
评论(0)
推荐(0)
2019年5月11日
center----Iframe 用法的详细讲解
摘要: 把iframe解释成“浏览器中的浏览器“很是恰当 <iframe frameborder=0 width=170 height=100 marginheight=0 marginwidth=0 scrolling=no src=http://www.163.com></iframe> <IFRAME
阅读全文
posted @ 2019-05-11 15:53 云和美和
阅读(264)
评论(0)
推荐(0)
ResultSet RS_resultxtgg=connDbBean.executeQuery(sqlxtgg);
摘要: <%String sqlxtgg="select * from dx where leibie='系统公告'"; ResultSet RS_resultxtgg=connDbBean.executeQuery(sqlxtgg); while(RS_resultxtgg.next()) { out.p
阅读全文
posted @ 2019-05-11 15:35 云和美和
阅读(1046)
评论(0)
推荐(0)
new String(request.getParameter("userID").trim().getBytes("8859_1"))的含义是什么?
摘要: new String(request.getParameter("userID").trim().getBytes("8859_1")) request.getParameter("userID"), 得到userID的值request.getParameter("userID").trim() 将
阅读全文
posted @ 2019-05-11 15:14 云和美和
阅读(866)
评论(0)
推荐(0)
request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"
摘要: String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; <bas
阅读全文
posted @ 2019-05-11 15:04 云和美和
阅读(1386)
评论(0)
推荐(0)
2019年5月7日
Stylus
摘要: Stylus是一个CSS预处理器。 那么在SaaS,Less和Stylus中,为什么选择后者呢? 因为Stylus是来源于Node.js社区,与js关系密切,所以基于Vue.js的开发,我们选择使Stylus。1.配置Stylus环境 npm install stylus --save-dev np
阅读全文
posted @ 2019-05-07 09:52 云和美和
阅读(580)
评论(0)
推荐(0)
fastclick
摘要: fastclick:处理移动端click事件300毫秒延迟。 安装: 之后,在main.js中引入,并绑定到body。
阅读全文
posted @ 2019-05-07 09:42 云和美和
阅读(139)
评论(0)
推荐(0)
物理像素[设备像素] & 逻辑像素[CSS像素];
摘要: 为什么移动端CSS里面写了1px,实际上看起来比1px粗 了解设备物理像素和逻辑像素的同学应该很容易理解,其实这两个px的含义其实是不一样的, UI设计师要求的1px是指设备的物理像素1px,而CSS里记录的像素是逻辑像素,它们之间存在一个比例关系, 可以用javascript中的window.de
阅读全文
posted @ 2019-05-07 09:38 云和美和
阅读(261)
评论(0)
推荐(0)
2019年5月4日
踩坑---vue-cli搭建的项目中localhost不能访问
摘要: 只需要在config文件夹里面的index.js文件里面的module.exports下面的dev中的 host:'localhost' 改为 host:'0.0.0.0' ,然后重启服务器
阅读全文
posted @ 2019-05-04 10:20 云和美和
阅读(2681)
评论(0)
推荐(0)
2019年5月3日
npm --save-dev 和 --save 的区别
摘要: 转载 》》》 1. npm install 在安装 npm 包时,有两种命令参数可以把它们的信息写入 package.json 文件, 一个是npm install--save 另一个是 npm install –save-dev, --save 会把依赖包名称添加到 package.json 文件
阅读全文
posted @ 2019-05-03 20:58 云和美和
阅读(881)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告