Description
Imagine you are standing inside a two-dimensional maze composed of square cells which may or may not be filled with rock. You can move north, south, east or west one cell at a step. T...
分类:
其他好文 时间:
2014-07-08 21:04:29
阅读次数:
347
python manage.py schemamigration youappname --initial # --initial在数据库创建models定义的表,以及South需要的south_migrationhistory表,另外会在youappname目录下面创建一个migratio...
分类:
其他好文 时间:
2014-06-30 15:37:28
阅读次数:
187
在virtualenv下安装的第三方库,例如south, requests等,如果想在django中使用,需要先将库添加到settings.py的INSTALLED_APPS中, 以south, requests为例, 1 INSTALLED_APPS = ( 2 'django.con...
分类:
其他好文 时间:
2014-06-26 19:48:47
阅读次数:
250
SQL> var loc varchar2(30)SQL> exec :loc:='South San Francisco'PL/SQL procedure successfully completed.SQL> SELECT 2 emp.last_name,emp.first_name,j.job_title,d.department_name,l.city,l.state_province,l...
分类:
其他好文 时间:
2014-06-15 13:23:58
阅读次数:
263
《Windows Azure Platform 系列文章目录》 细心的用户会发现,微软在国外和国内的数据中心建设都是成对的,比如香港数据中心(Asia East)和新加坡的数据中心(South East Asia)。这是因为微软充分考虑了异地冗余的能力。在两对数据中心之间,比如香港和新加坡...
分类:
数据库 时间:
2014-06-14 19:26:43
阅读次数:
270
本文转载千浪兄弟博客1.先看看这张图:CASS的扩展属性("south" (1000 .
"310000")) 对应图斑属性编码“310000”,("TBBH" (1000 . "7"))对应图斑号“7”,("DLDM" (1000 .
"111")) 对应地类号。("QSXZ" (1000 . "...
分类:
其他好文 时间:
2014-06-05 12:53:24
阅读次数:
351
we are a professional stone crushing machinery
manufacturer in China. We primarily produce ring hammer crushers. Our hammer
crushers are widely to cru...
分类:
其他好文 时间:
2014-05-23 06:56:39
阅读次数:
361
The situation was similar on the big board –
the TSX – with MOGS under seemingly relentless pressure. Unfortunately, copper
concentrate machine for mi...
分类:
其他好文 时间:
2014-05-16 09:46:15
阅读次数:
306
1.South简介South是Django的第三方app,专门做数据库表结构自动迁移工作。他已经成为Django数据库表迁移标准,很多第三方app都会带Southmigrations脚本。2.syncdb简介syncdb意思是数据库同步。syncdb命令是同步你的模型到数据库的一个简单方法。它会根据INSTALLED_APPS里设置的..
分类:
数据库 时间:
2014-05-15 12:43:15
阅读次数:
359
BorderLayout布局管理器:BorderLayout也是一种非常简单的布局策略,它把容器内的空间简单地划分为:North,South,East,West和Center5个区域,每加入一个组件都应该指明把这个组件加在哪个区域中。BorderLayout是顶层容器(Window,Frame,Dialog)的默认布局管理器。BorderLayout..
分类:
编程语言 时间:
2014-05-15 08:35:13
阅读次数:
315