"warning: function declaration isn't a prototype" was caused by the function like that:return_type XXX(){.......}Please just modify the input paramter...
分类:
其他好文 时间:
2015-05-27 11:55:42
阅读次数:
647
List ComponentsFor a given undirected graph with N vertices and E edges, please list all the connected components by both DFS and BFS. Assume that all...
分类:
其他好文 时间:
2015-05-27 09:44:09
阅读次数:
144
#!/bin/sh
source /home/oracle/.bash_profile
if [ -z $1 ]
then
echo "Please Input a number,Usage: 0|1|2"
exit
else
RMAN_LEVEL=$1
fi
export ORACLE_SID=xxxx
export TODAY=`date '+%Y%m%d'`
export...
分类:
数据库 时间:
2015-05-26 14:29:42
阅读次数:
143
[Please allow Subclipse team to receive anonymous usage statistics for this Eclipse intance(info)]今天在用eclipse启动项目的时候发现了一个问题,就是每次启动项目的时候,eclipse都会弹出一个S...
分类:
编程语言 时间:
2015-05-26 10:28:07
阅读次数:
302
记得前阵子编译so库直接使用ndk-build搞定,今天使用却报错如下:$ ndk-build
Android NDK: Could not find application project directory !
Android NDK: Please define the NDK_PROJECT_PATH variable to point to it.
/opt/android...
分类:
移动开发 时间:
2015-05-25 18:50:02
阅读次数:
276
p242.8 1 #include 2 #include 3 4 int main() 5 { 6 int x, y, z, num; 7 int largest(int a, int b, int c); 8 printf("please enter three numb...
分类:
其他好文 时间:
2015-05-24 23:22:00
阅读次数:
151
—————————Error launching Android Studio—————————No JVM installation found. Please install a 64-bit JDK.If you already have a JDK installed, define a J...
分类:
移动开发 时间:
2015-05-24 11:16:35
阅读次数:
2211
1 在终端下运行程序,首先清屏,然后提示:“Input a file or directory name, please!”。从键盘输入一个字符串(如:xxx),如果该字符串是目录,则显示:“xxx is a directory.”;如果该字符串是文件(如:xxx),则显示:“xxx is a re...
分类:
系统相关 时间:
2015-05-23 22:31:43
阅读次数:
838
例子以上一篇随笔中的blog应用进行.urls.py默认生成的格式如下: 1 """whsweb URL Configuration 2 3 The `urlpatterns` list routes URLs to views. For more information please see: ....
分类:
Web程序 时间:
2015-05-23 19:59:28
阅读次数:
157
#coding = utf-8def getLastDay(): y = int(input("Please input year :")) m = int(input("please input month :")) d = int(input("Please input day...
分类:
编程语言 时间:
2015-05-23 19:58:59
阅读次数:
152