码迷,mamicode.com
首页 >  
搜索关键字:no rule to make targ    ( 12102个结果
html5 canvas 前端生成缩略图
html5 canvas 前端生成缩略图更新:2013/08/01: 解决了后面遇到的bug: 图片被压扁(IOS6); 图片被旋转;整个源码放在: https://github.com/kairyou/html5-make-thumb新方案需要后面实现的, 就是下面的旧版本里的功能(水印/是否强制...
分类:Web程序   时间:2014-05-16 03:24:47    阅读次数:511
intellij idea rearrange code
reformat code的时候,无法将filed放在method前边,很恶心。那么先去添加一个rule,将public method放在private field之后,其实所有的method都应该在filed之后。然后这样完全不算完,因为reformat code不会默认rearrange cod...
分类:其他好文   时间:2014-05-16 03:12:22    阅读次数:341
Android源码编译make的错误处理
android源码下载:官方下载或参考android源码下载方式Android编译版本: PLATFORM_VERSION=4.0.1(最新Android 4.0.1)OS 操作系统平台: Linux yanggang 2.6.35-30-generic #61-Ubuntu SMP Tue Oct...
分类:移动开发   时间:2014-05-15 21:10:55    阅读次数:463
Windows命令行(DOS命令)教程-4(转载)http://arch.pconline.com.cn//pcedu/rookie/basic/10111/15325_3.html
2. md md是英文make directory(创建目录)的缩写 [功能] 创建一个子目录 [格式] md [C:]path [举例] 用md 建立一个叫做purple的目录 3. cd cd是英文change directory(改变目录)的缩写 [功能] 改变或显示当前目录 [格式] cd ...
分类:Windows程序   时间:2014-05-15 07:50:44    阅读次数:418
[LeetCode]ZigZag Conversion
Write the code that will take a string and make this conversion given a number of rows: P A H N A P L S I I G Y I R convert("PAYPALISHIRING", 3) should return "PAHNAPLSIIGYIR"....
分类:其他好文   时间:2014-05-15 04:49:04    阅读次数:311
记录开发过程中遇到的2个小bug
1、使用新建线程结合handler来更新UI线程中的 ListView,快速点击“刷新”,会出现下面的错误: ?? The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not mod...
分类:其他好文   时间:2014-05-15 02:30:17    阅读次数:254
Difference Between Mod_Python & Mod_Wsgi | eHow
Difference Between Mod_Python & Mod_Wsgi | eHow x YES NO Why not? Thanks for helping us to make eHow better for everyone. eHow Computers Computer Netw...
分类:编程语言   时间:2014-05-15 02:12:12    阅读次数:390
POJ 1002 487-3279
Description Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or phrase. For example, you can call the Universit...
分类:其他好文   时间:2014-05-15 00:20:39    阅读次数:332
hdu 3473 Minimum Sum(划分树-sum操作)
划分树。只是考虑求当前区间大于第k值的值得和,和小于第k值的和。显然可以在查询的时候直接搞出来。sum[d][i]表示第d层子区间l,r种l-i的和。写错了一个下标,检查了半辈子。。。 #include #include #include #include #include #include #include #include #include #include #define MP make_...
分类:其他好文   时间:2014-05-14 19:31:39    阅读次数:311
安装opensips时出现curses.h:31:19: 错误的解决
[root@OpenSIPSopensips-1.11.1-tls]#makemenuconfigcdmenuconfig;make;cd..make[1]:Enteringdirectory`/usr/local/opensips-1.11.1-tls/menuconfig‘gcc-g-Wall-DMENUCONFIG_CFG_PATH=\"menuconfig/configs/\"-DMENUCONFIG_GEN_PATH=\"etc/\"-DMENUCONFIG_HAVE_SOURCES=1-c-ocf..
分类:其他好文   时间:2014-05-14 16:07:32    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!