摘要: install.packages(c("matrixStats", "Hmisc", "splines", "foreach", "doParallel", "fastcluster", "dynamicTreeCut", "survival")) source("http://bioconduct 阅读全文
posted @ 2019-01-18 15:58 YYNSunny 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 1.Error in install.packages : unable to create ‘C:/Users/???/Documents/R/win-library\3.5 采用管理员身份运行,先安装sparseM包,后安装需要的包,如caret. 2.安装以后发现还不能运行,用library函 阅读全文
posted @ 2019-01-15 21:31 YYNSunny 阅读(478) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style> body { margin-top: 5em; text-align: center; color: #41414 阅读全文
posted @ 2017-08-26 17:57 YYNSunny 阅读(223) 评论(0) 推荐(0) 编辑
摘要: //@keyframes定义动画 //animation-name属性主要是用来调用 @keyframes 定义好的动画。 //animation-duration主要用来设置CSS3动画播放时间(其使用方法和transition-duration类似),是用来指定元素播放动画所持续的时间长。 // 阅读全文
posted @ 2017-08-23 16:44 YYNSunny 阅读(282) 评论(0) 推荐(0) 编辑
摘要: //下为一个空div从圆到正方形的渐变 div { width: 200px; height: 200px; background-color: orange; margin: 20px auto; border-radius: 100%; //property指对哪个属性进行过渡 -webkit- 阅读全文
posted @ 2017-08-07 16:52 YYNSunny 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 一个动态小导航栏(好看的,用C3)(不依赖js,点击小图切换大的背景图) <!DOCTYPE HTML><htmllang="en-US"> <head> <meta charset="UTF-8"> <title>CSS3 Full Background Slider </title> <styl 阅读全文
posted @ 2017-08-03 23:38 YYNSunny 阅读(600) 评论(0) 推荐(0) 编辑
摘要: ::selection{ background: orange; color: white;} ::-moz-selection{ background: orange; color: white;} (//Firefox浏览器) 阅读全文
posted @ 2017-08-03 14:35 YYNSunny 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 样式一(H5): <form action="#"> <div class="wrapper"> <div class="box"> <input type="checkbox" checked="checked" id="usename" /><span>√</span> </div> <labl 阅读全文
posted @ 2017-08-03 14:20 YYNSunny 阅读(241) 评论(0) 推荐(0) 编辑
摘要: //首先写一个导航栏样式 .nav{ width:560px; height: 50px; font:bold 0/50px Arial; text-align:center; margin:40px auto 0; background: #f65f57; border-radius:10px;/ 阅读全文
posted @ 2017-07-23 17:17 YYNSunny 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 1.文字省略 text-overflow:ellipsis; overflow:hidden; white-space:nowrap; //text-overflow(clip、ellipsis)只是用来说明文字溢出时用什么方式显示,要实现溢出时产生省略号的效果,还须定义强制文本在一行内显示(whi 阅读全文
posted @ 2017-05-28 22:28 YYNSunny 阅读(127) 评论(0) 推荐(0) 编辑