上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页

2016年9月23日

linux shell program summary

摘要: from:Sep 23 2016 mathematical operation: floating number,bc calculator: we can also use bc in shell scripts: if - then - else number comparison: n1 -e 阅读全文

posted @ 2016-09-23 20:06 J·Marcus 阅读(229) 评论(0) 推荐(0) 编辑

2016年9月17日

How to fix updating ubuntu apt-get problem

摘要: It's my new PC with a new os of ubuntu. every time when I want to install software or update apt-get, this error will appear: First, as the most usual 阅读全文

posted @ 2016-09-17 21:47 J·Marcus 阅读(219) 评论(0) 推荐(0) 编辑

python:how does subclass call baseclass's __init__()

摘要: First, use baseclass's name to call __init__() I wrote code like this: and we can use 'super' too. 阅读全文

posted @ 2016-09-17 20:33 J·Marcus 阅读(209) 评论(0) 推荐(0) 编辑

2016年9月16日

How to install java and eclipse on linux

摘要: First of all, download from the website of java. I download 'jdk-8u102-linux-i586.tar.gz' unzip it to the specifical derictory. with the command:tar - 阅读全文

posted @ 2016-09-16 14:01 J·Marcus 阅读(208) 评论(0) 推荐(0) 编辑

ubuntu:solve the problem of 'E:Problem with MergeList /var/lib/apt/lists/'

摘要: just run this command: sudo rm /var/lib/apt/lists/* -vfR it will remove all the software package with the state of 'apt-get install' and no use to lea 阅读全文

posted @ 2016-09-16 09:27 J·Marcus 阅读(234) 评论(0) 推荐(0) 编辑

ubuntu:activate root

摘要: You must activate the usr of root,when using a pc with a new os of ubuntu. This command: sudo passwd root And the 'sudo' is just to get the authority 阅读全文

posted @ 2016-09-16 09:26 J·Marcus 阅读(275) 评论(0) 推荐(0) 编辑

2016年8月31日

C/C++ char* arr与char arr[]的区别(反汇编解析)

摘要: 写作日期:2016.08.31 修改日期:2016.09.01 、2016.09.02。 交流qq:992591601 用了几天时间复习了下C语言。对于C语言的字符串操作有些不习惯,于是作为练习,写下了下面这样错误的程序: [cpp] view plain copy #include <stdio. 阅读全文

posted @ 2016-08-31 21:18 J·Marcus 阅读(2489) 评论(0) 推荐(0) 编辑

2016年8月23日

java内功 ---- jvm虚拟机原理总结,侧重于GC

摘要: 参考资料:《深入理解java虚拟机》、《thinking in java》、《Effective Java》 直接从最要紧的地方讲,Java GC算法。需说明一点,GC机制只是涉及堆内存的。因为堆内存是动态的,在程序运行期间分配的。 一.判断什么需要被回收: 1.引用计数法 问题在于两个对象互相引用 阅读全文

posted @ 2016-08-23 23:15 J·Marcus 阅读(232) 评论(0) 推荐(0) 编辑

2016年8月21日

spring源码分析(二)Aop

摘要: 创建日期:2016.08.19 修改日期:2016.08.20-2016.08.21 交流QQ:992591601 参考资料:《spring源码深度解析》、《spring技术内幕》、传值播客spring教学视频 http://www.cnblogs.com/xing901022/p/4264334. 阅读全文

posted @ 2016-08-21 11:00 J·Marcus 阅读(477) 评论(0) 推荐(0) 编辑

2016年8月12日

spring源码分析(一)IoC、DI

摘要: 参考书籍:《spring源码深度解析》、《spring技术内幕》 参考文章:http://www.cnblogs.com/xing901022/p/4178963.html http://www.myexception.cn/program/1031276.html http://blog.csdn 阅读全文

posted @ 2016-08-12 22:38 J·Marcus 阅读(603) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页

导航