码迷,mamicode.com
首页 >  
搜索关键字:bugs    ( 473个结果
17.Java重构(Eclipse)
1.定义在不改变代码行为情况下改善代码设计;2.好处1.改善设计;2.让软件更加容易理解;3.可以协助寻找bugs;4.可以提升开发速度;3.使用 3.1结构重构(改名字) 右键类文件,Refactor->Rename 3.2移动(移动到另外一个包) Refactor->Move 3.3修改方法的名...
分类:编程语言   时间:2014-12-08 20:54:39    阅读次数:234
Ubuntu14.04系统设置
1、开机画面紫框问题修复 参考文章:https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1289809       $ cat /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.grub if background_color 44,0,30; then clear fi sh...
分类:系统相关   时间:2014-12-05 10:54:04    阅读次数:479
85. BASIC和LotusScript中的Variant
缘起最近我回看以前记的关于Notes的笔记,发现在Notes bugs类别下,两条编号间隔一的竟然是相差无几的内容。2. 'Type mismatch' occurs if an nested array e.g. when an item of ColumnValues is an array, is assigned to a variant or passed as an argument ...
分类:其他好文   时间:2014-12-02 11:50:08    阅读次数:217
CEOI 2002, POJ 1038 Bugs Integrated, Inc. 状态压缩 DP
有点点小虐心。 #include #include #include using namespace std; const int ternarys[12] = { 0, 1, 3, 9, 27, 81, 243, 729, 2187, 6561, 19683, 59049 }; int DP[2][59049]; int bit_map[155][15]; int pre_li...
分类:其他好文   时间:2014-11-25 18:39:29    阅读次数:177
jetbrick-template 2.0.2 发布,Java 模板引擎
全面超越 Velocity 的全新一代 Java 模板引擎 jetbrick-template 2.0.2 正式版终于发布拉!本次更新主要修复了 2.0 的 bugs,建议大家升级。Release Notes:[增强] Add SecurityManager for create template ...
分类:编程语言   时间:2014-11-18 23:25:16    阅读次数:207
二叉搜索的各种bugs——重复递增序列
int binary_search(int* A, int value, int p, int r);int main(int argc, char *argv[]){ int A[] = {1, 2, 3, 4, 4, 4, 4, 4, 4, 5}; int index...
分类:其他好文   时间:2014-11-06 21:26:23    阅读次数:220
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/command-not-found/+filebug Please include the fo...
分类:系统相关   时间:2014-11-06 13:10:02    阅读次数:178
HttpURLConnection or Apache Http client
摘录Android 官方博客: Which client is best? Apache HTTP client has fewer bugs on Eclair and Froyo. It is the best choice for these releases. For Gingerbread and better, HttpURLConnection is the...
分类:Web程序   时间:2014-11-06 11:00:37    阅读次数:198
POJ2492 A Bug's Life (easy)
DescriptionBackgroundProfessor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature two different genders...
分类:其他好文   时间:2014-11-05 16:53:41    阅读次数:137
poj2096 Collecting Bugs 概率dp
Collecting BugsTime Limit:10000MSMemory Limit:64000KTotal Submissions:2745Accepted:1345Case Time Limit:2000MSSpecial JudgeDescriptionIvan is fond of c...
分类:其他好文   时间:2014-11-05 08:07:15    阅读次数:174
473条   上一页 1 ... 40 41 42 43 44 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!