首页 > 2017年10月12日 > 全部分享
"{"A":"5","B":"4","C":"3","D":"2"}"分别取出ABCD
转自 https://segmentfault.com/q/1010000007144114/a-1020000007144741 取键 取值 ...
分类:其他   时间:2017-10-12 09:34:09    收藏:0  评论:0  赞:0  阅读:255
maven(一)maven自带的插件
关于org.apache.maven.plugins 前言 maven提供了很多插件给我们使用,解释3个java环境常用的maven插件, maven-jar-plugin, maven-complier-plugin, maven-assembly-plugin. maven-jar-plugin ...
分类:其他   时间:2017-10-12 09:33:53    收藏:0  评论:0  赞:0  阅读:292
[hdu1285]确定比赛名次(拓扑排序)
题意:在一幅竞赛图中排序,要求同名次按字典序排序。 解题关键:拓扑排序模板题 1、邻接表建图 2、链式前向星建图 ...
分类:编程语言   时间:2017-10-12 09:33:36    收藏:0  评论:0  赞:0  阅读:232
算法复习——1D/1Ddp优化
搬讲义~~~~ 题目1:玩具装箱(bzoj1010) Description P教授要去看奥运,但是他舍不下他的玩具,于是他决定把所有的玩具运到北京。他使用自己的压缩器进行压缩,其可以将任意物品变成一堆,再放到一种特殊的一维容器中。P教授有编号为1…N的N件玩具,第i件玩具经过压缩后变成一维长度为C ...
分类:编程语言   时间:2017-10-12 09:33:13    收藏:0  评论:0  赞:0  阅读:221
OAuth 2.0 RFC 框架 中文
Internet Engineering Task Force (IETF) D. Hardt, Ed.Request for Comments: 6749 MicrosoftObsoletes: 5849 October 2012Category: Standards TrackISSN: 207 ...
分类:其他   时间:2017-10-12 09:32:04    收藏:0  评论:0  赞:0  阅读:310
多线程总结
简而言之,一个程序至少有一个进程,一个进程至少有一个线程. JAVA多线程实现方式主要有三种:继承Thread类、实现Runnable接口、使用ExecutorService、Callable、Future实现有返回结果的多线程。 其中前两种方式线程执行完后都没有返回值,只有最后一种是带返回值的。 ...
分类:编程语言   时间:2017-10-12 09:31:48    收藏:0  评论:0  赞:0  阅读:226
Jumping on Walls CodeForces - 198B
Jumping on Walls CodeForces - 198B 应该是一个隐式图的bfs,或者叫dp。 先是一个TLE的O(nklogn) 后来意识到了同样的位置,在较早的时间到过之后在较晚的时间再到那里一定不会比较早的时间更好,因此相同状态只需遍历一次,可以把复杂度优化到O(nlogn)(话 ...
分类:其他   时间:2017-10-12 09:31:24    收藏:0  评论:0  赞:0  阅读:222
mutex锁住共用线程函数 造成了死锁 ,为什么?
锁住共用的线程函数,为什么出现了死锁的现象,是真的死锁了吗?为什么勒【清晰早点】 【逍遥游】# 一般都是用 EnterCriticalSection 和 LeaveCriticalSection 锁住和解锁访问的数据 【瓶子】# @天天快乐 你在自己的线程里等待自己结束,当然锁死了! @天天快乐 你 ...
分类:编程语言   时间:2017-10-12 09:31:14    收藏:0  评论:0  赞:0  阅读:296
jQuery的基础dom和css操作
1、元素以及内容操作 二、样式操作 ...
分类:Web开发   时间:2017-10-12 09:29:45    收藏:0  评论:0  赞:0  阅读:261
判断两个单链表是否相交
思路:之前想到的只是两个无环链表,但没想到有环链表也需要考虑。故写随笔记录下来。 条件1:两个无环链表 条件2:两个有环链表(待添加代码) 判断环入口是否相等,入口相等则必定相交;不相等则判断,A环入口是否在B环中,在则说明相交,反之不相交 条件3:一个有环一个没环 必定不相交 ...
分类:其他   时间:2017-10-12 09:29:32    收藏:0  评论:0  赞:0  阅读:230
LeetCode 176. Second Highest Salary
https://leetcode.com/problems/second-highest-salary/description/ Write a SQL query to get the second highest salary from the Employee table. + + + | I ...
分类:其他   时间:2017-10-12 09:29:12    收藏:0  评论:0  赞:0  阅读:376
Hadoop HDFS
...
分类:其他   时间:2017-10-12 09:28:23    收藏:0  评论:0  赞:0  阅读:258
三元运算和三个数对比求最大值及最小值ok
public class Homework_01if {//这个是一个类的声明,当类被public修饰时,类名必须和文件名保持一致 public static void main(String[] args){ //这是主方法,是程序入口 //1.需求 获取三个数据中的最大值 用 if语句嵌套完成 ...
分类:其他   时间:2017-10-12 09:28:09    收藏:0  评论:0  赞:0  阅读:196
beef+metasploit
beef调用metasploit模块,直接xss吊打 先进入beef的文件夹 对config.yaml进行修改 将metasploit的false改为true 进入这个文件夹 修改配置文件 检查metasploit的安装路径 beef就配置完成了 接下来是metasploit 启动msfconsle ...
分类:Web开发   时间:2017-10-12 09:27:38    收藏:0  评论:0  赞:0  阅读:286
【CZY选讲·黑白染色】
题目描述? 给出平面上n 个点,试将他们黑白染色,要求染色后无法用一条直线把黑白完全分开。? 随便输出一种方案。 数据范围 n #include #include #include #include #define go(i,a,b) for(int i=a;i=b;i--) #define fo(... ...
分类:其他   时间:2017-10-12 09:27:13    收藏:0  评论:0  赞:0  阅读:231
How to resolve the 403 error when send POST request from Postman
Root cause: the site refused the connection from the http request origin, by default it is setted as below: Origin: chrome-extension://aicmkgpgakddgna ...
分类:其他   时间:2017-10-12 09:27:02    收藏:0  评论:0  赞:0  阅读:412
jQuery的节点操作
1、创建节点 2、操作节点,包括包裹,删除,替换,复制 ...
分类:Web开发   时间:2017-10-12 09:26:51    收藏:0  评论:0  赞:0  阅读:220
MySQl----增---创建各种
创建数据库 create database XXXX;. 创建数据表 create table subject( subjectNo int(11) primary key auto_increment not null comment '课程编号', subjectName varchar(50) ...
分类:数据库技术   时间:2017-10-12 09:26:17    收藏:0  评论:0  赞:0  阅读:288
jQuery的过滤器总结
1、内容过滤器 二、基本的过滤选择器 三、子元素过滤器 ...
分类:Web开发   时间:2017-10-12 09:26:04    收藏:0  评论:0  赞:0  阅读:223
New Concept English three(11)
Customs Officers are quite tolerant these days, but they can still stop you when you are going through the Green Channel and have nothing to declae. E ...
分类:其他   时间:2017-10-12 09:25:51    收藏:0  评论:0  赞:0  阅读:265
1337条   上一页 1 ... 58 59 60 61 62 ... 67 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!