为爱奔跑


无论在家出家。必须上敬下和。忍人所不能忍。行人所不能行。代人之劳。成人之美。静坐长思己过。闲谈不论人非。行住坐卧。穿衣吃饭。从幕至朝。一名佛号。不令间断。或小声念。或默念。除念佛外。不起别念。若或妄念一起。当下就要教他消灭。当生惭愧心及忏悔心。从有修持。总觉我工夫很浅。不自矜夸。只管自家。不管人家。只看好样子。不看坏样子。看一切人都是菩萨。唯我一人是凡夫!

该文被密码保护。 阅读全文
posted @ 2015-03-22 23:47 RunforLove 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 123 阅读全文
posted @ 2015-03-22 23:22 RunforLove 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 123package primary;public class BubbleSort { public static void main(String[] args){ int[] array = {2,6,1,9,4,3,23,65,0,7}; System.... 阅读全文
posted @ 2015-03-22 22:57 RunforLove 阅读(256) 评论(0) 推荐(0) 编辑
摘要: http://kb.cnblogs.com/page/176818/package primary;public class SimplySelectSort { public static void main(String[] args){ int[] array = {2,6... 阅读全文
posted @ 2015-03-22 19:43 RunforLove 阅读(190) 评论(0) 推荐(0) 编辑
摘要: http://www.cricode.com/3212.htmlpublic class ShellSort { public static void main(String[] args){ int[] array = {2,6,1,9,4,3,23,65,0,7}; ... 阅读全文
posted @ 2015-03-22 15:20 RunforLove 阅读(172) 评论(0) 推荐(0) 编辑
摘要: public class DirectInsert{ public static void main(String[] args){ int[] array = {2,6,1,9,4,3,23,65,0,7}; System.out.print("the array... 阅读全文
posted @ 2015-03-22 15:10 RunforLove 阅读(209) 评论(0) 推荐(0) 编辑
摘要: public class BinaryInsertSort { public static void main(String[] args){ int[] array = {2,6,1,9,4,3,23,65,0,7}; System.out.print("the ... 阅读全文
posted @ 2015-03-22 15:06 RunforLove 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 课程:孔浩前端视频教程(JavaScript系列:1~5讲) ... 阅读全文
posted @ 2015-03-22 10:20 RunforLove 阅读(301) 评论(0) 推荐(0) 编辑