码迷,mamicode.com
首页 >  
搜索关键字:javac target release    ( 36617个结果
Combination Sum
Given a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Thesamerepeated num...
分类:其他好文   时间:2014-06-04 20:15:09    阅读次数:289
Combination Sum II
Given a collection of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Each number ...
分类:其他好文   时间:2014-06-04 20:14:25    阅读次数:287
Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:其他好文   时间:2014-06-04 20:09:47    阅读次数:266
Qt static compile
1.cd到Qt安装目录C:\Qt\qt-win-opensource-src-4.3.42,configure -static -release nmake sub-src执行完就好了==============参考:http://www.caole.net/diary/qt_deploy.html...
分类:其他好文   时间:2014-06-03 08:05:17    阅读次数:575
"flash download failed - Target dll has been cancelled"错误解决办法
在用mdk通过stlink烧写官方例程到stm32f429I discovery时,烧写了十来个程序都没问题,突然在烧写一个程序时,弹出了“flash download failed - Target dll has been cancelled”,然后后续的烧写都失败了。原因可能是其中一个程序将s...
分类:其他好文   时间:2014-05-31 06:58:56    阅读次数:2006
安装LINUX X86-64的10201出现链接ins_ctx.mk错误-转自yingtingkun
详细错误信息为:Error in invoking target‘install’of makefile‘/opt/oracle/product/10.2/ctx/lib/ins_ctx.mk’. See‘/opt/oracle/oraInvertory/logs/installActions201...
分类:系统相关   时间:2014-05-31 06:14:14    阅读次数:512
Java 注解实例
package com.annotation;import java.lang.annotation.Retention;import java.lang.annotation.Target;import static java.lang.annotation.ElementType.*;impor...
分类:编程语言   时间:2014-05-31 04:52:26    阅读次数:289
JavaScript高级程序设计之EventUtil
简单的通用事件方法var EventUtil = { getEvent: function (e) { return e || window.event; }, getTarget: function (e) { return e.target || e...
分类:编程语言   时间:2014-05-31 04:21:07    阅读次数:294
centos 快速安装memcached
1、由于CentOS系统默认源没有memcache安装包,因此需要导入第三方的源。执行如下两条命令:[root@EACNCTCSHHSHH00B001 data]# wget ftp://fr2.rpmfind.net/linux/epel/5/ppc/epel-release-5-4.noarch...
分类:其他好文   时间:2014-05-30 18:40:22    阅读次数:325
软件项目开发总结,假如历史可以重来
TD学生助手——release版发布1.设想和目标1.我们的软件要解决的问题 TD学生助手的主要核心思想就是帮助学生安排他们忙碌的学校生活。主要是通过以下几个方面 1.通过学生的需要进行分类(考试,实验,发博客等等),添加日程,保存日程到数据库中,将日程模块化管理; 2.用月视图和周视图,日视...
分类:其他好文   时间:2014-05-30 17:53:02    阅读次数:329
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!