这个月最主要任务是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. 前端切图:手机端自适应布局demo

    手机端自适应布局demo原型如下: 图片发自简书App 要求如下:适应各种机型源码如下: <!DOCTYPE html > <html> <head> <me ...

  2. AnimatorSet和PropertyValuesHolders.ofKeyframe

    如果要多个动画配合工作,需要把他们放入AnimatorSet中 ObjectAnimator animator1 = ObjectAnimator.ofFloat(...); animator1.se ...

  3. Springboot系列:@SpringBootApplication注解

    在使用 Springboot 框架进行开发的时候,通常我们会在 main 函数上添加 @SpringBootApplication 注解,今天为大家解析一下 @SpringBootApplicatio ...

  4. Android 平台下Cordova 调用Activity插件开发

    首先建立一个包名为package com.JiajiaCy.CallActivity; package com.JajaCy.CallActivity; import org.apache.cordo ...

  5. Spring Cloud和Docker搭建微服务平台

    用Spring Cloud和Docker搭建微服务平台 This blog series will introduce you to some of the foundational concepts ...

  6. TabHost两种实现方式

    第一种:继承TabActivity,从TabActivity中用getTabHost()方法获取TabHost.只要定义具体Tab内容布局就行了. <?xml version="1.0 ...

  7. mysql中常见的存储引擎和索引类型

    存储引擎 1.      定义 存储引擎说白了就是如何存储数据.如何为存储的数据建立索引和如何更新.查询数据等技术的实现方法.因为在关系数据库中数据的存储是以表的形式存储的,所以存储引擎也可以称为表类 ...

  8. Cache coherence protocol

    A cache coherence protocol facilitates a distributed cache coherency conflict resolution in a multi- ...

  9. Codeforces 15C Industrial Nim 简单的游戏

    主题链接:点击打开链接 意甲冠军: 特定n 下列n行,每一行2的数量u v 表达v礧:u,u+1,u+2···u+v-1 问先手必胜还是后手必胜 思路: 首先依据Nim的博弈结论 把全部数都异或一下, ...

  10. oracle备份和升级数据库

    同oracle用户登录数据库驻留server.例如,主文件夹/home./oracle.运行以下命令来执行备份操作. sqlplus /nolog connect /as sysdba sql> ...