`
文章列表
原文:http://apps.hi.baidu.com/share/detail/6912773 翻译:MapReduce:一个重大的倒退   这篇文章是由databasecolumn的几个数据库大牛写的,简要的介绍了MapReduce以及将其与现代数据库管理系统进行了对比,并指出了一些不足之处 ...
原文链接:http://www.wenhq.com/article/view_374.html   tomcat报错java.net.BindException: Address already in use,只是不能访问tomcat了,稍等一会就正常了。 大概原因是短时间内new socket操作很多,而socket.close()操作并不能立即释放绑定的端口,而是把端口设置为TIME_WAIT状态,过段时间(默认 240s)才释放,(用netstat -na可以看到),最后系统资源耗尽(windows上是耗尽了pool of ephemeral ports ,这段区间在1024-5 ...
原文在这里:http://zhxing.iteye.com/blog/399668   在项目中总会遇到一些关于加载的优先级问题,近期也同样遇到过类似的,所以自己查找资料总结了下,下面有些是转载其他人的,毕竟人家写的不错,自己也就不重复造轮子了,只是略加点了自己的修饰。 首先可以肯定的是,加载顺序与它们在 web.xml 文件中的先后顺序无关。即不会因为 filter 写在 listener 的前面而会先加载 filter。最终得出的结论是:listener -> filter -> servlet 同时还存在着这样一种配置节:context-param,它用 ...
原文链接 http://blog.csdn.net/turingbook/archive/2009/03/01/3946421.aspx   今天(噢,应该是昨天了)图灵在北京搞了一次Ajax群英会,盛况空前。(会议实况下周整理一下,贴过来吧。)其间《Erlang程序设计》的赵东炜说到读论文的重要性。我还附和说,其实许多名家在讲治学的时候都会讲到,要读自己领域里最经典的和最重要的论文。 很巧,刚才从Reddit上看到了题为“10 Papers Every Programmer Should Read (At Least Twice) ”的文章,打开链接一看,是我们《修改代码的艺术》一书的 ...
实分析:实数,实数序列,实数级数,实值函数的分析; 相关如复分析,调和分析,泛函分析; 复分析:复数,复函数的分析; 调和分析:涉及对于调和(振动)如正弦振动的分析,以及这些函数如何经过Fourier变换合成其它函数; 泛函分析:重点聚焦于函数以及它们怎样构成向量空间之类的东西; 分析即对以上提及的这些对象严格研究,弄清它们定量或定性的性状。   清楚这些定义,要对这些研究对象(实数,级数,序列,实或复函数,振动函数,函数空间)敏感,当碰到时要立即联想起相关的知识; 《陶哲轩实分析》之始

自我反思

最近一个老同学过来一起住了,他练瑜伽,上英孚,很是用功,还看到了连续三年几乎无间断持续更新的blog,先贤在前,自当效仿。

工作笔记

必须要看代码,理解代码,此时注释很重要,所以当新加入方法或修改方法时,必须写注释   包括: 目的(做什么) 参数意义(如果有,代表哪些字段) 修改(改变了什么?)
Consider the following word problem:   考虑以下word problem: Tom goes to the auto parts store to buy a spark plug that costs $1.10, but all he has in his wallet are two-dollar bills. How much change should he get if he pays for the spark plug with a two-dollar bill?   Tom去汽车配件 ...

第一周

目前为止三件事: 1.se booking/sea export->bl preparation/sea import->arrival notice的 transport下添加tsp(label,tspctry&tspcity(combobox),tspname(textfield)) 生成一个bug号并描述所做功能-> 向表中添加相应字段[修改表,维护sql,经review提交],最好维护相关数据库描述文档方便他人查询;-> 修改jdo,经review提交后打包-> 覆盖至lib下jpa包,经review提交,发信通知所有人已改jpa;-> ...
1.哪四层。 2.为什么分网络层,传输层。 3.两种联网:路由器与网桥;
The operating system controls and coordinates the use of the hardware among the various application programs for the various users.   The operating system provides the means for proper use of these resources in the operation of the computer system.It simply provides an environment within which othe ...

听力练习一

have you seen the new jame*bond movie? oh yes.(and) you? yes,what did you think of it? i thought it was better than the others.i really like this.what did you think of it? yes,i like it too.it was exciting,but not over the top.do you know what i mean. that's what i thought too.i really like the ...

linux常用命令

shell语法(五项) 1.命令格式 2.通配符 3.重定向 4.管道 5.shell中的引用 6.自动补齐命令行   系统管理维护 ls pwd cd date passwd su clear man who w uname uptime last dmesg free ps top   文件管理编辑 mkdir more cat diff grep rm touch ln file cp find split mv     压缩解压 zip/unzip gzip/gunzip bzip2/bunzip ...
要输入/sbin/lspci试试   试完结果处   根据shell相关:   它本身是一个C语言编写的程序,是用户和操作系统内核间通信的桥梁。shell既是一种命令解释程序,又是一种功能强大的解释型程序设计语言。它解释用户输入的命令,然后提交到内核处理,最后把结果返回给用户。   它包含内置命令,即自身解释执行的命令。如cd,pwd,exit,echo...这些命令在用户登录系统时就被载入内存,运行至用户退出系统。   另外如ls等,是系统的可执行文件(/bin/ls下)。仅当被调用时,才载入内存。
原址:http://hi.baidu.com/naruto6006/blog/item/790d8f7fb91bb0320cd7daa2.html   系统:rhel5*内核:2.6.18-164.el5*无线网卡型号 :Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection*问题症状:启用无线网卡的时候提示 “SIOCSIFFLAGS: 没有那个文件或目录“*原因分析:驱动程序问题*解决办法:下载并安装iwl5000-firmware-5.4.A.11-1.el5.rf. ...
Global site tag (gtag.js) - Google Analytics