码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
java -server 和 -client 的不同,及 java -server 时抛错原因
在dos窗口运行:java -serverError: missing `server' JVM at `C:\Program Files\Java\jre7\bin\server\jvm.dll'.Please install or use the JRE or JDK that contains...
分类:编程语言   时间:2015-06-18 10:59:53    阅读次数:264
第二章,自定义函数(Lua)
--定义一个函数 function getNum(n) if n==0 then return 0 else return 1 end end --接收输入 print("Please input:") --接收数据后放在a中 a = io.read("*num") --打印出函数的返回值 print(getNum(a)) 调试截图:...
分类:其他好文   时间:2015-06-17 21:48:30    阅读次数:216
GoldenGate过程 abend,报错OGG-00868 ORA-02396: Exceeded Maximum Idle Time, Please Connect Again
GoldenGate过程 abend,报错OGG-00868 ORA-02396: Exceeded Maximum Idle Time, Please Connect Again参考原始:GoldenGate Processes Abend with OGG-00868 ORA-02396: Ex...
分类:其他好文   时间:2015-06-17 11:03:55    阅读次数:151
c++中的异常 exception
变成入门的时候可能经常遇到的错误: this application has requested the runtime to terminate it in an unusual way. Please contact the application's support team for more information这是由于程序在运行时发生了未知的错误,例如:打开不存在的文件,爆栈,除数为...
分类:编程语言   时间:2015-06-15 09:19:44    阅读次数:120
Shell中的数值计算
#!/bin/bashecho "please input number:"read na=`expr $n / 100`#a1=`expr $n - $a * 100`b=`echo "($n-$a*100)/10" | bc`c=`echo "($n-$a*100-$b*10)" | bc`d=...
分类:系统相关   时间:2015-06-13 15:40:45    阅读次数:205
解决Please ensure that adb is correctly located at 'D:\java\sdk\platform-tools\adb.exe' and can be executed.
http://blog.csdn.net/highning0007/article/details/12801057遇到问题描述:运行android程序控制台输出 [2012-07-18 16:18:26 - ] The connection to adb is down, and a severe...
分类:数据库   时间:2015-06-13 14:06:12    阅读次数:163
LeetCode 8 String to Integer (atoi)
Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ...
分类:其他好文   时间:2015-06-12 06:18:40    阅读次数:90
MyEclipse8.5破解方法
本文是转自其它博文,用以留着备份的~Step:1、建立一个任意名称的Java Project2、在该工程中建立一个名文MyEclipseGen的Java文件(MyEclipseGen.java)3、运行下面的代码,会在控制台出现"please input register name:",输入任意一个...
分类:系统相关   时间:2015-06-11 22:28:50    阅读次数:143
Please ensure that adb is correctly located at 问题解决方法
今天导入个android项目,运行的时候,居然发现了个错误……出现:ADBserverdidn'tACK,failedtostartdaemonPleaseensurethatadbiscorrectlylocatedat'D:\android-sdk-windows\platform-tools\...
分类:数据库   时间:2015-06-11 20:51:09    阅读次数:167
ubuntu 忘记密码,忘记root密码的解决办法
ubuntu的root默认是禁止使用的,在安装的时候也没有要求设置root的密码。要使用,给root设置密码就行了,sudo passwd root 。如果只是普通用户密码忘了,用root就可以修改。如果root密码忘了就进入单用户模式。 进入单用户模式:   1,在开机引导到GRUB等待界面(GRUB loading, please wait…)这里的时候按下ESC键来进入启动菜单,...
分类:系统相关   时间:2015-06-10 22:42:39    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!