Basic template一个基础型模板包括一个向量的实现DATE: 2015-06-01#define op operator#define __ while#define _0 returntypedef long long ll;inline ll _(ll a,ll b){ll t;__(...
分类:
其他好文 时间:
2015-06-01 22:23:12
阅读次数:
126
Problem Description
Data structure is one of the basic skills for Computer Science students, which is a particular way of storing and organizing data in a computer so that it can be used efficientl...
分类:
其他好文 时间:
2015-05-31 11:01:30
阅读次数:
113
本人非电子专业,使用Arduino完全出于兴趣,目前主要用于实验过程中的自动化操作。一、基础准备主要是看一些入门介绍的电子文档,如Arduino_Basic.PDF、ArduinoL2.PDF 、《ARDUINO_NOTEBOOKv6》、《Getting Started with Arduino》、...
分类:
其他好文 时间:
2015-05-30 22:33:55
阅读次数:
226
Emacs 快速指南-折叠目录1. 小结(SUMMARY)2. 基本的光标控制(BASIC CURSOR CONTROL)3. 如果 EMACS 失去响应(IF EMACS STOPS RESPONDING)4. 被禁用的命令(DISABLED COMMANDS)5. 窗格(WINDOWS)6. 插...
分类:
系统相关 时间:
2015-05-30 18:16:29
阅读次数:
315
##配置 ```linux /usr/local/nginx/logs/*.log { daily dateext rotate 1 olddir /usr/local/nginx/other/logs missingok notifempty compress sharedscripts postrotate /bin/kill -USR1 $(cat /var/run/nginx.p...
分类:
系统相关 时间:
2015-05-29 20:29:09
阅读次数:
251
在xcode中编译oc和c++代码时出现如下错误:Undefined symbols for architecture armv7"std::basic_ostream >& std::operator, std::allocator >(std::basic_ostream >&, std::ba...
分类:
其他好文 时间:
2015-05-29 20:18:50
阅读次数:
177
总结下agilent3070中digital测试程序的语法。在basic窗口输入digital,按下F1,进入digital编辑窗口。再按下F1就返回到命令状态。输入:assignXX(name)topinsYY(引脚定义,给IC上的引脚分配名称)assignZZ(name)topinsNN.......familyLVT(给IC上电的电压是多少,在board文件里..
分类:
其他好文 时间:
2015-05-29 18:33:11
阅读次数:
212
今天要和大家分享的是SQL语句中的IN关键字。这个IN的用处就是显示字段值包含在某个集合中的所有数据。字段名IN集合大家如果不理解,可以从下面的过程中慢慢体会。下图数据源中是三门课程BASIC,CONFERENCE,SAP的报名情况,我们要找出同时报了basic和conference课程的姓名,也就..
分类:
数据库 时间:
2015-05-29 16:00:48
阅读次数:
330
Basic Memory StructuresThe basic memory structures associated with Oracle Database include:System global area (SGA)The SGA is a group of shared memory...
分类:
其他好文 时间:
2015-05-29 15:42:20
阅读次数:
199
设置 STATISTICS_LEVEL = BASIC 会禁用一下oracle 的功能特性
Automatic Workload Repository (AWR) Snapshots
Automatic Database Diagnostic Monitor (ADDM)
All server-generated alerts
Automatic SGA Memory ...
分类:
数据库 时间:
2015-05-28 12:42:50
阅读次数:
226