学习要点 jQuery概述 jQuery语法 DOM对象和jQuery对象 jQuery选择器概述 通过css选择器选取元素 通过条件过滤选取元素 jQuery概述 简介 jQuery由美国人John Resig于2006年创建。 jQuery是目前最流行的JavaScript程序库,它是对Java ...
分类:
Web程序 时间:
2020-03-03 15:03:07
阅读次数:
97
<script type="text/javascript"> /** * 实时动态强制更改用户录入 * arg1 inputObject **/ function amount(th){ var regStrs = [ ['^0(\\d+)$', '$1'], //禁止录入整数部分两位以上,但首位 ...
分类:
其他好文 时间:
2020-03-03 14:58:09
阅读次数:
87
Signals of most probably extra-terrestrial origin have been received and digitalized by The Aeronautic and Space Administration (that must be going th ...
分类:
其他好文 时间:
2020-03-03 11:23:38
阅读次数:
76
MySQL索引详细介绍 高性能mysql之前缀索引 MYSQL索引:对聚簇索引和非聚簇索引的认识 Mysql中MVCC的使用及原理详解 mysql-覆盖索引 ...
分类:
数据库 时间:
2020-03-03 09:13:16
阅读次数:
83
关于本文 本文是个人对OKR的思考,重点关注实施方法。 本文参考了明道云、飞书OKR、嗨马OKR、辉哥奇谭等。 其实没有标准的OKR,重点是思想的升华和合适的方法。 个人理解一定存在差异,欢迎同我沟通探讨。 本文的当前版本:v1.0 (发表于20200301) 本文的部分内容存在引用,如有侵犯请联系 ...
分类:
其他好文 时间:
2020-03-02 01:21:36
阅读次数:
115
1.html页面引入需要的文件 <!-- ChartJS --> <script th:src="@{/bower_components/chart.js/Chart.js}"></script> <!-- AdminLTE dashboard demo (This is only for demo ...
分类:
其他好文 时间:
2020-03-01 19:39:38
阅读次数:
478
Farmer John is assigning some of his N (1 <= N <= 25,000) cows to do some cleaning chores around the barn. He always wants to have one cow working on ...
分类:
其他好文 时间:
2020-03-01 12:50:46
阅读次数:
80
题目背景 Farmer John 被选为他们镇的镇长!他其中一个竞选承诺就是在镇上建立起互联网,并连接到所有的农场。当然,他需要你的帮助。 题目描述 FJ 已经给他的农场安排了一条高速的网络线路,他想把这条线路共享给其他农场。为了用最小的消费,他想铺设最短的光纤去连接所有的农场。 你将得到一份各农场 ...
分类:
Web程序 时间:
2020-03-01 12:20:59
阅读次数:
109
ShardingTaskExecutorPoolMaxSize 1 Maximum number of outbound connections each TaskExecutor connection pool can open to any given mongod instance. 2 Th ...
分类:
其他好文 时间:
2020-02-29 20:11:47
阅读次数:
80
You have a garland consisting of nn lamps. Each lamp is colored red, green or blue. The color of the ii-th lamp is sisi ('R', 'G' and 'B' — colors of ...
分类:
其他好文 时间:
2020-02-29 10:19:53
阅读次数:
69