摘要: html, body, .section { min-height: 600px; min-width: 1000px; /* 最小的宽度和高度 防止 缩放过于变形 */ } #fp-nav ul li a span { background: #ef674d; } /*直接进入购物中心 start 阅读全文
posted @ 2019-03-01 16:11 写的BUG代码少 阅读(360) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>Document</title> <style> #map { width: 800px; height: 600px; background-color 阅读全文
posted @ 2019-01-21 19:11 写的BUG代码少 阅读(238) 评论(0) 推荐(0) 编辑
摘要: function getRandom(min,max) { return Math.floor(Math.random()*(max - min + 1)) + min; } function Box(parent,options) { options = options || {}; this.w 阅读全文
posted @ 2019-01-21 12:10 写的BUG代码少 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 最近你在读一篇文献 https://www.nature.com/articles/nmeth.2810 (SNF网络融合算法) 1. 有提到基于SNF构建的融合网络 可以判断新患者的亚型 ,使用的方法就是标签传播算法(LP) 查阅的资料: https://blog.csdn.net/zouxy09 阅读全文
posted @ 2019-01-14 14:10 写的BUG代码少 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 运行结果: 阅读全文
posted @ 2019-01-13 13:06 写的BUG代码少 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 运行结果: 阅读全文
posted @ 2019-01-12 13:03 写的BUG代码少 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 运行结果: 我觉得我应该不会忘记 当页面有图片 需要加载完再做处理时 应该吧要写的script代码放在 window.omload = function() {} 里面 微笑.jpg; 还有就是window.onscroll = function() {} 起作用的前提是页面中的内容足够长,可以在浏 阅读全文
posted @ 2019-01-10 21:08 写的BUG代码少 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 运行结果: 阅读全文
posted @ 2019-01-09 21:58 写的BUG代码少 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 运行结果: 阅读全文
posted @ 2019-01-09 15:42 写的BUG代码少 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 气死了 一个破题 写了一个半小时 运行结果: 阅读全文
posted @ 2019-01-02 20:34 写的BUG代码少 阅读(230) 评论(0) 推荐(0) 编辑