Oftentimes you’ll find yourself using classes you can’t modify. Whether they’re basic data types or part of an existing framework, you’re stuck with t...
分类:
其他好文 时间:
2014-10-15 01:10:59
阅读次数:
285
Linux系统使用两种方式去加载系统中的模块:动态和静态。静态加载:将所有模块的程序编译到Linux内核中,由do_initcall函数加载核心进程(/init/main.c)kernel_init do_basic_setup() do_initcalls()该函数中会将在__initcall_s...
分类:
其他好文 时间:
2014-10-14 20:58:59
阅读次数:
141
MDK编译at91sam9261-ek的basic-fatfs-project,出现错误:.\at91sam9261-sdram\at91sam9261-sdram.axf: Error: L6915E: Library reports error: __use_no_semihosting_swi...
分类:
其他好文 时间:
2014-10-12 16:12:08
阅读次数:
262
It is quite a basic problem. However I spent half an hour solving it and made two mistakes. Guess it's because I haven't written some fundamental data structures like linked list for a while and kind...
分类:
其他好文 时间:
2014-10-12 09:08:27
阅读次数:
176
AWR基础知识1、自动工作负荷仓库Oracle收集了大量与性能和动作相关的统计信息。这些信息在内存中累加,并且有规律地写入磁盘(也就是写入构成AWR的表)。最终,这些信息会过期并被重写。1.1、收集统计量统计量收集的级别由实例参数STATISTICS_LEVEL控制。这个参数可能被设置为BASIC、...
分类:
数据库 时间:
2014-10-11 10:00:45
阅读次数:
273
/*****************************************************************************
* OpenST Basic tool library *
* Copyright (C) 2014 Henry.Wen renhuabes...
分类:
其他好文 时间:
2014-10-10 18:43:04
阅读次数:
178
1 mysql支持enum,和set类型,sql server不支持2 mysql不支持nchar,nvarchar,ntext类型3 mysql的递增语句是AUTO_INCREMENT,而mssql是identity(1,1) MYSQL:create table basic(id int key...
分类:
数据库 时间:
2014-10-10 14:50:24
阅读次数:
580
MongoDB is very powerful, but it is still easy to get started with. In this chapter we’llintroduce some of the basic concepts of MongoDB:? A document ...
分类:
数据库 时间:
2014-10-10 06:05:34
阅读次数:
382
Gary's Calculator
Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 950 Accepted Submission(s): 209
Problem Description
Gary has f...
分类:
其他好文 时间:
2014-10-10 01:32:53
阅读次数:
250
use mastergo-- =============================================-- Basic Create Database Template-- =============================================IF EXISTS...
分类:
数据库 时间:
2014-10-09 16:25:57
阅读次数:
225