忙碌/学习起来时间是过得 好快啊。 linux关闭桌面显示、不是修改/dev/inittab文件,而是这个文件有提示。systemctl set-default xxx 还有yum search ifconfig, yum install xxx 装的虚拟机都已经装了ftp了,还想自己装装试试来呢。 ...
分类:
其他好文 时间:
2016-04-11 00:02:43
阅读次数:
435
Climbing Stairs You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ...
分类:
其他好文 时间:
2016-04-10 21:19:50
阅读次数:
136
1、An assignment statement creates a new variable and gives it a value: Variable names can be as long as you like. They can contain both letters and nu ...
分类:
编程语言 时间:
2016-04-10 17:51:27
阅读次数:
162
另外 Python 中一个比较常见的问题是编码问题,若遇到类似“UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\u6211′ in position 0: ordinal not in range(128)”的问题,可以在 Py... ...
分类:
编程语言 时间:
2016-04-10 17:51:26
阅读次数:
637
Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrenc ...
分类:
其他好文 时间:
2016-04-10 06:48:26
阅读次数:
139
此问题以前没有出现过,是这次在我带领的小强性能测试A1班中有个别同学出现了这个问题,正好也就整理下说下解决方法吧。此问题是由于检测hostname的时候出现的问题,解决方法如下:修改mysql的配置文件my.cnf,然后在[mysqld]下面增加一行:skip-name-resolve,之后保存退出,..
分类:
数据库 时间:
2016-04-10 01:27:47
阅读次数:
566
Whenever we are writing code, we need to remember that things may go wrong. If an error happens in a function, that error will be thrown. Errors can a ...
分类:
Web程序 时间:
2016-04-10 01:11:46
阅读次数:
145
今天去跑步了,累啊,还想洗个澡。你不开心,我也会难受。 linux 命令:wall xxx ,提醒所有用户,要是想发送命令输出的内容,用`命令`,数字键最左边的那个按键,tab上边的那个。 还有重定向命令:> />>/2>/&>/</<< 标准输入输出那东西咋整啊。 好累,睡觉。 ...
分类:
其他好文 时间:
2016-04-10 00:50:49
阅读次数:
150
对于初学者,相对于其他总线的资料来说,在国内CANOpen的资料并不多。而且并不是所有资料都适合初学者看的。这里给出一些建议,对CANOpen感兴趣的,可以参考一下学习的顺序。前提:需要对CAN总线有所了解,可以看CAN2.0总线的资料。当然,对计算机系统、单片机以及编程也需要有一定的基础。第一步: ...
分类:
其他好文 时间:
2016-04-09 20:20:49
阅读次数:
139
Problem 1603 - Minimum Sum Description There are n numbers A[1] , A[2] .... A[n], you can select m numbers of it A[B[1]] , A[B[2]] ... A[B[m]] ( 1 <= ...
分类:
编程语言 时间:
2016-04-09 20:14:34
阅读次数:
202