日志列表

  • SNS是阵风 刮过就无痕 zz

    平凡的香草 (北京) 发表于 2008-05-23 评论: 1 好评: 5 标签: SNS

    http://fenqu.blog.techweb.com.cn/archives/2008/200852217420.shtml昨天朋友帮我搞了一套免费的SNS网站,我丢到了自己的空间里去,结果发现不知道做什么类型的网站好。SNS当前最火的网络模式,虽然有程序,但是却不知道如何下手,因为SNS网站的核心还是论坛,并没有因为穿上了SNS的因素而变质。   SNS真像一阵风... ...全文

  • 某nginx+php fcgi服务器优化记录

    平凡的香草 (北京) 发表于 2008-05-23 标签: fcgi nginx php snbsp 服务器

    服务器梳理及优化记录    通过apachetop发现两台服务器负载不均: A 280-295/s                                            ... ...全文

  • 《中国科教创新导刊》杂志征稿

    zgkjcxdkli (北京) 发表于 2008-05-16 标签: 中国 科教 杂志 征稿

    《中国科教创新导刊》杂志征稿      中国核心期刊(遴选)数据库收录期刊   中国学术期刊中国(光盘版)收录期刊 统一刊号:CN11-5599/N        ISSN 1673-9795 (国际标准大16开本,全彩铜版印刷)    《中国科教创新导刊》是由中华人民共和... ...全文

  • mysqladmin 使用一例

    平凡的香草 (北京) 发表于 2008-05-15 标签: mysqladmin

    mysqladmin extended-status -r -i 10 | grep ………参考资料:http://www.mysqlperformanceblog.com/2008/04/22/how-to-estimate-query-completion-time-in-mysql/ ...全文

  • [Distributed Caching with Memcached] 摘要

    平凡的香草 (北京) 发表于 2008-05-14 标签: 摘要 Caching Distributed Memcached

    Distributed Caching with Memcachedhttp://www.linuxjournal.com/article/74511, Memcached is used on LiveJournal, Slashdot, Wikipedia and other high-traffic sites. 2,servers. Approximately 70 machines currently run LiveJournal.com, a blogging and social networking system with 2.5 million accounts. I... ...全文

  • 自己收集的一套兔斯基论坛表情(比较全了。。。)(图)

    行云流水 (北京) 发表于 2008-05-06 评论: 3 好评: 5 标签: 论坛 收集

    这套表情比较有意思。。。从各地收集了五十几个。。。 ...全文

  • proctitle-0.0.2.tar.gz

    平凡的香草 (北京) 发表于 2008-05-05

    Proctitle is a Python2.X module to manipulate the raw 'argv[]'contents of a python process.It is currently licenced as GPL2, but note:Any changes submitted back to the author will become 'property'of the Dave Cinege, giving me the ability to properly re-licencefor the direct inclusion into Python... ...全文

  • Ksplice: Rebootless Linux kernel security updates

    平凡的香草 (北京) 发表于 2008-05-02 标签: linux Linux updates kernel security Ksplice

    http://web.mit.edu/ksplice/ Overview Ksplice allows system administrators to apply security patches to the Linux kernel without having to reboot. Ksplice takes as input a source code change in unified diff format and the kernel source code to be patched, and it applies the patch to the cor... ...全文

  • mysql HEAP MEMORY tables 提高行数支持的方法 zz

    平凡的香草 (北京) 发表于 2008-04-29 标签: memory mysql MySQL Mysql HEAP MEMORY tables

    mysql MEMORY tables 如果目前支持的行数到上限还不够用 可以把 my.cnf 配置里面max_heap_table_size = 256M改大设置 MAX_ROWS在跑着 可以 ALTER TABLE tbl_name MAX_ROWS=MAX_ROWS 依赖于 max_heap_table_size 设置相关帮助:max_heap_table_size This variable sets the maximum size to which MEMORY tables ... ...全文

  • How Mysql server use memory

    平凡的香草 (北京) 发表于 2008-04-25 标签: how mysql MySQL server memory How use Mysql

    The following list indicates some of the ways that the mysqld server uses memory. Where applicable, the name of the system variable relevant to the memory use is given: The key buffer (variable key_buffer_size) is shared by all threads; other buffers used by the server are allocated as neede... ...全文

  • 可怜的sina的UE(图)

    平凡的香草 (北京) 发表于 2008-04-24 标签: sina 博客 邮箱 楚云飞 帽子

    有了统一登录,在首页的脑袋上,顶了个帽子,无可厚非只是让我想起来《亮剑》中楚云飞骂同僚的那句话“这帮混蛋,老是做一厢情愿的事!”我们看看初次看到这个选择去向的时候,我还感到很兴奋,终于把用户相关的东西提示出来了。。。。。。。可是呢?看下图吧:难不成,我就不能够登录后先看看新闻,然后再去博客、然后再... ...全文

  • 减少time_wait套接字数量

    平凡的香草 (北京) 发表于 2008-04-15 标签: blog 套接字 wait time 数量

    http://blog.s135.com/read.php?338net.ipv4.tcp_syncookies = 1 表示开启SYN Cookies。当出现SYN等待队列溢出时,启用cookies来处理,可防范少量SYN攻击,默认为0,表示关闭;  net.ipv4.tcp_tw_reuse = 1 表示开启重用。允许将TIME-WAIT sockets重新用于新的TCP连接,默认为0,表示关闭;  net.ipv4.tcp_tw_recycl... ...全文

  • product

    平凡的香草 (北京) 发表于 2008-04-10 标签: product

        product is not only the interface , but also it's own logic, that is the soul of the product! ...全文

  • 成为嵌入式程序员应知道的0x10个问题

    行云流水 (北京) 发表于 2008-04-09 标签: 嵌入式 程序员

    转自:http://hi.baidu.com/%CE%DA%D1%BB%C3%F7/blog/item/279accc8fc0453177f3e6fb7.htmlC语言测试是招聘嵌入式系统程序员过程中必须而且有效的方法。这些年,我既参加也组织了许多这种测试,在这过程中我意识到这些测试能为面试者和被面试者提供许多有用信息,此外,撇开面试的压力不谈,这种测试也是相当有趣的。&nbs... ...全文

  • 浅议博客的盈利模式(一)

    平凡的香草 (北京) 发表于 2008-04-08 标签: sina sohu 博客 模式 网易

            weblog,这个从诞生之日起就一直被各种媒体炒作、被各种研究机构研究的产品,近两年来其盈利模式话题越来越被观众所关注,从国内的博客教父老方同学的blogcn到booke,到网易的部落格,再到sina的名人博客,sohu的娱乐xx版,运营上、规模上,炒作的越厉害,而其功能格局也变得越来... ...全文

  • 中国的facebook军团和qzone一亿用户

    平凡的香草 (北京) 发表于 2008-03-24 标签: 中国 facebook qzone 军团 米晓彬

    米晓彬 发表于 2008-3-24 0:54:00            互联网:中国式成功   中国的互联网创业故事往往富于讽刺意味:最初大家是学西方、学习美国的互联网,结果大家都进了泡沫,泡沫散去后,人们发现和美国不一样的玩法往往更容易成功。比如新浪的门户、盛大的网络游戏... ...全文

  • MySQL Performance Tuning Primer Script

    平凡的香草 (北京) 发表于 2008-03-07 评论: 1 好评: 5 标签: mysql MySQL performance Primer Tuning Performance Script

    MySQL Performance Tuning Primer Script This script takes information from "SHOW STATUS LIKE..." and "SHOW VARIABLES LIKE..." to produce sane recomendations for tuning server variables. It is compatable with all versions of MySQL 3.23 and higher (including 5.1). Currently it handles recome... ...全文

  • awk文本处理总结(入门,中级,高级)

    平凡的香草 (北京) 发表于 2008-03-07 标签: awk 入门 文本 高级

    awk处理文本总结 - Alex.Wang            2008-2-19 15:55            作为技术支持工程我们最最经常的工作就是经常碰到要处理文本文件,不管是什么数据库最后都可以导成文本,我们就可以对他进行处理了,这样即使... ...全文

  • Bash tips

    平凡的香草 (北京) 发表于 2008-03-07 标签: bash Bash tips

    Contents [hide] 1 Introduction2 Using quotes3 Return values4 Conditions5 Negations6 Loops7 Get your IP address8 Some counting examples9 Combining multiple conditions of if statements10 Conditional execution11 Functions12 Renaming a set of files13 Converting several wav files to mp314 Full file n... ...全文

  • Ajax中XML和JSON格式的优劣比较

    平凡的香草 (北京) 发表于 2008-03-07 标签: ajax Ajax XML JSON 优劣 blog

    来源:http://blog.csdn.net/heiyeshuwu/archive/2006/04/20/670713.aspx 刚做完一个小的使用Ajax的项目。整个小项目使用Javascrīpt做客户端,使用PHP做服务器端、利用xmlHttpRequest组件作为交互工具,利用XML作为数据传输的格式。做完后基本做一个简单总结,简单分析一下使用XML作为传输格式的优劣。 [  XML ]... ...全文