码迷,mamicode.com
首页 >  
搜索关键字:fir    ( 3219个结果
excel数据复制到html表格<textarea>中
将excel的数据粘贴到html的表格<textarea>中,可以点击html表格中的任何一个<textarea>点击粘贴,效果和在excel中一样。 表格中要使用<textarea>接收数据, ...
分类:Web程序   时间:2018-09-08 16:53:56    阅读次数:605
JQ 的class类的操作 效果 遍历 内置遍历数组的函数 事件
class类的操作: 向指定元素添加相应类名: 效果如下: 检查指定元素是否有指定的类: 修改后: 删除指定指定元素的指定类名或者全部类名: 修改后:如需移除若干类,请使用空格来分隔类名 切换toggle: 效果如下: 效果: 显示与隐藏: 显示: 隐藏: 淡入淡出: 划入划出: 遍历: 直接父元素 ...
分类:编程语言   时间:2018-09-08 16:48:33    阅读次数:222
JDBC PrepareStatement对象执行批量处理实例
以下是使用PrepareStatement对象进行批处理的典型步骤顺序 - 使用占位符创建SQL语句。 使用prepareStatement()方法创建PrepareStatement对象。 使用setAutoCommit()将自动提交设置为false。 使用addBatch()方法在创建的Stat ...
分类:数据库   时间:2018-09-08 13:06:47    阅读次数:232
Queries about less or equal elements CodeForces - 600B(二分)
You are given two arrays of integers a and b. For each element of the second arraybj you should find the number of elements in array a that are less t ...
分类:其他好文   时间:2018-09-07 14:15:11    阅读次数:215
HDU - 5584 LCM Walk (数论 GCD)
A frog has just learned some number theory, and can't wait to show his ability to his girlfriend. Now the frog is sitting on a grid map of infinite ro ...
分类:其他好文   时间:2018-09-06 23:03:33    阅读次数:259
Mysql
linux下安装--yum -y install mariadb mariadb-server OR --yum -y install mysql mysql-server 启动 --service mysqld start #开启 --chkconfig mysqld on #设置开机自启 OR ...
分类:数据库   时间:2018-09-06 21:33:06    阅读次数:213
Get the client's IP address in socket.io
From: https://www.wentong.org/codex/question-2018081564702.html When using socket.IO in a Node.js server, is there an easy way to get the IP address o ...
分类:其他好文   时间:2018-09-06 16:31:19    阅读次数:568
001_谈阿里核心业务监控平台SunFire的技术架构
<1>阿里全球运行指挥中心(GOC)的SunFire出品 <2>在2016年双11全球购物狂欢节中,天猫全天交易额1207亿元,前30分钟每秒交易峰值17.5万笔,每秒支付峰值12万笔。承载这些秒级数据背后的监控产品是如何实现的呢?接下来本文将从阿里监控体系、监控产品、监控技术架构及实现分别进行详细 ...
分类:其他好文   时间:2018-09-06 14:30:41    阅读次数:202
[20180901]四校联考
T1、数列(number) Solution 首先我们考虑形如$\frac{n^2}{2}$的数,显然n个这样的数会提供$\frac{n(n 1)}{2}$对。 把k看作是几个形如$\frac{n(n 1)}{2}$的和,从大到小贪心加。 要保证任意两个不同的数的和不是完全平方数,暴力构造一下就可以 ...
分类:其他好文   时间:2018-09-06 02:59:14    阅读次数:167
如何禁用Chrome / Firefox /IE浏览器的Cookie
Firefox: 点击菜单按钮并点击选项 按钮。 选择 隐私 面板。 取消 接受来自站点的 Cookie 选项 即可禁用 Cookie。 Chrome: 1.打开chrome浏览器,点击右上角的“自定义和控制Google Chrome”按钮 2.在下拉菜单中选择设置 3.点击设置页底部的“显示高级设 ...
分类:其他好文   时间:2018-09-05 19:52:52    阅读次数:146
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!