题意:首先给你一个n,接下来输入2*n行,每两行一组,第二行的单词是第一行的tips;然后给出m个查询,每次查询给出单词的共同tips。如果没有输出NO。...
分类:
其他好文 时间:
2015-08-18 21:27:05
阅读次数:
124
sqlmap是一款非常强大的开源sql自动化注入工具,可以用来检测和利用sql注入漏洞。它由python语言开发而成,因此运行需要安装python环境。官网:http://sqlmap.org/乌云:http://drops.wooyun.org/tips/143 http://drops.wooy...
分类:
数据库 时间:
2015-08-18 16:01:56
阅读次数:
274
模板: 1 /* 2 Problem: 任意两点间的最短路 3 Tips : 可以处理边时负数的情况。 4 判断图中是否有负圈,只需检查d[i][j]是负数的顶点i就可以。 5 复杂度 : O(n^3) 6 */ 7 8 #include 9 #include 10...
分类:
其他好文 时间:
2015-08-17 23:09:28
阅读次数:
181
定义字符串的两种方式数组定义char name[] = "answer"指针定义char *name = "answer"比较字符串里的字符可以修改,而字符串是一个常量,字符串里面的字符不能修改。>Tips:可以与我的另外一篇文章一起看。http://blog.csdn.net/u011192270/article/details/46475981...
分类:
其他好文 时间:
2015-08-15 16:36:58
阅读次数:
177
为了需要,近期开始学习JS相关知识,主要的方式是通过看视频以及查阅相关手册,并动手实践,以下是相关代码。
设置一个元素是否可见
.tips{width:370px;background:#CCC;display:none;}
//定义一个函数
function show_or_hide()
{
//通过id来获取一个元素
var objl...
分类:
Web程序 时间:
2015-08-14 19:19:20
阅读次数:
123
尝试网上的各种做法,都没有解决问题,但是也给我了一些Tips。
我的程序结构如下:MainActivity extends FragmentActivity
|
|
---AFragment extends Fragment
|
|
---BFragment extends Fragment
|
|
---CFragment e...
分类:
其他好文 时间:
2015-08-14 11:47:48
阅读次数:
117
本文作者是 NIVAS,原文地址是mysqldump – 25 tips for DBAsmysqldump 是文本备份还是二进制备份它是文本备份,如果你打开备份文件你将看到所有的语句,可以用于重新创建表和对象。它也有 insert 语句来使用数据构成表。mysqldump 的语法是什么? mysq...
分类:
数据库 时间:
2015-08-13 19:51:14
阅读次数:
182
纯CSS实现的气泡提示框丨秦皇岛轻质隔墙板 Bubble Tips by CSS Welcome To CsrCode.Cn Arrow on bottom Welcome To CsrCode....
分类:
Web程序 时间:
2015-08-12 01:06:29
阅读次数:
220
matlab tips and tricks and ...page overview:I created this page as a vectorization helper but it grew to become my annotated Matlab reading cache. In ...
分类:
其他好文 时间:
2015-08-11 23:12:10
阅读次数:
190
pmap is a good tool to report the memory map of a process. But how to make sure a process has memory leak, here is the tips: 1, if the virtual memory (VIRT) or writeable/private (‘pmap –d’ outp...
分类:
其他好文 时间:
2015-08-11 19:32:31
阅读次数:
1212