码迷,mamicode.com
首页 >  
搜索关键字:hdu 1159 common subs    ( 40195个结果
【安装部署】 Linus安装Docker
1、卸载旧版本(如果安装过旧版本的话) sudo yum remove docker docker-common docker-selinux docker-engine 2、安装需要的软件包 yum install -y yum-utils device-mapper-persistent-dat ...
分类:其他好文   时间:2020-07-28 14:18:19    阅读次数:83
centos7 配置samba服务
cifs协议是windows与linux系统之间文件共享的一种协议,其中代表的软件是samba。cifs全称是common internet file system通用互联网文件系统协议。 linux服务端samba主程序包samba [root@x160 ~]# yum install -y sa ...
分类:其他好文   时间:2020-07-28 13:51:03    阅读次数:101
表单组件,修改input组件的placehold的文字显示以及颜色控制
思路: 第一步:在公共的css文件里面设置class类名,并添加要修改得样式。 第二步:在要修改控制的组件里,生命周期mounted中给要修改样式的DOM添加class类名。(此步可能涉及到异步。) 具体实现:common.css ...
分类:其他好文   时间:2020-07-27 17:44:13    阅读次数:73
javax.net.ssl.sslhandshakeexception: pkix path building failed
发送请求是跳过证书 package com.yurun.micro.common.third.ding; import okhttp3.OkHttpClient; import javax.net.ssl.*; /** * okhttp ssl证书解决 * @author dll * @create ...
分类:编程语言   时间:2020-07-27 15:48:27    阅读次数:80
HDU 1518 Squre
Given a set of sticks of various lengths, is it possible to join them end-to-end to form a square? InputThe first line of input contains N, the number ...
分类:其他好文   时间:2020-07-27 09:42:59    阅读次数:80
hdu 2544 最短路(floyd)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2544 题意 给出一个 $n$ 点 $m$ 边的带权无向图,找出结点 $1$ 到结点 $n$ 的路径最小权。($n \le 100, m \le 10000$) 题解 $n$ 的范围较小,可以用 $O_{ ...
分类:其他好文   时间:2020-07-27 09:38:16    阅读次数:51
HDU 2846 Repository
When you go shopping, you can search in repository for avalible merchandises by the computers and internet. First you give the search system a name ab ...
分类:其他好文   时间:2020-07-27 09:29:30    阅读次数:82
hdu1325-并查集
//判断输入的数字是否可以构成一棵树 //前一个数是后一个的父亲节点,树的定义:有且仅有一个总根节点,根节点到其他任意节点路径唯一,每个节点只能被其根指向,入度只能为1 #include <stdio.h> #include <string.h> #define maxn 10002 int in[ ...
分类:其他好文   时间:2020-07-27 09:18:05    阅读次数:68
Sorted对流中的数据进行排序,如list集合
package com.jeesite.modules.jiQiao.web;import com.google.common.collect.Lists;import java.util.ArrayList;import java.util.Collections;public class Dem ...
分类:编程语言   时间:2020-07-26 22:57:16    阅读次数:89
使用BeanUtils复制Java对象
1.BeanUtils位于org.apache.commons.beanutils.BeanUtils 完整方法: BeanUtils.populate( Object bean, Map properties ), 这个方法会遍历map<key, value>中的key,如果bean中有这个属性, ...
分类:编程语言   时间:2020-07-26 22:51:58    阅读次数:64
40195条   上一页 1 ... 30 31 32 33 34 ... 4020 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!