码迷,mamicode.com
首页 >  
搜索关键字:Fix    ( 2474个结果
Android Export aborted because fatal error were fo
*Export Aborted Export aborted because fatal Lin error were founds. These are listed in the problems view. Either fix these before running Export Again, or turn off "Run full error check when expor...
分类:移动开发   时间:2014-09-16 19:18:02    阅读次数:287
Java基础知识1
1、myelicpse常用快捷键 内容提示(Content Assist):Alt + / 快速修复(Quick Fix):Ctrl + 1 导包:ctrl + shift + O 格式化代码块:ctrl + shift + F ---> 配置代码自动格式化 添加(除去)块注释 Ctrl+...
分类:编程语言   时间:2014-09-12 18:49:23    阅读次数:238
texturepacker打包图片,场景切换时背景图有黑边
在使用TexturePacker打包图片之后,背景图在场景切换(有切换动画)时,明显能看到有黑边,在百度之后解决了。 知乎上边有网友贴出了两种解决方法,我抄过来如下: 第一种: 修改 ccConfig.h 将 #define CC_FIX_ARTIFACTS_BY_STRECHING_TE...
分类:其他好文   时间:2014-09-12 11:33:33    阅读次数:268
jQuery.event详细解析
介绍之前先介绍jQuery的一个方法 jQuery.event.fix(event || window.event); 此方法个浏览器的event对象转换为 jQuery.event; 如果您的事件是通过jQuery方法绑定的,就不需要进行转换了!jQuery在遵循W3C规范的情况下,对事件的常用属...
分类:Web程序   时间:2014-09-05 14:19:51    阅读次数:244
oracle表分区
--先创建表,分别分区,指定表空间,添加子分区create table WID_EVT_INS_FIX_BEH_MON( serv_id NUMBER(12), acc_nbr VARCHAR2(31), local_ca...
分类:数据库   时间:2014-09-04 14:39:19    阅读次数:361
intellij idea android错误: Missing styles. Is the correct theme chosen for this layout?
Missing styles. Is the correct theme chosen for this layout?Use the Theme combo box above the layout to choose a different layout, or fix the theme st...
分类:移动开发   时间:2014-09-03 01:30:35    阅读次数:296
add to svn ignore disabled
The problem is that the folder is already under version control. Here's how I fix this type of problem when it comes up: In your local shell, make a c...
分类:其他好文   时间:2014-09-02 17:20:24    阅读次数:179
英语单词的偏旁部首之常见前缀(一)
一、表示“前”的前缀1.pre- precaution 预防(pre 提前 + caution 小心 --> 提前小心 --> 预防) prefix 前缀(pre 前面 + fix 固定 --> 前缀)preschool? prehistory? prepay? prebuilt? preface?...
分类:其他好文   时间:2014-09-02 00:14:13    阅读次数:207
BZOJ 3670 NOI2014 动物园 KMP算法
题意: 给定一个长为L的字符串(L 求Π(num[i]+1)%1000000007 这就是KMP算法的一个变形。。。首先求出next数组,顺便求出cnt数组,代表长度为i的前缀经过几次fix=next[fix]会得到0,然后重新匹配一次,这次注意当fix*2>i的时候令fix=next[fix]即可 这题有坑 切忌用num数组代替next 此外勿忘开long long 这题就水过去了。...
分类:其他好文   时间:2014-09-01 14:06:13    阅读次数:247
关于grant授权问题
单表授权grantselect,insert,update,deleteon表名to被授权用户名;grantselect,insert,update,delete,references,alter,indexonT_FIX_BIND_ROUTEtoSPOS_USER3;所有表授权select'gra...
分类:其他好文   时间:2014-09-01 10:43:42    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!