1 '删除空行 2 Sub DeleteEmptyRows() 3 Dim LastRow As Long, r As Long 4 LastRow = ActiveSheet.UsedRange.Rows.Count 5 LastRow = LastRow + ActiveSheet.UsedRa ...
分类:
编程语言 时间:
2019-12-16 12:54:34
阅读次数:
133
数独 javascript function isValidSudoku(board) { var rows = []//行 var cols = [] // 列 var cubes = []//9宫格 for (var i = 0; i ...
分类:
其他好文 时间:
2019-12-15 16:48:08
阅读次数:
111
centos7 使用kubeadm 快速部署 kubernetes 国内源 https://www.cnblogs.com/qingfeng2010/p/10540832.html 前言 搭建kubernetes时看文档以及资料走了很多弯路,so 整理了最后成功安装的过程已做记录。网上的搭建文章总是 ...
分类:
Web程序 时间:
2019-12-14 16:07:11
阅读次数:
148
点击时候方法 // 成员人数 function modify6(rows){ $("#table_list_2").jqGrid("clearGridData"); $("#table_list_2").jqGrid('setGridParam',{ datatype:"json", postDat ...
分类:
其他好文 时间:
2019-12-14 12:14:05
阅读次数:
176
SpringCloud Config简介 Spring Cloud Config 是 Spring Cloud 团队创建的一个全新项目,用来为分布式系统中的基础设施和微服务应用提供集中化的外部配置支持,它分为服务端与客户端两个部分。其中服务端也称为分布式配置中心,它是一个独立的微服务应用,用来连接配 ...
分类:
编程语言 时间:
2019-12-13 21:41:59
阅读次数:
87
file:mysql_rows.sh 运行:sh mysql_rows.sh 库名 脚本内容: #!/bin/bash user=...pwd=... ip=... port=... tb_name=`mysql -u $user -p$pwd -h$ip -P$port -e "select ta ...
分类:
数据库 时间:
2019-12-12 13:02:55
阅读次数:
282
" Vim syntax file " Language: SystemVerilog " Maintainer: Stephen Hobbs " Last Update: Wed Jun 14 15:56:00 BST 2006 " Built on verilog.vim from vim63 ...
分类:
系统相关 时间:
2019-12-11 13:16:43
阅读次数:
105
原题链接在这里:https://leetcode.com/problems/diagonal-traverse/ 题目: Given a matrix of M x N elements (M rows, N columns), return all elements of the matrix i ...
分类:
其他好文 时间:
2019-12-10 13:02:21
阅读次数:
98
Problem Statement Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order. Example 1: Input: [ [ 1, 2, ...
分类:
其他好文 时间:
2019-12-10 12:49:52
阅读次数:
109
The header and footer in the tweet embed example have child items that could be arranged as rows using the flex-direction property. This tells CSS to ...
分类:
移动开发 时间:
2019-12-08 22:58:22
阅读次数:
181