码迷,mamicode.com
首页 >  
搜索关键字:ora-04031 obj stat memo version count    ( 69204个结果
TNS-12535: TNS:operation timed out、TNS-00505: Operation timed out
在查看alert日志的时候发现: 1 *********************************************************************** 2 3 Fatal NI connect error 12170. 4 5 VERSION INFORMATI...
分类:其他好文   时间:2014-05-21 20:13:32    阅读次数:298
(5.20)step计数触发定时器--雪花效果
// mainViewController.m// 雪花//// Created by pg on 14-5-20.// Copyright (c) 2014年 mqd. All rights reserved.//#import "mainViewController.h"//时钟刷新步长stat...
分类:其他好文   时间:2014-05-21 18:39:12    阅读次数:243
js的this和面向对象编程
很奇怪的是很多书或资料没有把这个事情讲清楚。 关键就是在于没有一个整体的思维技术模式,问题被隔离了所以反而不容易理解。 我们先看this,这是js的关键字,指示函数的上下文对象。 这里问题就来了,比如: var obj = {}; obj.nam...
分类:Web程序   时间:2014-05-21 17:41:05    阅读次数:268
Project facet Java version 1.7 is not supported.
在移植eclipse项目时,如果遇到“Project facet Java version 1.7 is not supported.”项目中的jdk1.7不支持。说明项目是其他版本jdk编译的,在eclipse里运行时会报版本不支持。解决办法:法1,选中项目Properties ,选择Projec...
分类:编程语言   时间:2014-05-21 17:35:03    阅读次数:295
2C01-View-Layout-Animation-Grid-Fade
介绍一个grid layout 顺序显示的代码 LayoutAnimation1.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use th...
分类:其他好文   时间:2014-05-21 16:58:47    阅读次数:214
UVA 10712 - Count the Numbers (数位DP)
UVA 10712 - Count the Numbers 题目链接 题意:求区间[A,B]数字中,子串包含N的数字有多少个 思路:数位DP,写了个记忆化乱搞搞过了,dp[i][j][2][2][2],分别表示i位的时候,末尾为j的情况,后面3维用来处理小于的情况,已经出现过子串的情况,前导0的情况,然后注意特判一下数字0的情况,因为一开始要分解数字,而0是不能分解的。 代...
分类:其他好文   时间:2014-05-21 09:11:44    阅读次数:264
2C02-View-Layout-Animation-list-Cascade
描述list layout item有上倒下依次显示的代码实现形式 LayoutAnimation2.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may no...
分类:其他好文   时间:2014-05-21 09:02:15    阅读次数:250
2C03-View-Layout-Animation-list-Reverse-Order
介绍list  item倒序显示 LayoutAnimation3.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
分类:其他好文   时间:2014-05-21 08:25:44    阅读次数:278
C语言之深入指针与字符串
#include #include //要使用malloc(),必须包含此库文件 void main() { char count, *ptr1, *p; ptr1 = malloc(27*sizeof(char)); ptr1[26] = 0;//字符串要加0 if (ptr1 == NULL) { puts("没有足够的空间卡可以分配!\n"); } p = ptr1...
分类:编程语言   时间:2014-05-21 07:11:10    阅读次数:275
25.Unity3D手机中Input类touch详解-Unity触屏事件解析到底(Twisted Fate)
首先贴一下Unity支持的模型文件类型,以前没有收集过。Unity支持两种类型的3D文件格式:1. 通用的“出口型”3D文件如.fbx、.dae、.3ds、.dxf、.obj等文件格式。2. 3D软件专用的3D文件格式如Max, Maya, Blender,Cinema4D, Modo, Light...
分类:移动开发   时间:2014-05-21 03:33:20    阅读次数:670
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!