【这些是我刚学习HTML的时候做的笔记,在2013年,知识如果过时了,请大家指明,谢谢!】3W1H学习法?What | When |Why HOW注释:1、知道学习的这个东西是什么? 2、知道什么时候使用这个东西? 3、知道为什么使用这个东西。 4、知道怎么使用这个东西。 学习...
分类:
Web程序 时间:
2014-07-27 23:24:59
阅读次数:
268
1. what is hash table? how to implement in C? how to deal withconflicts? (linkedlist, linear probing, double hashing...etc)什么是hashtable, hash function...
分类:
其他好文 时间:
2014-07-27 22:06:19
阅读次数:
310
【编者注】本文转载自CSDN,原文翻译自资深产品经理、在线投资管理公司Covestor的首席产品官Martin Eriksson发表了一篇文章《What, exactly, is a Product Manager?》,其中给出了自己对产品经理这个职位的理解。你懂得商务运作么?你拥有技术功底么?你注...
分类:
其他好文 时间:
2014-07-26 14:13:48
阅读次数:
199
Centos 6.5下SNMP简单配置(snmp protocol v3,监控宝)
jom_ch@2014/7/25
1,安装
>yum -y install net-snmp net-snmp-devel
2,配置用户信息
> echo "rouser jkb auth" >> /etc/snmp/snmpd.conf
> echo "createUser jkb MD5 iam...
分类:
其他好文 时间:
2014-07-26 02:58:26
阅读次数:
181
I would like to know what would be the best way to save contents from a web page. I mean to force save-as option by clicking a link or button. I often found that javascript would not be an option beca...
分类:
Web程序 时间:
2014-07-26 02:29:06
阅读次数:
297
下面是HTC官方的一个图片,展示了Android系统从发布最终到用户手中的一个完整的过程:
Awesome Infographic: HTC Shows Us “The Anatomy of an Android OS Update” From PDK to OTA
Ever wonder what the entire process of an Android update...
分类:
移动开发 时间:
2014-07-26 02:25:06
阅读次数:
375
What is Application Application和Activity,Service一样是android框架的一个系统组件,当android程序启动时系统会创建一个 application对象,用来存储系统的一些信息。通常我们是不需要指定一个Application的,这时系统会自动帮我....
分类:
移动开发 时间:
2014-07-26 01:09:46
阅读次数:
213
Heap sort is common in written exams.First of all, what is heap? Heap is a kind of data struct that can be seen as a complete binary tree. The objectt...
分类:
其他好文 时间:
2014-07-26 00:13:06
阅读次数:
343
If you, like us, are constantly looking for more efficient ways to work, then you will really appreciate what the Zeigarnik effect has to offer. It ca...
分类:
其他好文 时间:
2014-07-25 19:08:02
阅读次数:
423
一个int占多少个字节?这个问题我们往往得到的答案是4.可是int究竟占多少个字节,却跟你的机器环境有关.As you can see, the typical data type sizes match the ILP32LL model, which is what most compilers...
分类:
其他好文 时间:
2014-07-25 19:05:41
阅读次数:
272