码迷,mamicode.com
首页 >  
搜索关键字:mining station on th    ( 5051个结果
Html table 内容超出显示省略号
内容超出显示省略号: <html> <style> table { table-layout: fixed; width: 100%; } table, th, td { border: 1px solid #999; padding: 5px; text-align: left; } td.des ...
分类:Web程序   时间:2019-10-16 17:51:45    阅读次数:93
linux内核过高导致vm打开出错修复脚本
#!/bin/bashVMWARE_VERSION=workstation-15.1.0TMP_FOLDER=/tmp/patch-vmwarerm -fdr $TMP_FOLDERmkdir -p $TMP_FOLDERcd $TMP_FOLDERgit clone https://github. ...
分类:系统相关   时间:2019-10-16 11:33:04    阅读次数:102
初识VSCode
1.安装 2.主题插件 推荐 One Dark Pro Atom One Dark Theme Eva Theme Material Palenight Theme 更多Visual Studio Code 主题插件请参考VS Code Downloads 安装流程: 在命令面板输入color th ...
分类:其他好文   时间:2019-10-16 11:13:46    阅读次数:85
表格table隔行变色
if($('.p03-s2').find('table').length >= 2) {$('table:last-child').css({'borderTop': 'none'});}if($('.p03-s2').find('th').length) {$('thead').css({'bac ...
分类:其他好文   时间:2019-10-15 18:59:49    阅读次数:86
北京地铁项目
北京地铁项目 github:https://github.com/leo xlz/Subway beijing 模块分析 zucc.edu.cn.model 存放站点信息和路径信息 station.java routine.java main 调用函数并且运行 main.java zucc.edu. ...
分类:其他好文   时间:2019-10-14 22:22:33    阅读次数:120
Matplotlib库(二)
主要内容: (1)pyplot基础图表函数概述 (2)pyplot饼图的绘制 (3)pyplot直方图的绘制 (4)pyplot极坐标图的绘制 面向对象绘制极坐标图 import matplotlib.pyplot as plt import numpy as np N = 20 #数据的个数 th ...
分类:其他好文   时间:2019-10-14 14:48:55    阅读次数:107
查看磁盘使用情况
~$ df -Th 文件系统 类型 容量 已用 可用 已用% 挂载点 udev devtmpfs 7.8G 0 7.8G 0% /dev tmpfs tmpfs 1.6G 9.4M 1.6G 1% /run /dev/sda2 ext4 916G 43G 827G 5% / tmpfs tmpfs ... ...
分类:其他好文   时间:2019-10-14 12:50:50    阅读次数:102
STAT485/685 - Notes 4C STAT485/685
STAT485/685 - Notes 4C STAT485/685 - Notes 4C STAT485/685 - Notes 4CSimulations with AR(1) Processes? To simulate 500 values from Yt = 0.6Yt?1 + et wi ...
分类:其他好文   时间:2019-10-13 20:48:45    阅读次数:104
北京地铁线路规划
一.项目介绍 GitHub链接:https://github.com/zhangyahui 0902/Subway 核心算法:Dijkstra算法 编写语言:java 需求分析: 1. map subway.txt 读取地铁线路信息 2. a 1号线 通过路线名获取所有站点信息 o station ...
分类:其他好文   时间:2019-10-13 18:43:28    阅读次数:117
地铁个人项目
Github:https://github.com/Daisy-Yu/Subway-Beijing 语言:Java 项目功能点: 项目设计: 1.地铁线路信息输入:subway.txt 2.地铁线路以及各线路上站点的存放: 2.站点类Station: 3.结果类Result: 功能实现: 1.输出指 ...
分类:其他好文   时间:2019-10-12 23:08:39    阅读次数:189
5051条   上一页 1 ... 54 55 56 57 58 ... 506 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!