码迷,mamicode.com
首页 >  
搜索关键字:bugs    ( 473个结果
Ubuntu编码问题
Ubuntu编码问题 root@magus-18:/srv/rorapps/fgcc# rails -v Sorry, command-not-found has crashed! Please file a bug report at: https://bugs.launchpad.net/com ...
分类:系统相关   时间:2017-05-02 18:18:09    阅读次数:276
POJ 2096 Collecting Bugs 概率dp(水
题目链接:点击打开链接 题意: 点击打开链接 对于这里的dp做法是: 写一个状态x,然后把从x转移出去的方程写出来。即 x = y1+y2+··· 当中全部的yi都是已知的。 这样我们就会得到一个方程是从未知到已知。 可是dp是由已知到未知。所以我们再呵呵回来。。 #include <cstdio> ...
分类:其他好文   时间:2017-04-30 12:37:42    阅读次数:115
动归题目
【POJ1141】括号序列【POJ1191】棋盘分割【SPOJ196】决斗【AOA】跳舞机【AOA】积木游戏【AOA】艺术馆的火灾【AOA】机器人的名字【UVa10559】方块消除【AOA】公路巡逻【POJ1074】并行期望值【AOA】高性能计算机【AOA】模板匹配【AOA】不可解码的编码【AOA】 ...
分类:其他好文   时间:2017-04-27 10:14:41    阅读次数:175
HDU1829(种类并查集)
ps:本来是想找个二分图判断的题来写,结果百度到这鬼题 Problem Description Background Professor Hopper is researching the sexual behavior of a rare species of bugs. He assumes t ...
分类:其他好文   时间:2017-04-25 18:35:28    阅读次数:186
hzau 1209 Deadline(贪心)
K.Deadline There are N bugs to be repaired and some engineers whose abilities are roughly equal. And an engineer can repair a bug per day. Each bug ha ...
分类:其他好文   时间:2017-04-24 12:09:26    阅读次数:227
软件测试(二)PICT的使用 组合测试方法(两两组合测试,可遍历组合测试)
一、两两组合测试 (如图输入) 得到结果(两两组合的结果): 二、可遍历组合测试 命令行下敲命令: pict.exe model.txt 得到结果:(组合的数据明显变多了) 参考文献: http://www.amibugshare.com/pict/help.html ...
分类:其他好文   时间:2017-04-16 20:31:57    阅读次数:238
测试窗口
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 ...
分类:其他好文   时间:2017-04-12 23:09:28    阅读次数:177
Collecting Bugs (概率dp)
Ivan is fond of collecting. Unlike other people who collect post stamps, coins or other material stuff, he collects software bugs. When Ivan gets a ne ...
分类:其他好文   时间:2017-04-12 18:49:50    阅读次数:227
fedora23安装robotframework和ride-错误篇
环境:fedora 23 x86_64 1. 使用 python 2.7 时安装 ride 的错误 直接用命令装的 ride,装的是 ride 1.5.2.1。安装没问题,但是运行 ride.py 的时候会提示 wxPython 版本的问题。 使用 dnf 默认装的 wxPython x86_64 ...
分类:其他好文   时间:2017-04-08 20:10:01    阅读次数:357
用Node.js 将bugzilla上的bug列表导入到excel表格里
公司用bugzilla管理产品bug,最近用Node.js做了个东西,方便能够把bug的相关信息导入到excel表格里,好做后续的管理分析。 直接贴代码,写上注释好了。转载请注明出处。 ...
分类:Web程序   时间:2017-04-03 20:35:24    阅读次数:300
473条   上一页 1 ... 19 20 21 22 23 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!