码迷,mamicode.com
首页 >  
搜索关键字:no such file or dire    ( 51119个结果
zBoot/Makefile
#上层makefile调用执行make命令,执行的应该是第一个目标allHEAD = head.oSYSTEM = ../tools/zSystem#LD = gcc#TEST = -DTEST_DRIVERzOBJECTS = $(HEAD) inflate.o unzip.o misc.oCFL...
分类:其他好文   时间:2014-06-08 07:38:47    阅读次数:245
[Android]传感器-加速度计-1[转]
/* * Copyright (C) 2011 The Rexsee Open Source Project * * Licensed under the Rexsee License, Version 1.0 (the "License"); * you may not use this file...
分类:移动开发   时间:2014-06-08 07:38:06    阅读次数:363
freopen内部实现
1 #include 2 #include 3 4 FILE* Freopen(const char *fileName, const char *type, FILE *stream){ 5 FILE *fileFp = fopen(fileName, type); 6 int f...
分类:其他好文   时间:2014-06-08 06:39:51    阅读次数:247
配置jdk
第一步 到系统环境变量第二步 开始配置1.变量名path 变量值C:\Program Files\Java\jdk1.7.0_01\bin2.变量名java_home 变量值C:\Program Files\Java\jdk1.7.0_013.变量名classpath 变量值.;C:\Progr.....
分类:其他好文   时间:2014-06-08 05:56:00    阅读次数:265
Codeblocks使用-2 Fortran开发环境
曾经有段时间需要学习Fotran,便试着搭建Visual Studio 2008 + Intel Fortran XE的环境,不料今天在查看Code::Blocks模板时,发现有Fortran的模板,于是钻研了下:1、【File】-【New】-【Project】选Fortran Applicati....
分类:其他好文   时间:2014-06-08 01:26:17    阅读次数:235
只能在执行 Render() 的过程中调用 RegisterForEventValidation(RegisterForEventValidation can only be called during Render();
只能在执行 Render() 的过程中调用 RegisterForEventValidation(RegisterForEventValidation can only be called during Render();当用GridView导出Execl的时候,会发生只能在执行 Render() ...
分类:其他好文   时间:2014-06-08 01:16:14    阅读次数:233
贪心算法求解活动选择问题
问题描述: 有一个需要使用每个资源的n个活动组成的集合S={a1,a2,···,an},资源每次只能由一个活动使用。每个活动a都有一个开始时间和结束时间,且0 File Name: Activity_selector.c > Author: He Xingjie > Mail: gxm...
分类:其他好文   时间:2014-06-08 00:31:13    阅读次数:319
intellij idea 13注册key生成代码
package org.geksong.idea13keygen;/****************************** * Create Time: 2013-12-24 下午5:39:54 * Author: zs.zeng * File name: ProductType.java ....
分类:其他好文   时间:2014-06-07 23:56:26    阅读次数:365
Oracle中pls_logger记录日志信息
/* 参数说明: pi_program_name 程序名称 pi_directory 写入日志文件所在的目录 pi_file 日志文件名称,必须存在 pi_log_level 日记级别,INFO、WARN、FATAL pi_write_to ...
分类:数据库   时间:2014-06-07 22:09:19    阅读次数:368
fork() in linux
About fork() in linux:parent/child processes created by fork() share the same file table (linux file descriptor or called `open file descriptor`)Which...
分类:系统相关   时间:2014-06-07 21:47:58    阅读次数:443
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!