这个月最主要任务是linux shell script学习。

其次是继续spring源码学习。

其余时间C、C++和Java学习。

01

9月第一天,9点多才到家。做道简单的oj题练习下。因为简单,所以用不太熟悉的linux vim来搞。没想到出乎意料的顺利,看来最近的复习还是有点效果。不过我一直有个疑问,char* p; 和char *p;两种写法有什么区别?

02

周五,工作主要是收尾工作,抽时间继续华为的oj。

回家开始linux脚本学习。

03

周六,セックス。ついに男になる。

04

linux脚本学习,学完了前两章,最大的收获是> < >> |,涉及输入输出的改变和管道。还有linux环境变量相关。

做了一道oj题,比较简单的,学习了malloc。

继续看了两章《head first design pattern》。

晚上,听着古典音乐,读着尼采的书,有种回归的感觉。再来一杯酒就完美了。

05

上班依然是收尾工作,找空闲时间开始读一本《python源码深度剖析》,很不错的一本书~!

晚上加班,回来继续linux shell script,第三章苦战,太琐碎了。

06

数据结构算法复习计划:

      1串的模式匹配算法

      2树

      3图

      4排序

      5查找

工作不紧不慢,继续学习python源码,PyCodeObject吸引了我的兴趣。

早早回家,继续linux学习。比价琐碎,但学到了很多实用的东西。

-08

这几天都是每天一两道oj的节奏,LeetCode 开始。Practice makes perfect。

晚上剩余时间学习Linux。

基本都是学到12点。

工作没什么可说的。

09

工作今天有所进展,昨天卡了一天的问题解决了。

书终于到了,《两周自制脚本语言》与《自制编程语言》。

《两周自制脚本语言》看了一章。

其它时间晚上做了一道LeetCode。just like writing poem。

09.10

LeetCode计划:

第一阶段:一天一道简单题中等题,以练习编程语言语法和编程技巧思路为主,直到python、C、C++、java都可以自如地编程(重点是各种字符串和数字操作,各种库函数的使用)。这一阶段最好每道题都多用几种语言来做。

第二阶段:复习《算法》

第三阶段:做难题,开始锻炼数据结构、算法思维

what a lexical analyzer need? 
   1, some programing language's library functions(such as C)to read a file,and get the content. 
   2, string operation or regular expression.
   3, the most basic thing: you must know what words you need for the progamming language thar you want to make.

11

周末,上午《两周自制脚本》,初步实现lexical analyzer。

下午,做完lexical analyzer。然后做了道LeetCode,用三种语言。

晚上学习linux sed。

14

我已经被Linux给迷住了,真是一门“邪教”。

昨天,买了一台新本,过几天到货,准备只用它来学Linux,兴奋的难以入睡。对于我来说,这是一场革命开始的标志。暗黑革命。

从此我将革新自己,让自己更简约,更存粹,更完美。战胜孤独,简化shell,隐藏core,走向本质。

15

did two LeetCode problems at morning,just enjoy python

and it was really a pleasant surprise that my PC came this afternoon!!

ubuntu, really amazing, really beautiful ! !

16

today, I solved almost all problems of Linux.the 'apt-get can't update problem',the 'run eclipse error'problem.

then, I think I can alive on Linux.

My PC and my Linux are really beautiful   !

After reviewing C language programming,I think I should begin reviewing the assembly.I have a book called 'Programming from the Ground Up'. interesting book.

So many to learn.

linux,algorithm,C/C++,java,python,assembly.

As for this September.I decided to concentrate on linux shell scripts .reduce the time spent for leetcode.left a little time to learn java.

October, I need to learn programming on Linux, assembly and C language.

<assembly language> by wangshuang, <programming from the ground up>,<senior linux programming> and <link,load and library>

four books.

17

Today, all worked at a relaxed atmosphere.Because it's overtime at the holidays of Ching Ming.and we will work for 8 days continuely next.

I learned about how to develop python by vim. and I got the answer.Back to home,install vim on ubuntu,first.

And began learning sed on Linux.

18

At work,not busy.I did som OJ.

Today,cloned my proj of algorithm from github on Linux.

Then I ran the python part by setting sys path. And commit and push the code.

I can use Github on Linux from now.Enjoy it.

name origin and sonn_linux.

Then continued learning sed. and gawk.

19

is this pythonic ?

New plan:

  Sep, Linux shell script

  Oct, Programming on Linux

  Nov and Dec, Java, sql, web frames, Java script and CSS.

20

Nothing to say about work.

Today learning linux shell scripting program and continue commiting my code of python algorithm.

21

how to mv only *.jpg and *.jpeg except *.png to another folder?

mv *.jpg *.jpeg WHOAMI

and my first shell script,hh,┑( ̄。。 ̄)┍:

tommorrow's task is to change file's name in bulk.

22

today's homework:change file's name in bulk.

this Sunday, I need to sum up the shell script learning.

23

This weekends's objects :

sed,awk and linux shell, learning complete!

My first assembly program on Linux

24

is it beautiful??

make love,  twice tonight.

