$django-admin.py startproject web2$cd
web2/$python manage.py startapp blog$vim web2/settings.py
注意settings.py以下两个部分,首先要配置数据库,其次要在INSTALLED_APP里添加刚才新建的...
分类:
移动开发 时间:
2014-06-08 22:18:14
阅读次数:
377
XHTML的标签有许多:div、ul、li、dl、dt、dd、h1~h6、p、a、addressa、span、
strong……我们在运用这些标签搭建页面结构的时候,是可以将它们无限嵌套的,但是,嵌套也需要有一定规则,不能任由自己的个人习惯胡乱嵌套—— XHTML
必竟不是 XML。在 XHTML ...
分类:
Web程序 时间:
2014-06-08 22:16:18
阅读次数:
373
http://acm.timus.ru/problem.aspx?space=1&num=1932B
- The Secret of IdentifierTime Limit:1000MS Memory Limit:65536KB 64bit IO
Format:%I64d & %I...
分类:
其他好文 时间:
2014-06-08 22:15:33
阅读次数:
476
输出April fools day is 04/01/2003Last christmas
was 12/24/2002
分类:
Web程序 时间:
2014-06-08 22:14:49
阅读次数:
282
假设有这样的一个类,包含DateTime类型属性,在编辑的时候,如何使JoinTime显示成我们期望的格式呢? using System;using
System.ComponentModel.DataAnnotations;namespace MvcApplication1.Models{ pub...
分类:
Web程序 时间:
2014-06-08 22:13:24
阅读次数:
704
BufferedReader逐行读取import java.io.*;class Test{
public static void main(String args []){ FileReader reader =null; BufferedReader
buffe...
分类:
编程语言 时间:
2014-06-08 22:12:07
阅读次数:
434
2014.06.07开机无法上网,每次都得$ sudo ifconfig eth1 up $ sudo
dhclient eth1
后面发现原来是网卡没设置开机启动编辑/etc/sysconfig/network-scripts/ifcfg-eth0ONBOOT=yes
分类:
系统相关 时间:
2014-06-08 22:11:31
阅读次数:
340
今天看博客时,看到了这样的一段js代码:var bind =
Function.prototype.call.bind(Function.prototype.bind);我想突然看到这样的一段代码,即使js能力再强的人,可能也需要花点时间去理解。像我这样的菜鸟就更不用说了。其实,原文已经对这端代码做...
分类:
移动开发 时间:
2014-06-08 22:10:19
阅读次数:
335
Posted byAjitesh Kumar /InJava /June 6,
2014http://vitalflux.com/eclipse-key-shortcuts-greater-developers-productivity/The
article presents Eclipse Ke...
分类:
系统相关 时间:
2014-06-08 22:09:40
阅读次数:
355
1. Install golang on Ubuntu 14.04 LTSa)~$ sudo
apt-get install golang successb)~$ sudo add-apt-repository ppa:gophers/go ~$
sudo apt-get update ~$ sud...
分类:
其他好文 时间:
2014-06-08 18:37:28
阅读次数:
331