码迷,mamicode.com
首页 >  
搜索关键字:javac target release    ( 36617个结果
sys用户,密码文件 dba权限的关系
oracle@ywdb ~]$ sqlplus "/as sysdba" SQL*Plus: Release 11.1.0.7.0 - Production on Tue Apr 29 15:40:38 2014 Copyright (c) 1982, 2008, Oracle. All rights reserved. Connected to: Oracle Data...
分类:数据库   时间:2014-07-22 23:01:54    阅读次数:435
ld: symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundle1.o for architectur
报错: symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundle1.o for architecture i386 解决: Project -> Targets -> General -> Deployment Info -> Deployment Target ->选择7.0 ...
分类:其他好文   时间:2014-07-22 23:01:33    阅读次数:368
【LeetCode】- 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 order. You may assume no duplicates in th...
分类:其他好文   时间:2014-07-22 23:01:15    阅读次数:270
An Unfair Game-[ACdream1035]
Problem DescriptionThere are n people and n target, everyone should get one target, no two people get the same target, the last one who get the target...
分类:其他好文   时间:2014-05-06 09:00:51    阅读次数:354
项目时间安排表
五一放假,为了能够准时完成alpha版本,还在学校的小组成员仍奋斗在一线!小组计划在五月八号的22:20分发布内部测试版。计划在五月二十号的下午18:30发布beta版在此期间不间断地发布修改的beta版本计划在五月三十号的下午2:30发布release版
分类:其他好文   时间:2014-05-06 00:12:57    阅读次数:265
HTML教程-各窗口间相互操作(Frame Target)
由Frames分出来的几个窗口的内容并不是静止不变的,往往一个窗口的内容随着另一个窗口的要求而不断变化,这就提高了Frames的利用价值。为了完成各窗口之间的相互操作,我们必须为每一个窗口起一个名字,这个名字用属性Name来定义。 窗口标识(Frame Name) 例如: 定义了窗口名称...
分类:Web程序   时间:2014-05-06 00:06:38    阅读次数:426
Creating a Unity Game for Windows 8
原地址:http://www.davebost.com/2013/08/30/creating-a-unity-game-for-windows-8Therecent release of Unity 4.2brings with it full-support for deploying Unit...
分类:Windows程序   时间:2014-05-05 22:12:34    阅读次数:861
Cocos2d-x3.0 RenderTexture(一) 保存
.h #include "cocos2d.h" #include "cocos-ext.h" #include "ui/CocosGUI.h" #include "cocostudio/CocoStudio.h" USING_NS_CC; USING_NS_CC_EXT; using namespace ui; RenderTexture* _target; Vector _...
分类:其他好文   时间:2014-05-02 20:33:15    阅读次数:370
leetcode: 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-05-02 09:54:11    阅读次数:269
Object C (2) --- NSString的创建
NSString *str1 = @"a string"; NSString *str2 = [[NSString alloc] init]; str2 = @"a string"; [str2 release]; NSString *str3 = [[NSString...
分类:其他好文   时间:2014-05-02 09:04:17    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!