2015 CALLED THE INTERFACE OF 2014
Writer:BYSocket(泥沙砖瓦浆木匠)
Reprint it anywhere u want.
”Hi , Happy New Year.Written in Stupid Enlish,Dont push me *.* ”
2014 System
2015 is coming.But 2014 is not over.In my 2014 year,I have some to tell u and record.In 2014,
- My familly have a nice change. dad had a copestone ,but its ok. It makes me kno that my dad has a strong heart and he never said he is tired.
”Yep! a real man can do it !“.
Mum is lovely and smart ,love u forever.
This year,I will send u a big surprise - My gf. When I am sick , u r here and make me happy. When I am sad , u r here and make me happy. When… I kno,u kno.
“Happy birthday ! we r together about 1 year 8 month. we will be happy and smile everyday in 2015”
When I am tired, I imaged that
When I am hungry,tell myself that u r hungry.
When u and I r watching the stars in the sky. Thats u , “star”your name , 33. - Computer ! Coding ! Technology! What I like is how to create the world. it comes from life and art.Its enough.
”I LIKE IT ” - My master and teacher;My friends and classmates.Here r:
ldcsaa teacher ye
int 2e yecate 澳 工头 cherry 陈明 邓叔 3个逗比兄弟 etc
2015 called the interface of 2014
I am staying with my gf in my lab. Tonight, yesterday~ The temperature changed not too much , also the road , the sunlight and …But its a time line ,like a starting line. We will run in the sun.Here my 10 goals:
- Do some sports at least three times a week, one hour more one time.
I have been for 2 month, and luckily, 174CM { 60kg up to 66kg }.And my chest muscle can be grown a little.
”Do , I can do it ” - Read and listen English at least three times a week
My shortcoming,haha~ dont let the time slip by. - My Blog ~ almost done. But I need to write.
“Think ,Write & Do.” - Read 50 Books
Tell myself,”Dont care the big one or small one , Let it be making myself stronger one .” - Have a Nice Travel
“A thinker never stop,Go let it go” - Bank Money –.-
- Mac Pro
- Android
- Helping Others When I can
Why helping~ for I am richer one =.= - Technique
Learn well in the Basic area. “To Be A Creator”
Thanks!
Writer:BYSocket(泥沙砖瓦浆木匠)
Reprint it anywhere u want.
2015 CALLED THE INTERFACE OF 2014的更多相关文章
- @GeneratedValue - fancychendong的专栏 - 博客频道 - CSDN.NET
登录|注册 收藏成功 确定 收藏失败,请重新收藏 确定 标题 标题不能为空 网址 标签 摘要 公开 取消收藏 分享资讯 传PPT/文档 提问题 写博客 传资源 创建项目 创建代码片 设置昵称编辑自我介 ...
- 如何用php写app接口[原创]
人生就如一列永不停止的列车,no one knows when or where to stop.总有那些美好,值得永远怀念.也总有那些希望,值得你无怨无悔的付出,追逐.去年年底带着女儿一起坐火车会湖 ...
- IPV4/IPV6双协议栈配置案例
拓扑: XRV1配置: =================================================================== hostname XRV1! ipv6 ...
- CVPapers - Computer Vision Resource
To add links (PDF, project,...) you can use the online tool. Computer Vision Paper Indexes ICCV: 20 ...
- pandas tutorial 2
@ 目录 Group_By 对数据进行分组 对 group进行迭代 选择一个group get_group() Aggregations 在group的基础上传入函数整合 Transformation ...
- Goodbye2014,Hello2015
正如我在研发会议上说的,总结是为了更好的计划:而计划,则是让你做事有目标,有方向:有了目标和方向,你才能真正把事情做成! 总的来说2014年可以归纳为下图: 2014年总结 一年的活动,基本可以归纳为 ...
- RedHat 和 Mirantis OpenStack 产品的版本和功能汇总和对比(持续更新)
Mirantis 和 Red Hat 作为 OpenStack 商业化产品领域的两大领军企业,在行业内有重要的地位.因此,研究其产品版本发布周期和所支持的功能,对制定 OpenStack 产品的版本和 ...
- 10gRAC vip启动报错CRS-1006 CRS-0215
为测试一个迁移方案,装了一套10g rac环境,可能是很久没有装过10g的RAC了,整个过程情况不断. 1.在把集群软件和数据库软件都装好之后,用crs_stat检测状态的时候,发现vip的状态不对, ...
- Autodesk 产品开发培训开始报名-8月26~28-武汉– Revit, Vault, Autodesk Viewer, Navisworks
为了帮助Autodesk中国地区的二次开发人员有机会系统地了解与学习Autodesk 在BIM解决方案中的旗舰产品 Revit以及Navisworks等产品的最新开发技术,并有机会与Autodesk ...
随机推荐
- JavaScript变量声明var,let.const
var声明变量的作用域限制在其声明位置的上下文中 var x = 0; // x是全局变量,并且赋值为0. console.log(typeof z); // undefined,因为z还不存在. f ...
- go基本使用方法
一,变量 var:声明变: var 变量名 数据类型 :同时还需要指定数据的类型 var 变量名 = 值 : 声明变量,根据变量值判断变量类型 := :省略var,直接可以(变量名:= 值), ...
- PhpSpreadsheet处理表格
介绍:PhpSpreadsheet是PHPExcel的下一个版本.它打破了兼容性,大大提高了代码库质量(命名空间,PSR合规性,最新PHP语言功能的使用等).由于所有努力都转移到了PhpSpreads ...
- shell编写自动化安装dhcp服务
#!/bin/bash#Auth:Darius#自动化安装dhcp服务#"$1"为测试IP,用来查看IP段是否能通eno=`ifconfig|awk '{print $1}'|he ...
- recyclerview刷新
https://blog.csdn.net/leejizhou/article/details/51179233 RecyclerView之更新UI数据的高级用法 https://www.cnblog ...
- JAVA的 IO NIO AIO笔记
IO linux内核将所有外部设备都看做一个文件来操作,对一个文件的读写会调用内核系统命令,放回一个file descriptor(文件描述符), 对一个socket的读写也会有相应 ...
- Android开发者的Anko使用指南(二)之Dialogs
在项目中使用Anko Dialogs dependencies { compile "org.jetbrains.anko:anko-commons:$anko_version" ...
- spring boot 入门及示例
需要环境:eclipse4.7.3 + jdk1.8 +maven3.6.1 + tomcat(web需要) spring boot官网介绍:https://spring.io/guides/gs/s ...
- [转] OpenStack — nova image-create, under the hood
I was trying to understand what kind of image nova image-create creates. It's not entirely obvious f ...
- AJAX从入门到放弃(二)
XHR 响应 由 driventokill 创建,路飞 最后一次修改 2015-09-25 AJAX - 服务器 响应 由于 HTTP 响应是由服务端发出的,并且服务器做出响应需要时间(比如网速慢等原 ...