语言问题
PompeiiMassacre
PompeiiMassacre
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Install Django
Using ubuntu [basic] install python (come with os) install Intellij Idea (gotta install jdk first) install Django(install pip or easy_install first)原创 2014-11-09 00:41:42 · 138 阅读 · 0 评论 -
html5 TankBattle
<canvas id="tankMap" width="400px" height="300px" style="background-color:black"></canvas> //得到画布 var canvas1=document.getElementById("tankMap"); //得到绘图上下文(你可以理解是画笔) var原创 2014-11-10 13:51:50 · 144 阅读 · 0 评论 -
python input&raw_input
__author__ = 'YJatt' # if both n1 and n2's inputs are 1+2,no quotation marks attached n1 = input("this is a expression : ") n2 = raw_input("this is always a string : ") print n1 #print 3 ...原创 2014-11-20 00:24:58 · 128 阅读 · 0 评论 -
sql study conclusion
select as 之后,列名还是原来的。 index view join SQL 教程 SQL SELECT DISTINCT 比如有两种国家,三个条目,那么返回的就是两个国家(if you “select distinct country from table_name") SQL WHERE select * from customers where c...原创 2014-11-20 23:10:26 · 132 阅读 · 0 评论
分享