码迷,mamicode.com
首页 >  
搜索关键字:show error    ( 48646个结果
Android强制弹出,隐藏输入法.
当我们弹出一个Dialog时候,假设这个Dialog须要输入数据,然后确定后又须要关闭输入法,一般系统的hide,跟show方法总会有各种问题,最霸道的解决方法就是写一个定时器,定时弹出或者关闭输入法。import java.util.Timer;import java.util.TimerTask...
分类:移动开发   时间:2014-06-02 19:10:00    阅读次数:482
cocos2d-x 编译问题集合之error C2440: “类型转换”: 无法从“void (__thiscall ::* )(void)”转换为“
1.提示为error C2440: “类型转换”: 无法从“void (__thiscall xx::* )(void)”转换为“cocos2d::SEL_CallFuncN” 提示前 调用语句为callfuncN_selector(GameMenu::menuEnter) menuEnter这个方...
分类:其他好文   时间:2014-06-02 16:03:24    阅读次数:194
The type sun.management.ManagementFactory is not visible
Eclipse默认将这些受访问限制的API设成了Error。解决方法:只要将Windows---Preferences---Java--Complicer---Errors/Warings里面的Deprecated and restricted API中的Forbidden references(a...
分类:其他好文   时间:2014-06-02 16:00:09    阅读次数:229
[notes] ImageNet Classification with Deep Convolutional Neual Network
Paper: ImageNet Classification with Deep Convolutional Neual Network Achievements: The model addressed by Alex etl. achieved top-1 and top-5 test error rate of 37.5% and 17.0% of classifyin...
分类:Web程序   时间:2014-06-02 15:08:24    阅读次数:369
PHP之关闭网页错误提示
关闭PHP错误脚本提示是程序上线了必须做的一件事情,就是不管程序怎么报错我们都不能让错误日志在服务器上给大家看到,下面我来总结两种关闭PHP错误脚本提示的具体方法最简单的办法就是直接在php程序代码中加入下面代码:代码如下:error_reporting(E_ALL^E_NOTICE^E_WARNI...
分类:Web程序   时间:2014-06-02 13:14:07    阅读次数:338
Parse error: syntax error, unexpected T_STRING in D:\workspaces\0428\0630\08-returntype.php on line 4
那你有权限查看修改服务器的php.ini吗?你查看一下服务器的php.ini找到:short_open_tag = Off这一行,如果short_open_tag = On,那么你就把它改成Off因为如果这个为On,就意味着运行这样的php代码:也就是说等同于所以你第一行的就被服务器认为是php代码...
分类:Web程序   时间:2014-06-02 11:41:38    阅读次数:249
userscripts.org最新网址
stopGoogleRedirection:http://userscripts.org:8080/scripts/show/186798// ==UserScript==// @name stopGoogleRedirection// @author NLF//...
分类:其他好文   时间:2014-06-02 10:21:23    阅读次数:281
ORA-09817: Write to audit file failed   Linux-x86_64 Error: 28: No space left on device
连接数据库报错 [oracle@tips~]$sqlplus/assysdba SQL*Plus:Release11.2.0.3.0ProductiononFriJun2918:44:032012 Copyright(c)1982,2011,Oracle.Allrightsreserved. ERROR: ORA-09817:Writetoauditfilefailed. Linux-x86_64Error:28:Nospaceleftondevice Additionalinforma..
分类:系统相关   时间:2014-06-02 04:12:14    阅读次数:915
ORACLE表test01字段的操作
SQL>createtabletest01 (NONUMBERNOTNULL,NAMEVARCHAR(30)); 1.修改表名称 SQL>altertabletest01renametotest02; Tablealtered. SQL>desctest01 ERROR: ORA-04043:objecttest01doesnotexist SQL>desctest02 NameNull?Type -------------------------------..
分类:数据库   时间:2014-06-02 04:03:12    阅读次数:291
powershell-无法加载文件,因为在此系统中禁止执行脚本
写了一个powershell脚本测试脚本,结果执行的时候报错 $a=Get-ContentC:\script.txt|select-string-pattern"ora" if($a-eq$null) { write-host"error" } else { write-host"OK" } PSD:\>.\pshell.ps1 无法加载文件D:\pshell.ps1,因为在此系统中禁止执行脚本。有关详..
分类:其他好文   时间:2014-06-02 03:17:04    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!