25

Easier than assumed, install tomcat on my linux. °(°ˊДˋ°) °

26

Begin to learn unxi network programming.

ip - internet protocal.

tcp - transmission control protocal.

http://download.csdn.net/detail/ymsdu2004/4906181#comment

http://download.csdn.net/detail/gattaca2011/6780107#comment

27-30

These days,I buyed a book,TCP/IP Illustrated.Enlish Edition.180 RMB.QAQ.

and began learning tech about network.I read about 10 pages every day.

16.09 working note的更多相关文章

  1. java生成UUID通用唯一识别码 (Universally Unique Identifier) 分类: B1_JAVA 2014-08-22 16:09 331人阅读 评论(0) 收藏

    转自:http://blog.csdn.net/carefree31441/article/details/3998553 UUID含义是通用唯一识别码 (Universally Unique Ide ...

  2. 16.Oct Working Note

    01 writing algorithm by assembly,but the bug... now,it runs normaly,but how to print the answer? suc ...

  3. winform 窗体关闭按钮禁用、不显示最大化、最小化、关闭按钮 分类: WinForm 2014-12-22 16:09 82人阅读 评论(0) 收藏

    关闭按钮禁用: (1) FormClosing事件 private void Main_FormClosing(object sender, FormClosingEventArgs e) {     ...

  4. Ubuntu 16.09开启iptables的日志实现调试

    1.先配置日志文件输出 参考:http://www.cnblogs.com/EasonJim/p/8413535.html 2.配置日志打点 参考:http://www.cnblogs.com/Eas ...

  5. Ubuntu 16.09下iptables通过raw表实现日志输出和调试

    1.先配置好raw表日志打点功能 参考:http://www.cnblogs.com/EasonJim/p/8413563.html 2.配置好messages文件 参考:http://www.cnb ...

  6. 16.Nov Working Note

    05 今天也很忙,版本发布在即,但之前的日志系统发现了bug:在中文模式下python读写抛出异常,通过转化为utf8除去异常,上传到服务器还有乱码. 另外,就是多组件安装时,多线程发生冲突.因为每一 ...

  7. leetcode bugfree note

    463. Island Perimeterhttps://leetcode.com/problems/island-perimeter/就是逐一遍历所有的cell,用分离的cell总的的边数减去重叠的 ...

  8. JavaSE学习总结第16天_集合框架2

      16.01 ArrayList存储字符串并遍历 ArrayList类概述:底层数据结构是数组,查询快,增删慢,线程不安全,效率高 ArrayList类是List 接口的大小可变数组的实现.实现了所 ...

  9. Ubuntu 16.04 RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller” 不能上网

    来源:http://forum.ubuntu.org.cn/viewtopic.php?f=116&t=463646 1.执行如下命令 uname -a sudo lspci -knn sud ...

随机推荐

  1. 前端切图:调用百度地图API

    原型图 图片发自简书App <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> ...

  2. jQuery+ localStorage 实现一个简易的计时器

    原型 图片发自简书App 需求1.关闭浏览器时时间继续运行2.刷新时保持当前状态3.结束时间保存在客户端 <div class="wrapper"> <div c ...

  3. 通过手机其他iOS应用打开此文件

    根据所处理文档的格式,提供本地设备(InApp)能处理该格式文档的所有应用(App).比如,demo中所处理的是pdf格式的文档,那么可以打开该文档的本地app有邮件.打印等等.仅支持ARC. dem ...

  4. Entity Framework知识小总结

    什么是Entity Framework EF是微软主推的数据存取技术,在实际开发中,现在通常使用EF来构建应用程序的数据存取层,它是一个开源的“对象/关系映射(ORM:Object Relationa ...

  5. 在.net core 的webapi项目中将对象序列化成json

    问题:vs2017 15.7.6创建一个基于.net core 2.1的webapi项目,默认生成的控制器继承自ControllerBase类 在此情况下无法使用Json()方法 将一个对象转成jso ...

  6. [MVVM Light]Messenger 的使用

    原文:[MVVM Light]Messenger 的使用 当我们使用MVVM开发模式进行开发时,ViewModel之间的通信常常是很头疼的事情,好在MVVM Light提供了Messenger类可以轻 ...

  7. Cocos2d-x layout (两)

    相对于对照布局 Size widgetSize = Director::getInstance()->getWinSize(); Text* alert = Text::create(" ...

  8. WPF的消息机制(一)- 让应用程序动起来

    原文:WPF的消息机制(一)- 让应用程序动起来 版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/powertoolsteam/article/det ...

  9. PMP项目经理认证

    PMP认证是由美国项目管理学会(PMI)在全球范围内推出的针对项目经理的资格认证体系,通过该认证的项目经理叫"PMP",即Project Management Profession ...

  10. android viewpager fragment切换时界面卡顿解决办法

    目前开发的程序在切换View时界面卡顿现象比较严重,影响用户体验,当前项目共就四个View,每个View也只是按钮,所以可以同时加载,不让其它view销毁. 只需在Adapter中重载destroyI ...