《Windows Graphics Programming Win32 GDI and DirectDraw》6.1节中有这样的描述:The Windows NT/2000 graphics engine uses signed fixed-point numbers to represent co...
Registry 中文意思是记录,登记,记录本的意思, 在opencart中他的用途就是 登记公共类.类的原型放在 system\engine文件夹下 代码很简单: data[$key]) ? $this->data[$key] : NULL); } public fu...
分类:
其他好文 时间:
2014-07-12 00:58:55
阅读次数:
281
建表语句create table 表名(列名称 列类型 [列属性] [默认值],...)engine 引擎名 charset 字符集;
分类:
数据库 时间:
2014-07-11 19:17:19
阅读次数:
260
A、nVelocity是一个基于.NET的模板引擎(template engine)。它允许任何人仅仅简单的使用模板语言(template language)来引用由.NET代码定义的对象。页面设计人员可以只关注页面的显示效果,而由.NET程序开发人员关注业务逻辑编码。B、模板引擎处理流程:编写模板...
分类:
其他好文 时间:
2014-07-09 17:26:57
阅读次数:
195
上一篇文章我已经新建了一个SaAdmin的APP,现在开始在这APP下面来code1、修改setting.py的数据库连接:DATABASES={
‘default‘:{
‘ENGINE‘:‘django.db.backends.mysql‘,
‘NAME‘:‘QjshAdmin‘,
‘USER‘:‘root‘,
‘PASSWORD‘:‘lihuipeng‘,
‘HOST‘:‘localhost‘,
‘PORT‘:‘3306‘,
}
}新..
分类:
其他好文 时间:
2014-07-09 09:02:47
阅读次数:
276
疯狂的暑假学习之 Django学习笔记(三)—— 模型 model
参考:《The Django Book》 第5章
1.setting.py 配置
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.', # 用什么数据库管理系统
'NAME': '',...
分类:
其他好文 时间:
2014-07-08 11:07:42
阅读次数:
208
Nlog是一款可以通过自动化配置来把log信息指定写入 win console,Sql server,甚至是通过STMP 发送邮件的log engine
首先下载Nlog DLL,通过网上直接download 或者nuget 下载DLL都可以。
http://nlog-project.org/download/
然后把下载下来的Nlog.dll ,Nlog,extension.dll 加...
分类:
其他好文 时间:
2014-07-05 10:47:16
阅读次数:
270
错误描述
This page can’t be displayed
?Make sure the web address http://centeradmin is correct.
?Look for the page with your search engine.
?Refresh the page in a few minutes.
发生过程
创建web应用程序,填写完基本...
分类:
Web程序 时间:
2014-07-03 16:43:06
阅读次数:
327