码迷,mamicode.com
首页 >  
搜索关键字:HERE    ( 6715个结果
media_root以及static_root配置
# At the top of settings/base.pyfrom os.path import join, abspath, dirnamehere = lambda *x: join(abspath(dirname(__file__)), *x)PROJECT_ROOT = here("....
分类:其他好文   时间:2014-08-26 22:51:26    阅读次数:239
创建存储过程和触发器
创建存储过程和触发器   1、建表 首先先建两张表(users表和number表),具体设计如下图:   2、存储过程 写一个存储过程,往users表中插入数据,创建过程如下:     代码如下: [sql] view plaincopy BEGIN      #Routine body goes here...      declare n ...
分类:其他好文   时间:2014-08-26 17:32:14    阅读次数:151
HDU4972:A simple dynamic programming problem
Problem Description Dragon is watching NBA. He loves James and Miami Heat. Here's an introduction of basketball game:http://en.wikipedia.org/wiki/Basketball. However the game in Dragon's version...
分类:其他好文   时间:2014-08-26 15:38:56    阅读次数:183
ueditor用法
settings里设置好media_rootimport osHERE = os.path.dirname(os.path.dirname(__file__))MEDIA_ROOT = os.path.join(HERE, "media").replace('\\', '/')MEDIA_URL =...
分类:其他好文   时间:2014-08-26 00:10:55    阅读次数:456
django查询常用操作符
以Publisher、Author、Book的model为例子#coding=utf-8from django.db import models# Create your models here.class Publisher(models.Model): name=models.CharFi...
分类:其他好文   时间:2014-08-25 22:44:15    阅读次数:271
Loading Cargo
Loading Cargo"Look Stephen, here's a list of the items that need to be loaded onto the ship. We're going to need a lot of batteries." Nikola handed hi...
分类:其他好文   时间:2014-08-25 18:53:24    阅读次数:230
[转] Fix: Screen Clipping Shortcut In OneNote Not Working After Upgrading To Windows 8.1
RECOMMENDED: Click here to fix Windows errors and optimize system performanceNo doubt, OneNote is yet another useful component of Microsoft‘ productiv...
分类:Windows程序   时间:2014-08-24 23:41:43    阅读次数:689
Ruby on Rails Session 2: How to install Aptana Studio 3 on Ubuntu 12.04 LTS
Update: An updated version of these instructions for Ubuntu 12.10 (Quantal Quetzal) is available here.1. Install the prerequisitessudo apt-get install...
分类:其他好文   时间:2014-08-23 16:33:21    阅读次数:240
shell语法
#if语法 ```sh if list then do something here elif list then do another thing here else do something else here fi ``` 基本上和其他脚本语言一样。没有太大区别。不过值得注意的是。[]里面的条件判断。 ##...
分类:其他好文   时间:2014-08-23 11:28:50    阅读次数:187
sublime php插件
1. Package ControlGetPackage Control here.2. Theme - Phoenix and Flatland(扁平)If Sublime Text 2 is a highly tuned race car, then this plugin is the fl....
分类:Web程序   时间:2014-08-23 05:39:39    阅读次数:647
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!