什么是网页?网页就是我们我们提前写好的代码样式经过浏览器的渲染展示出来的样式效果。其实我们常说的上网就是浏览各式各样的网页,这些网页都是由html标签组成,下面就是一个简单的网页,效果图如下: 简单看下,这个网页其实由以下代码组成: 1 <!DOCTYPE html> 2 <html lang="e ...
分类:
Web程序 时间:
2020-02-09 16:29:28
阅读次数:
81
1、抽奖 1)、用户参与抽奖:SADD order 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 2)、查看所有参与抽奖的人:SMEMBERS order 3)、重复抽奖每次抽取两人:SMEMBERS order 2 4)、不重复抽奖,三等奖3人 ...
分类:
其他好文 时间:
2020-02-09 16:29:06
阅读次数:
80
增加了buffsize,生产者生产过多,wait #include <stdio.h> #include <unistd.h> #include <pthread.h> #define PRODUCER_SIZE 1 #define CONSUMER_SIZE 1 int products = 0; ...
分类:
其他好文 时间:
2020-02-09 16:28:51
阅读次数:
66
注入工具 上一篇介绍了SQL注入漏洞以及一些手工注入方法,本篇介绍一下注入工具 1、sqlmap sqlmap属于比较经典的一个注入工具,功能强大,还自带一些绕过参数 使用方法: sqlmap.py -u “url” 对url连接进行注入检测 然后使用注入参数进行注入 -u //添加url进行检测 ...
分类:
数据库 时间:
2020-02-09 16:28:32
阅读次数:
107
一、Connect DataStream,DataStream -> ConnectedStream,连接两个保持他们类型的数据流,两个数据流被Connect之后,只是被放在了同一个流中,内部依然保持各自的数据和形式 不发生任何变化,两个流相互独立。 import org.apache.flink. ...
分类:
其他好文 时间:
2020-02-09 16:28:07
阅读次数:
97
using UnityEngine;using System.Collections;using UnityEditor.ProjectWindowCallback;using System.IO;using UnityEditor;public class CreateLua { [MenuIte ...
分类:
其他好文 时间:
2020-02-09 16:27:21
阅读次数:
83
实现代码: int Longest_increasing_subseq(vector<int> &array){ vector<int> dp(array.size()); dp[0]=-1; int left,right,mid; int count=0; for(int i=0;i<array. ...
分类:
其他好文 时间:
2020-02-09 16:27:01
阅读次数:
89
10条忠告 1. 定个闹钟,以便按时叫醒你。贪睡和不守时,都将成为你工作和事业上的绊脚石,任何时候都一样。不仅要学会准时,更要学会提前。就如你坐车去某地,沿途的风景很美,你忍不住下车看一看,后来虽然你还是赶到了某地,却不是准时到达。“闹钟”只是一种简单的标志和提示,真正灵活、实用的时间,掌握在每个人 ...
分类:
其他好文 时间:
2020-02-09 16:26:40
阅读次数:
77
rabbitmq在centos 6/7下的安装请参考:https://www.cnblogs.com/zhjh256/p/10469732.html 由于rabbitmq不支持区分消费者组和消费者,因此建议使用kafka。 ...
分类:
编程语言 时间:
2020-02-09 16:26:16
阅读次数:
45
Ip2Region有中文和数据结构支持,是一个很好的第三方ip转换工具。 java: <dependency> <groupId>org.lionsoul</groupId> <artifactId>ip2region</artifactId> <version>1.7</version> </de ...
分类:
其他好文 时间:
2020-02-09 16:25:42
阅读次数:
83
假设我们的dns服务器ip是192.168.1.65 我们网站的域名是hh.com,我们租用了192.168.1这个网段的全部ip地址 比如www.hh.com的ip是192.168.1.4 xx.hh.com的ip是192.168.1.8 特别注意的是,我们的dns服务器是dns.hh.com,i ...
分类:
其他好文 时间:
2020-02-09 16:25:00
阅读次数:
157
使用gdb工具,必须在编译时加上 g选项 gcc g main.c o main 基础指令 列出源码 直接run,可以找出段错误的位置。 list 1 打印代码 r run 【参数列表】 s step n next until p $ continue b N delete N finish 结束当 ...
分类:
数据库 时间:
2020-02-09 16:24:29
阅读次数:
99
当我进一步用spring security,首先就有下面三个问题让我很疑惑: 1、spring security到底是在哪个环节验证用户权限的?2、为什么代码实现层没有直接校验权限的地方?过滤器假定写了一个过滤器,继承了OncePerRequestFilter: public class JwtAu ...
分类:
编程语言 时间:
2020-02-09 16:23:58
阅读次数:
65
How did vera discover she had this gift of second sight? Several cases have been reported in Russia recently of people who can read and detect colours ...
分类:
其他好文 时间:
2020-02-09 16:23:45
阅读次数:
73
哈哈哈哈,怎么说呢,苦尽甘来吧,终于,购物车这个B东西,终于让老子搞出来了 money=int(input("please put you money:"))print("you money is",money)commodity=[["iphone",9000], ["huawei",8000], ...
分类:
编程语言 时间:
2020-02-09 16:23:17
阅读次数:
87
(1)在pom.xml中添加依赖 <!--去掉springboot默认的日志--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <exclu ...
分类:
编程语言 时间:
2020-02-09 16:23:02
阅读次数:
410
What is a Test Plan? A TEST PLAN is a detailed document that describes the test strategy, objectives, schedule, estimation and deliverables and resour ...
分类:
其他好文 时间:
2020-02-09 16:22:31
阅读次数:
95