婚礼发言

今天是我俩人生中最难忘、最激动、最幸福的时刻,各位长辈、亲朋好友在百忙中远道而来参加我和思思的婚礼仪式 ,给今天的婚礼带来了欢乐,带来了喜悦,带来了真诚的祝福。我俩从内心表示感谢! 我们能够站在这里举行婚礼 ,我首先要感谢我的岳父岳母,感谢他们对老婆几十年来的养育之恩,造就了这么一个亭亭玉立优雅端庄的女孩,让我这个幸运儿有福气娶得这么好的一个老婆。他们将她托付给我照顾,我感受到他们对我的喜爱和信任,我一定不会辜负二老对我的爱和信任,我会好好的保护她,关心她,爱护她,尽我所能的让她幸福,不让她受委屈,请你们放心。 其次,我还要感谢我的父母,他们为了抚养我长大成人,付出了大部分的心血。一直以来我是一个听话的孩子,但在成家这件事上,我父母是盼了又盼,盼了又盼,直到今天我可以高兴的对父母说,爸妈我找到人生的伴儿,你们的儿子成家了,你们放心吧。 最后,我想对身边的亲爱的说,感谢亲爱的选择我,相信我,嫁给我,让我现在成为事件上最幸福的人。我是一个普通人,没有帅气的外表,没有过人的才气,也没有什么财富,但你仍然愿意这一辈子跟我牵手,不离不弃。我只有用我这一辈子回报你,用我的肩膀为你遮风挡雨,用勤劳的双手让我们的生活越来越好,让我们的家庭更幸福更温暖更热闹。 最后,祝大家心想事成、万事如意、幸福与大家同在!

November 26, 2017 · 1 分钟 · ming

oracle 复制数据到其他 schema

开发中经常遇到复制数据的需求,比如有开发环境,测试环境,模拟生产环境等;又或者同一项目服务不同的客户。 比如现有schema user1,将它的数据复制到 schema user2 中。 第一步导出数据 exp user1/password@127.0.0.1:1521/orcl OWNER=user1 FILE=/tmp/user1_data.dmp 这一步一般没有问题,然后将数据导入到 user2。 第二步骤导入数据 imp user2/user2@127.0.0.1:1521/orcl fromuser=user1 touser=user2 file=/tmp/user1_data.dmp; 请使用 user2 作为登录用户,如果使用 user1,则需要 dba 权限: IMP-00007: must be a DBA to import objects to another user’s account 还可能遇到如下问题: EXP-00091: Exporting questionable statistics. 这是服务器端编码和客户端编码不一致造成的,可将客户端编码设置为何服务器端一致,如下: SQL> select userenv('language') from dual; USERENV('LANGUAGE') -------------------------------------------------------------------------------- AMERICAN_CHINA.AL32UTF8 SQL> exit Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options [oracle@~]$ export NLS_LANG=AMERICAN_CHINA....

September 14, 2017 · 1 分钟 · ming

普吉岛之旅: 回程

普吉岛之旅: 回程 body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", sans-serif; font-size: 14px; line-height: 20px; color: #777; background-color: white; } .container { width: 700px; margin-right: auto; margin-left: auto; } .post { font-family: Georgia, "Times New Roman", Times, "SimSun", serif; position: relative; padding: 70px; bottom: 0; overflow-y: auto; font-size: 16px; font-weight: normal; line-height: 25px; color: #515151; } .post h1{ font-size: 50px; font-weight: 500; line-height: 60px; margin-bottom: 40px; color: inherit; } ....

August 28, 2017 · 1 分钟 · ming

普吉岛之旅: 第五天

普吉岛之旅: 第五天 body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", sans-serif; font-size: 14px; line-height: 20px; color: #777; background-color: white; } .container { width: 700px; margin-right: auto; margin-left: auto; } .post { font-family: Georgia, "Times New Roman", Times, "SimSun", serif; position: relative; padding: 70px; bottom: 0; overflow-y: auto; font-size: 16px; font-weight: normal; line-height: 25px; color: #515151; } .post h1{ font-size: 50px; font-weight: 500; line-height: 60px; margin-bottom: 40px; color: inherit; } ....

