码迷,mamicode.com
首页 >  
搜索关键字:up    ( 7825个结果
jira中使用eazyBI
参考:https://docs.eazybi.com/eazybijira/set-up-and-administer/set-up-and-administer-for-jira-server/installation-and-setup 安装前的清单 支持的版本 最新的eazyBI版本支持从6. ...
分类:其他好文   时间:2019-02-12 00:13:17    阅读次数:707
【vagrant】第一次安装添加box报错:The box failed to unpackage properly....
报错信息 原因 使用vagrant up启动虚拟机的时候,打包的虚拟机会保存在.vagrant.d/boxes目录下,这个文件夹默认是存放在系统盘上的C:/Users/{用户名}目录下的,如果box文件非常多的话,会造成空间不够。 解决 解决方案:把这个目录移到其它盘 1、将.vagrant.d文件 ...
分类:其他好文   时间:2019-02-11 12:20:49    阅读次数:666
滑动条QSlider
QSlider只提供整数范围 滑块接受Tab键的焦点,并同时提供了一个鼠标滚轮和键盘接口。键盘接口如下: Left/Right 移动水平滑块一个步长。Up/Down 移动垂直滑块一个步长。PageUp 上移一页。PageDown 下移一页。Home 移动至起始位置(最小值)。End 移动至结束位置( ...
分类:其他好文   时间:2019-02-11 01:04:59    阅读次数:784
UVA11559 Event Planning【水题】
As you didn’t show up to the yearly general meeting of the Nordic Club of Pin Collectors, you were unanimously elected to organize this years excursio ...
分类:其他好文   时间:2019-02-10 09:37:25    阅读次数:188
A1088.Rational Arithmetic
题意 模拟分数的四则运算 思路分析 模拟,在输出过程中,若分子 分母,需要分离出整数部分与分数部分,并且如果项为负数需要带上 c++ include using namespace std; typedef long long ll; struct fraction{ ll up; //分子 ll ...
分类:其他好文   时间:2019-02-08 23:34:16    阅读次数:216
What Goes Up UVA - 481 LIS+打印路径 【模板】
打印严格上升子序列; ...
分类:其他好文   时间:2019-02-07 10:48:23    阅读次数:177
LeetCode-144-Binary Tree Preorder Traversal
算法描述: Given a binary tree, return the preorder traversal of its nodes' values. Example: Follow up: Recursive solution is trivial, could you do it iter ...
分类:其他好文   时间:2019-02-06 18:35:55    阅读次数:109
[Daily Coding Problem 70] Nth perfect number
This problem was asked by Microsoft. A number is considered perfect if its digits sum up to exactly 10. Given a positive integer n, return the n-th pe ...
分类:其他好文   时间:2019-02-06 09:26:03    阅读次数:187
Gym - 101806T: Touch The Sky(贪心)
Figure: The house floats up in the sky by balloons. This picture is also used in 2018 KAIST RUN Spring Contest poster. In the year 2117, Professor Jae ...
分类:其他好文   时间:2019-02-05 22:22:11    阅读次数:146
gitlab账号注册及分组
1.开启注册邮箱验证 admin area --》setting--》Sign-up restrictions--》勾选Send confirmation email on sign-up 2.当前用户 root、123、xxxx 3.创建组 首页->create a group(http://19... ...
分类:其他好文   时间:2019-02-05 22:20:20    阅读次数:927
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!