django模板报错Requested setting TEMPLATE_DEBUG, but
settings are not configured. You must either define 分类: Django2013-03-16 22:42
2417人阅读 评论(1) 收藏 举报 dja...
分类:
其他好文 时间:
2014-05-08 19:05:03
阅读次数:
339
8.2.3 运行ELF格式的应用程序
首先我们需要提供一些与ELF格式有关的宏定义。
代码8-7
#define ELFCLASSNONE 0 #define ELFCLASS32 1 #define ELFCLASS64 2 #define CHECK_ELF_CLASS(p) ((p)->e_ident[4]) #define...
分类:
其他好文 时间:
2014-05-08 00:29:22
阅读次数:
465
题目链接建个图,套个模板。#include #include #include
#include #include #include #include #include using namespace std;#define INF
0x3ffffffstruct node{ int u,v,...
分类:
其他好文 时间:
2014-05-07 21:21:36
阅读次数:
396
#include#include#include#includeusing namespace
std;#define N 55000#define inf 0x3fffffffint ind[N];int n,a[N];int
b1[N],b2[N];int qu[N],he;int l[N],r...
分类:
其他好文 时间:
2014-05-07 20:29:45
阅读次数:
286
VS2010中 C++创建DLL图解 一、DLL的创建创建项目:
Win32->Win32项目,名称:MyDLL选择DLL (D)
->完成.1、新建头文件testdll.htestdll.h代码如下:#ifndef TestDll_H_#define TestDll_H_#ifdef
MYLIBD...
分类:
编程语言 时间:
2014-05-07 16:44:45
阅读次数:
369
这篇文章是本人(本人是菜鸟)在第一次接触上线项目时遇到的一个让我记忆深刻的问题。
如果你是大神,那么请绕过,这只是很肤浅的知识点,写给自己也分享给大家。
相信大家对于下面的语句一定不陌生。
#ifdef (1)
(2)
#else
(3)
#endif
但是我在这里还是稍微解释一下吧(显得专业),如果在这个式子之前有
#define (1)
的话 执行...
分类:
移动开发 时间:
2014-05-07 16:38:20
阅读次数:
472
题目大意:
求区间最大子区间的和。
思路分析:
记录左最大,右最大,区间最大。
注意Q_L 和 Q_R 就好。
#include
#include
#include
#include
#define lson num<<1,s,mid
#define rson num<<1|1,mid+1,e
#define maxn 55555
using ...
分类:
其他好文 时间:
2014-05-07 12:36:16
阅读次数:
379
首先上header file
#ifndef _SCHED_H
#define _SCHED_H
#define HZ 100
#define NR_TASKS 64
#define TASK_SIZE 0x04000000
#define LIBRARY_SIZE 0x00400000
#if (TASK_SIZE & 0x3fffff)
#error "TASK_...
分类:
系统相关 时间:
2014-05-07 11:56:55
阅读次数:
662
屏幕如图所示,共14个IO口(也可能只有13个),控制屏幕的有9个IO口反面IO口图:连接通过SPI方式连接://默认程序接线说明:#define
LCD_CTRL GPIOB //定义TFT数据端口为PB组#define LCD_LED ...
分类:
其他好文 时间:
2014-05-07 11:21:21
阅读次数:
1018
#include using namespace std;#define Max(a, b)((a
> b)? a : b)int count = 9;int nMax = Max(count++, ++count);int main(){
cout<<count<<endl; cout<<...
分类:
其他好文 时间:
2014-05-07 11:07:48
阅读次数:
242