码迷,mamicode.com
首页 >  
搜索关键字:study    ( 1969个结果
Oracle Study之--Oracle等待事件(1)
OracleStudy之--Oracle等待事件(1)一.等待事件的相关知识1.1等待事件主要可以分为两类:即空闲(IDLE)等待事件和非空闲(NON-IDLE)等待事件。1).空闲等待事件指ORACLE正等待某种工作,在诊断和优化数据库的时候,不用过多注意这部分事件。2).非空闲等待事件专门针对ORACLE的活..
分类:数据库   时间:2014-07-24 23:56:55    阅读次数:858
Create a file which date is several days ago
Createafile"1weekago"============================#root@ubun1204:/root/study#date+%Y%m%d20140718root@ubun1204:/root/study#touch-d"1weekago"file2root@ubun1204:/root/study#touch-d"10dayago"file1root@ubun1204:/root/study#ls-lfile1file2-rw-r--r--1rootroot0Jul823..
分类:其他好文   时间:2014-07-19 12:41:24    阅读次数:195
1602实现移屏功能
这个题目主要是设置显示开/光及光标设置 这个地方与上一个题目没有多大的区别。 #include #define uchar unsigned char #define uint unsigned int uchar code table[]="GOOD GOOD STUDY!"; uchar code table1[]="DAY DAY UP ^_^!"; sbit lcden=P3...
分类:其他好文   时间:2014-07-18 18:11:09    阅读次数:245
项目开发相关规范
目录规范 目录规范——在开发中整体文件夹组织结构。 1.Requirement——需求文档文件夹 2.Design——设计文档文件夹 3.Test——集成测试,系统测试,测试报告,测试清单文件夹 4.Deployment——发布部署的文件夹 5.Study——预研,学习资料的文件夹 6.Src——源码文件夹 7.Help——帮助文档文件夹 基本命名规范 1.变量使用驼峰...
分类:其他好文   时间:2014-07-17 15:03:42    阅读次数:270
多态-实例
/** * Created by rabbit on 2014-07-10. */ abstract class student { public abstract void study(); public abstract void sleep(); } class Ba...
分类:其他好文   时间:2014-07-16 21:45:12    阅读次数:153
无法显式调用运算符或访问器 错误处理方法 DLL study
无法显式调用运算符或访问器 错误处理方法 转无法显式调用运算符或访问器 错误处理方法反汇编一个dll类库,导出的项目会报出很多bug,其中主要的就是“无法显式调用运算符或访问器”这个错误,看了一下,发现问题是在调用属性的时候,都 变成了方法,例如:pivotPoint.set_X(0.5);本来是对...
分类:其他好文   时间:2014-07-13 21:12:36    阅读次数:132
HF-DP1: strategy pattern
This is the 1st pattern I study. In here, I will mark down my doubts, java study, DESIGN PRINCIPLES, DESIGN PATTERN. There are 3 design principles in ...
分类:其他好文   时间:2014-07-13 10:51:33    阅读次数:229
Effective C++ Item 32 确定你的 public 继承塑模出 is-a 关系
经验:"public继承"意味 is-a。适用于 base classes 身上的每一件事情一定也适用于 derived classes 身上, 因为每一个 derived classes 身上,因为每一个 derived class 对象也都是一个 base class 对象。 示例: class Person {...}; class Student: public Person {...}; void eat(const Person &p); //任何人都会吃 void study(const ...
分类:编程语言   时间:2014-07-12 21:18:25    阅读次数:230
zoj3326An Awful Problem
题目链接: 点我点我 题目: An Awful Problem Time Limit: 1 Second      Memory Limit: 32768 KB In order to encourage Hiqivenfin to study math, his mother gave him a sweet candy when the day of the mo...
分类:其他好文   时间:2014-07-10 19:29:30    阅读次数:315
javaweb学习总结(九)—— 通过Servlet生成验证码图片
一、BufferedImage类介绍生成验证码图片主要用到了一个BufferedImage类,如下:创建一个DrawImage Servlet,用来生成验证码图片 1 package gacl.response.study; 2 import java.awt.Color; 3 import ...
分类:编程语言   时间:2014-07-10 15:25:11    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!