码迷,mamicode.com
首页 >  
搜索关键字:lang    ( 21197个结果
Linux C编程学习资料,学习过程
学习IBM中国上的文章“系统调用跟我学”系列文章。文章地址为http://www.ibm.com/Search/?q=系统调用跟我学&v=16&en=utf&lang=zh&cc=cn&Search=搜索。 内容包括getpid, fork, exit和_exit,wait,waitpid和ex.....
分类:系统相关   时间:2014-09-24 15:41:36    阅读次数:259
Android 文档之viewAnimator
一、结构 public class ViewAnimator extends FrameLayout java.lang.Object android.view.View android.view.ViewGroup android.widget.Fr...
分类:移动开发   时间:2014-09-24 12:40:16    阅读次数:221
记一则Hadoop DataNode OOM故障,以及解决方案
一、故障症状最近公司一个集群跑大任务时,datanode日志报DataXceiveServer: Exiting due to:java.lang.OutOfMemoryError: unable to create new native thread异常,然后计算节点上的DataNode直接挂掉。...
分类:其他好文   时间:2014-09-23 21:51:05    阅读次数:300
tomcat服务器java.lang.OutOfMemoryError: PermGen space
一挂就报内存溢出 下面是TOMCAT日志JAVA程序是没有报错,Nov 24, 2009 4:07:02 PM org.apache.catalina.core.ApplicationDispatcher invokeSEVERE: Servlet.service() for servlet jsp...
分类:编程语言   时间:2014-09-23 20:18:05    阅读次数:247
spring3 常见异常解决
初学spring,在网上搜到一篇spring3常见异常的文章,现转载如下:以下异常使用的是spring是3.1.1,是我自己学习中遇到的错误笔记,有可能不是都适用,仅做参考异常1:java.lang.NoClassDefFoundError: org/apache/commons/logging/L...
分类:编程语言   时间:2014-09-23 19:09:05    阅读次数:186
mysql数据语句
SELECT?fl.name,fvl.value,COUNT((fvl.value))?n??FROM?ps_feature_lang??fl?LEFT?JOIN?ps_feature_product?fp ?ON?(fl.id_feature=fp.id_feature)?LEFT?JOIN?ps_feature_value_lang?fvl?ON?(...
分类:数据库   时间:2014-09-23 17:32:45    阅读次数:286
SpringSide封装Page类
package org.springside.modules.orm; import java.util.Collections; import java.util.List; import org.apache.commons.lang.StringUtils; public class Page {  // 公共变量 //  public static final ...
分类:编程语言   时间:2014-09-23 17:30:55    阅读次数:160
Java实现二叉排序树
package h1; import java.lang.Thread.State; import java.util.Stack; public class Tree { public static void main(String[] args) { Tree tree = new Tree(); tree.insert(8); tree.insert(5); tre...
分类:编程语言   时间:2014-09-23 14:44:44    阅读次数:308
Hibernate操作Clob类型数据是怎样弄的
在POJO中字符串大对象可以声明成一个java.lang.String或java.sql.Clob类型。 当程序从数据库中加载Clob类型数据时,仅仅加载了一个Clob类型的数据的逻辑指针。我们需要通过使用Clob.getCaracterStream()方法得到Clob类型的数据输入流之后才能获取大对象数据。 看下面具体代码 package dao; import java.io.Buff...
分类:系统相关   时间:2014-09-23 14:44:24    阅读次数:216
USACO Section 2.1: Preface Numbering
看网上的,太琐碎 1 /* 2 ID: yingzho2 3 PROG: preface 4 LANG: C++ 5 */ 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #include 13 #...
分类:其他好文   时间:2014-09-23 13:29:54    阅读次数:155
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!