T1: #include<bits/stdc++.h> int a[2000007],og,ma,n,op,opt,tot; long long sum; using namespace std; signed main () { freopen("building.in","r",stdin); ...
分类:
其他好文 时间:
2018-05-13 21:05:05
阅读次数:
278
Spring Boot 概述 Build Anything with Spring Boot: Spring Boot is the starting point for building all Spring based applications. Spring Boot is designed ...
分类:
编程语言 时间:
2018-05-08 22:20:11
阅读次数:
241
Jquery EasyUI Combotree 初始化赋值 ©Copyright 蕃薯耀 2018年5月7日 https://www.cnblogs.com/fanshuyao/ Jquery EasyUI Combotree 初始化赋值是在事件onLoadSuccess后, 使用xxx.combo ...
分类:
Web程序 时间:
2018-05-07 19:41:11
阅读次数:
455
原文:起调UWP的几种方法由于种种原因吧,我需要使用一个WPF程序起调一个UWP程序,下面总结一下,给自己个备份。 启动UWP程序的关键是协议启动 给我们的UWP应用添加一个协议,like this: 然后使用协议启动该UWP有一下几种方式: 1. 使用UWP的Launcher API // Cre... ...
分类:
其他好文 时间:
2018-05-06 00:20:47
阅读次数:
178
cp from : https://academy.realm.io/cn/posts/oredev-ty-smith-building-android-sdks-fabric/ Ty Smith Ty 是一个在 Twitter 的 Android 技术负责人,专职于 Fabric 开发工具团队。他 ...
分类:
移动开发 时间:
2018-05-02 22:19:23
阅读次数:
292
在使用docker容器时,有时候里边没有安装vim,敲vim命令时提示说:vim: command not found,这个时候就需要安装vim,可是当你敲apt-get install vim命令时,提示: Reading package lists... Done Building depend ...
分类:
Web程序 时间:
2018-04-30 13:27:17
阅读次数:
788
JenKins有什么用?官网是这么说的:The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any ...
分类:
其他好文 时间:
2018-04-29 13:33:54
阅读次数:
149
根据项目需要,通过vue-cli中的npm run build 打包到不同的环境,例如测试环境,预发布环境,线上环境,根据process.env分别进行接口的调用 vue-cli 中build中build.js build中webpack.prod.conf.js config中的index.js ...
分类:
其他好文 时间:
2018-04-28 11:47:10
阅读次数:
1471
先把已有的边并查集了,然后MST即可 记得开double cpp include include include include using namespace std; const int N=1005; int n,m,f[N],con,tot; double x[N],y[N],ans; st ...
分类:
其他好文 时间:
2018-04-27 15:55:36
阅读次数:
106
题意 有n个教室排成一排,每个教室都有一个坐标,现在,小Q想建一些糖果商店,在这n个教室里面。总的花费有两部分,在教室i建一个糖果屋需要花费ci,对于没有任何糖果屋的P,需要的花费为这个教室到它左边有糖果商店的距离。怎么建糖果商店才能使花费最少?n<=3000. 分析 比较显然的dp,每个教室有两种 ...
分类:
其他好文 时间:
2018-04-26 23:20:36
阅读次数:
338