码迷,mamicode.com
首页 >  
搜索关键字:show error    ( 48646个结果
freemarker报错之十一
1、错误描述 六月 03, 2014 11:00:35 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error 严重: Template processing error: "Expression nums is undefined on line 10, column 25 in list.ftl." Expression nums is...
分类:其他好文   时间:2014-06-20 12:59:50    阅读次数:229
ASP.NET Parser Error Message: Could not load type 'Web.Global'.
Server Error in '/myapp' Application.Parser ErrorDescription: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error deta...
分类:Web程序   时间:2014-06-20 11:15:55    阅读次数:279
MongoDB第二弹——基本操作
查询已经创建的数据库 show dbs 选择数据库 use DATABASE_NAME 查询该数据库里面的集合 show collections 删除集合操作: db.COLLECTION_NAME.drop() 插入数据操作: db.COLLECTION_NAME.insert( do...
分类:数据库   时间:2014-06-20 10:57:41    阅读次数:275
20140603 对error.c 的源代码进行分析
20140603 对error.c 的源代码进行分析 继续看error.c中的函数 现将代码和自己查阅的资料整理如下:   1.#include   2 #include   3 #include   4 #include   5 #include   6 #include "error.h"   7 #include "dxyh_thread.h"   8...
分类:其他好文   时间:2014-06-20 10:00:11    阅读次数:194
使用静态成员处理时间类
程序代码: #include using namespace std; class Time { public: Time(int=0,int=0,int=0); void show_time( ); //根据is_24和from0,输出适合形式-20:23:5/8:23:5 pm/08:23:05 pm void add_seconds(int); //增加n秒钟 void ad...
分类:其他好文   时间:2014-06-20 09:53:39    阅读次数:206
《深入理解计算机系统》(1)
typedef unsigned char* byte_pointer; void show_bytes(byte_pointer start, int len) { for (int i = 0; i { printf("%2x", start[i]); } cout } int _tmain(int argc, _TCHAR* argv[]) { char* b...
分类:其他好文   时间:2014-06-07 16:22:02    阅读次数:312
赵雅智_log日志
一个android应用程序运行后 并不会在控制台内输出任何信息. 不能在控制台输出。但是android提供的Log类。 android.util.Log常用的方法有以下5个:Log.v() ,Log.d() ,Log.i() ,Log.w() ,Log.e() 。按照日志级别从高到低为ERROR, WARN, INFO, DEBUG, VERBOSE. 5种日志级别的输...
分类:其他好文   时间:2014-06-07 15:18:34    阅读次数:245
Android 请求WebService 并且解析
直接上代码: 写一个Bean,封装数据 package com.mbl.wbsconn; import java.util.List; import java.util.Map; public class BaseBean { protected String usid; protected String pwd; protected String error; p...
分类:移动开发   时间:2014-06-07 15:17:20    阅读次数:405
setTimeOut传参数
function blink(e_Id, second) { var soccer = document.getElementById(e_Id); soccer.style.visibility = (soccer.style.visibility == "hidden") ? "visible" : "hidden" setTimeout(_show(e_Id, second)...
分类:其他好文   时间:2014-06-07 14:38:57    阅读次数:173
ORACLE11.2.0 SQLPLUS 报 error while loading shared libraries
在vm下redhat5下安装oracle 11g后,登录sqlplus 报: sqlplus: error while loading shared libraries: /home/oracle/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1: cannot restore segment prot after reloc:...
分类:数据库   时间:2014-06-07 12:00:29    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!