这个月最主要任务是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. 并发新特性—Executor 框架与线程池

    兰亭风雨 · 更新于 2018-11-14 09:00:31 并发新特性-Executor 框架与线程池 Executor 框架简介 在 Java 5 之后,并发编程引入了一堆新的启动.调度和管理线程 ...

  2. cordova插件整理

    原文:cordova插件整理 1.获取当前应用的版本号 cordova plugin add cordova-plugin-app-version 2.获取网络连接信息 cordova plugin ...

  3. 【a302】&&【9306】贮油点问题

    Time Limit: 1 second Memory Limit: 2 MB 问题描述 一辆重型卡车欲穿过1000公里的沙漠,卡车耗油为1升/公里,卡车总载油能力为500公升.显然卡车装 一次油是过 ...

  4. matlab 图像的保存

    gcf:获取当前显示图像的句柄: 默认 plot 的 position 是 [232 246 560 420] 0. save >> A = randn(3, 4); >> B ...

  5. Parallel.For

    Parallel.For 你可能忽视的一个非常实用的重载方法    说起Parallel.For大家都不会陌生,很简单,不就是一个提供并行功能的for循环吗? 或许大家平时使用到的差不多就是其中最简单 ...

  6. 读取xml格式的字符串和上下文中的xml数据

    1.读取xml格式的字符串 假设有一段下面的xml格式的字符串: <xml>     <return_code><![CDATA[SUCCESS]]></re ...

  7. Linux 下的任务管理 —— ps、top

    ps:report a snapshot of the current processes. ps 命令支持三种使用的语法格式 UNIX 风格,选项可以组合在一起,并且选项前必须有"-&qu ...

  8. 它们的定义Activity跳转动画

    本来觉得是一个非常小的需求, 后来我发现总是 错误, 采用Theme于 4.0在 操作不是很容易使用. 后来查阅资料, 须要在finish 后面 和 startActivity 后面加入 overri ...

  9. 关于ExpandableListView的一个小例子

    喜欢显示好友QQ那样的列表,可以展开,可以收起,在android中,以往用的比较多的是listview,虽然可以实现列表的展示,但在某些情况下,我们还是希望用到可以分组并实现收缩的列表,那就要用到an ...

  10. python3使用Lxml库操作XPath

    download address: http://pypi.python.org/pypi/lxml/2.3 lxml is a Pythonic, mature binding for the li ...