- 浏览: 12173 次
- 性别:
- 来自: 重庆
文章列表
在mac下使用curl 命令发送微博。
curl -u username:password -d "source=appId&status=这是要说的话"
https://api.weibo.com/2/statuses/update.json
需要注册一个appId
ruby
#冒泡排序
def bulle_sort
a = [40,12,23,543,53,2,77,34]
i =0
while (i<a.length)
j=i+1
while(j<a.length)
if a[i]>a[j]
temp = a[j]
a[j] = a[i]
a[i] = temp
end
j=j+1
end
i=i+1
end
end
java
public sta ...
def binary_search
a = [10,57,68,70,78,90,122]
search = 78
index = 0 , start_index = 0 , end_index = a.length
while(true)
index = start_index + ((end_index - start_index) / 2)
start_index = index if a[index] < search
end_index = index if a[index] > search
break ...
ruby
def injection_sort
a = [40,12,23,543,53,2,77,34]
i = 1
while(i<a.length)
tmp = a[i]
j = i-1
while(tmp<a[j])
a[j+1] = a[j]
j = j-1
break if (j == -1)
end
a[j+1] = tmp
i=i+1
end
return a
end
Java
public int ...
下载地址
使用演示
wkhtmltopdf suxu.iteye.com suxu.pdf
Pipette 数字艺术家和网页设计师是一个方便的工具。它可以让您快速,轻松地抢在屏幕上的任何像素的颜色,并把它复制的十六进制格式中所使用的CSS文件,或在大多数绘图程序,如Adobe Photoshop。
Mou是一款Mac OX下的文本编辑工具. 官方网站 :http://mouapp.com
下载地址
resque:
resque 是一个后台任务处理框架,基于 redis
查看 resque 运行状态 server_domain:port/resque
配置文件 /config/initializers/resque.rb
启动: QUEUE=* rake environment resque:work
停止: CLTR + C
后台运行:
启动: PIDFILE=./tmp/pids/resque.pid BACKGROUND=yes QUEUE=* rake environment resque:work
停止:kill ...
小僧诞于蜀地西昌,今年恰似双龙相会24本命年。在重庆学佛参佛近5年。梦遇菩萨点化,故入川来蓉续佛缘。
带上正月十五娘亲去重庆华岩寺偶得的神龙玉吊坠,并穿上在永辉超市化缘的祥龙红内裤,来到了成都。
去年来蓉正值初夏时,和3位川大医学才女同游都江堰,共叙古今愁的记忆犹新。
相比去年此次来蓉,承重太多,多了一包行囊更多了一份期待,望能在成都寻一寺院继续侍奉我佛。
在渝时
分别侍奉私企菩萨,外企菩萨,创业菩萨各近一年,收获颇丰。
在歌乐山铁轨,重庆图书馆,嘉茂咖啡厅谈佛论经,知己甚多。
念咖啡经(Java)完成过诸多佛事,念红宝石经(Ruby)完成过3个佛事。悟道“经书无好坏,只在念经人”。
侍奉私企菩 ...
1)每天早上醒过来的时候,我会为什么感到兴奋?是什么在驱动着我去开始新的一天?
2)现在的经历有没有让我有这种兴奋的感觉?这种让我充满力量和期待的感觉?
3)有没有浮燥,有没有得到认可?身边的人的认可?但更重要的是自己是否对自己认可?