1. hello worldimport bottle@bottle.route('/')def home_page(): return "hello world\n"@bottle.route('/testpage')def test_page(): return "this is a...
分类:
编程语言 时间:
2014-09-18 09:43:33
阅读次数:
214
列表标签: 确定列表的范围 上层项目 下层项目代码举例: this is my first website hello world! hello everyone! ...
分类:
其他好文 时间:
2014-09-18 00:43:52
阅读次数:
206
code.pyimport weburls = ( '/', 'index')class index: def GET(self): return "Hello, world,caixianfeng write for the first web.py!"if __name...
分类:
Web程序 时间:
2014-09-18 00:35:33
阅读次数:
355
1. [代码][JavaScript]代码 //调用说明//$(selector).bub($(selector) | string[, options]);//示例: $('#demo1').bub('hello, world!');//options 说明//defaults: {// co.....
分类:
Web程序 时间:
2014-09-17 18:17:52
阅读次数:
256
钛媒体注:福布斯“The World's Billionaires”(全球亿万富翁),在上周(2014年9月8日—2014年9月12日)全球富豪排行榜中,世界富豪榜、中国富豪榜的前三位排名均未出现变动,世界前三位仍是卡洛斯、比尔·盖茨、巴菲特,中国前三位为王健林、李彦宏、马化腾。上周由于阿里巴巴上市消息的传出,各大富豪的身价似乎涨跌幅度有点大了,其中缩水最严重的是马化腾。
据福布斯数据显示,...
分类:
其他好文 时间:
2014-09-17 12:10:32
阅读次数:
243
warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777解决方法:sudo chmod 775 /usr/localtips:775 => root(7) group(7) others(5), 7 => rea...
分类:
其他好文 时间:
2014-09-17 11:54:12
阅读次数:
248
String类型是一个包装类型,在javascript中有三种包装类型,Boolean,Number,String三种,可以这样来构建String
var str=new String("hello world!");
String类型的每个实例都有一个Length属性,意思是字符串包含多少个字符
1.字符方法
charAt()和charCodeAt():
1.1 charAt()以单字...
分类:
编程语言 时间:
2014-09-17 10:24:02
阅读次数:
257
include动作 flush默认值为falseForward动作跳转页面 forward.jsp 接受页面 another.jspHello World!age is:
分类:
Web程序 时间:
2014-09-16 22:03:31
阅读次数:
189
My first angular! {{greeting.text}}, World {{item.title}} {{item....
分类:
Web程序 时间:
2014-09-16 20:32:51
阅读次数:
217
51的内容长度限制,这里继续rediscluster的简单使用和维护。7,下面简单测试一下cluster7.1测试数据分布使用redis-cli来测试clustershard,可以看到foo->bar被存储到了7002节点上,并且自动跳转到了7002上,然后7002上hello-world是存储在7000上,再次重定向到7000节点上了..
分类:
其他好文 时间:
2014-09-16 16:08:51
阅读次数:
386