Problem When you ask some website with https head.you may met the problem secure connection failed firefox browser. the answer is tool-preferences-Adv ...
分类:
系统相关 时间:
2016-11-07 07:49:19
阅读次数:
195
项目中使用枚举类的好处这里不再赘述,在使用枚举值时,通常需要根据值来获取枚举对象,下面介绍两种实现方案: 1.在枚举类中定义方法实现 首先给出如下性别枚举类: public enum SexEnum { MAN("M", "男"), WOMAN("F", "女"); private String c ...
分类:
编程语言 时间:
2016-11-07 02:33:05
阅读次数:
572
There is some notes while I am learning Ubuntu Operate System! (Ask Ubuntu) 1-- Hard link : ln command have different parm. Hard link means that the t ...
分类:
系统相关 时间:
2016-11-05 03:08:32
阅读次数:
278
译自:Don't Interpret Linear Hidden Units, they do not exist! http://building-babylon.net/2016/10/19/dont-interpret-linear-hidden-units-they-dont-exist/ ...
分类:
其他好文 时间:
2016-10-21 19:56:55
阅读次数:
179
http://www.cnblogs.com/bravo2012/p/3574456.html https://msdn.microsoft.com/zh-cn/magazine/dn802603.aspx http://blog.stephencleary.com/2012/07/dont-blo ...
分类:
其他好文 时间:
2016-10-21 19:38:31
阅读次数:
146
longtimehavn‘twrittenthings,dont‘askmewhywrittinginEnglish~fog0.32older,yes,butcompanystillusingit.twomajorfailures:vsftpdandudpcastvsftpd:ubuntu14.04startusingserviceinsteadof/etc/init.dmodify/fogDownloadDir/lib/ubuntu/functions.sh142servicevsftpdstop>/..
分类:
系统相关 时间:
2016-10-15 22:55:16
阅读次数:
224
1. function BigComputer(answer) { this.the_answer = answer; this.ask_question = function () { console.log(this.the_answer); //undefined console.log(do ...
分类:
其他好文 时间:
2016-09-29 07:35:44
阅读次数:
104
常用内置函数: 1.calladle()是验证一个对象可不可以被调用。 2.chr() 是通过数字在ask码里找到指定字符。 3.ord()通过字符找到它在ask码里对应的数字 4.import random 随机生成数字的模块,想要随机生成数字时调用(应用场景随机验证码) 5.random.ran ...
分类:
其他好文 时间:
2016-09-27 13:32:34
阅读次数:
131
定义类Human,具有若干属性和功能;定义其子类Man、Woman; 在主类Test中分别创建子类、父类和上转型对象,并测试其特性。 ...
分类:
其他好文 时间:
2016-09-23 21:24:57
阅读次数:
132
treap模板。把ask_before和ask_after改成递归的形式会快很多。想把其他的操作也改成递归的形式。。。但是太麻烦了T_T 3224: Tyvj 1728 普通平衡树 Description 您需要写一种数据结构(可参考题目标题),来维护一些数,其中需要提供以下操作:1. 插入x数2. ...
分类:
其他好文 时间:
2016-09-23 14:58:46
阅读次数:
126