August 27, 2017 · 1 分钟 · ming

普吉岛之旅: 第四天,买买买(防坑指南)

普吉岛之旅: 第四天,买买买(防坑指南) body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", sans-serif; font-size: 14px; line-height: 20px; color: #777; background-color: white; } .container { width: 700px; margin-right: auto; margin-left: auto; } .post { font-family: Georgia, "Times New Roman", Times, "SimSun", serif; position: relative; padding: 70px; bottom: 0; overflow-y: auto; font-size: 16px; font-weight: normal; line-height: 25px; color: #515151; } .post h1{ font-size: 50px; font-weight: 500; line-height: 60px; margin-bottom: 40px; color: inherit; } ....

August 26, 2017 · 1 分钟 · ming

普吉岛之旅:第三天

普吉岛之旅:第三天 body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", sans-serif; font-size: 14px; line-height: 20px; color: #777; background-color: white; } .container { width: 700px; margin-right: auto; margin-left: auto; } .post { font-family: Georgia, "Times New Roman", Times, "SimSun", serif; position: relative; padding: 70px; bottom: 0; overflow-y: auto; font-size: 16px; font-weight: normal; line-height: 25px; color: #515151; } .post h1{ font-size: 50px; font-weight: 500; line-height: 60px; margin-bottom: 40px; color: inherit; } ....

August 25, 2017 · 1 分钟 · ming

普吉岛之旅:第二天

普吉岛之旅:第二天 body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", sans-serif; font-size: 14px; line-height: 20px; color: #777; background-color: white; } .container { width: 700px; margin-right: auto; margin-left: auto; } .post { font-family: Georgia, "Times New Roman", Times, "SimSun", serif; position: relative; padding: 70px; bottom: 0; overflow-y: auto; font-size: 16px; font-weight: normal; line-height: 25px; color: #515151; } .post h1{ font-size: 50px; font-weight: 500; line-height: 60px; margin-bottom: 40px; color: inherit; } ....

August 24, 2017 · 1 分钟 · ming

普吉岛之旅:第一天

普吉岛之旅:第一天 body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", sans-serif; font-size: 14px; line-height: 20px; color: #777; background-color: white; } .container { width: 700px; margin-right: auto; margin-left: auto; } .post { font-family: Georgia, "Times New Roman", Times, "SimSun", serif; position: relative; padding: 70px; bottom: 0; overflow-y: auto; font-size: 16px; font-weight: normal; line-height: 25px; color: #515151; } .post h1{ font-size: 50px; font-weight: 500; line-height: 60px; margin-bottom: 40px; color: inherit; } ....

August 23, 2017 · 1 分钟 · ming

普吉岛之旅:出发

普吉岛之旅:出发 body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", sans-serif; font-size: 14px; line-height: 20px; color: #777; background-color: white; } .container { width: 700px; margin-right: auto; margin-left: auto; } .post { font-family: Georgia, "Times New Roman", Times, "SimSun", serif; position: relative; padding: 70px; bottom: 0; overflow-y: auto; font-size: 16px; font-weight: normal; line-height: 25px; color: #515151; } .post h1{ font-size: 50px; font-weight: 500; line-height: 60px; margin-bottom: 40px; color: inherit; } ....

August 22, 2017 · 1 分钟 · ming

写出个未来

写出个未来 body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", sans-serif; font-size: 14px; line-height: 20px; color: #777; background-color: white; } .container { width: 700px; margin-right: auto; margin-left: auto; } .post { font-family: Georgia, "Times New Roman", Times, "SimSun", serif; position: relative; padding: 70px; bottom: 0; overflow-y: auto; font-size: 16px; font-weight: normal; line-height: 25px; color: #515151; } .post h1{ font-size: 50px; font-weight: 500; line-height: 60px; margin-bottom: 40px; color: inherit; } ....

August 18, 2017 · 1 分钟 · ming