码迷,mamicode.com
首页 >  
搜索关键字:fire    ( 562个结果
关于获取webview(窗口间关系)的方法
1.获取指定页面ID的webview plus.webview.getWebviewById('为页面设置的id值'); 该方法主要用于首页底部导航切换到子页面时不执行子页面的函数,因为在设置导航的时候我们设置了页面ID,所以可以用这种方法获取子页面,再通过mui.fire()进行自定义事件; 2. ...
分类:Web程序   时间:2019-06-19 16:35:23    阅读次数:178
codeforces#1148E. Earth Wind and Fire(贪心)
题目链接: http://codeforces.com/contest/1148/problem/E 题意: 给出两个长度为$n$的序列,将第一个序列变成第二个序列,顺序不重要,只需要元素完全相同即可 只有一种修改操作 $a_i=a_i+d,a_j=a_j-d$满足 $a_j-a_i>=2\time ...
分类:Windows程序   时间:2019-06-06 00:01:22    阅读次数:162
HTML基础常识
什么是HTML? 超文本标记语言,用来制作网页 浏览器常识: 常见浏览器: 谷歌(Chrome)、苹果(Safari) 、 IE(Edge)、欧朋(Opera)、火狐(Firefox) 常见浏览器: 谷歌(Chrome)、苹果(Safari) 、 IE(Edge)、欧朋(Opera)、火狐(Fire ...
分类:Web程序   时间:2019-06-05 19:52:59    阅读次数:147
H - Fire CodeForces - 864E 01背包
https://codeforces.com/problemset/problem/864/E 这个题目要把这个按照物品毁灭时间进行排序,如果时间短就要排在前面,这个是因为要保证之后的物品的拯救不会影响到之前的。 ...
分类:其他好文   时间:2019-05-26 12:30:43    阅读次数:97
【JS】【9】使用jQuery动态加载js文件
正文: 用法: 例子:延迟加载一个js插件,而且在加载完成时执行它 缓存问题:不需要缓存可以在JS地址后面加时间戳,需要全局缓存的话: 参考博客: 1,使用jQuery动态加载js脚本文件的方法 - dangerous_fire的专栏 - CSDN博客https://blog.csdn.net/da ...
分类:Web程序   时间:2019-05-04 15:06:57    阅读次数:178
Fire Again CodeForces - 35C (BFS)
After a terrifying forest fire in Berland a forest rebirth program was carried out. Due to it N rows with M trees each were planted and the rows were ...
分类:其他好文   时间:2019-04-21 20:33:40    阅读次数:156
Fire! UVA - 11624
#include using namespace std; struct Node{ int r, c, dis; Node(int r, int c):r(r), c(c){} }; const int maxn = 1000 + 3; int R, C; char maze[maxn][maxn... ...
分类:其他好文   时间:2019-04-08 21:10:43    阅读次数:125
Frets On Fire --- 2019 Codeforces Global Round 2 Problem D
原题:https://codeforces.com/contest/1119/problem/D 题意大概是一个n行1e18列的矩阵,其中每行第一个数为s[i],剩下的数每行依次以1的速度递增。就是说,矩阵元素 a[i][j] = s[i] + j 。有q个询问,每个询问有两个参数l,r,求矩阵第l ...
分类:其他好文   时间:2019-04-07 14:33:13    阅读次数:232
[转帖]firewall-cmd
firewall-cmd https://wangchujiang.com/linux-command/c/firewall-cmd.html 高手大作 等哪天需要防火墙了 再练习一下. Linux上新用的防火墙软件,跟iptables差不多的工具。 补充说明 firewall-cmd 是 fire ...
分类:其他好文   时间:2019-03-31 09:41:20    阅读次数:173
NFPA, UL
Who or what is NFPA? NFPA (National Fire Protection Association) is an organization in the USA that publishes a comprehensive set of regulations for f ...
分类:其他好文   时间:2019-03-26 13:36:58    阅读次数:129
562条   上一页 1 ... 5 6 7 8 9 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!