masicの自留地

编写人生,记录生活点滴
  • 2010-12-25

    我的所有日志 - [杂谈]

    点击查看所有日志:http://shexinwei.blogbus.com/logs/

     

    Tag:所有日志
    masic007 发表于10时20分00秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2012-05-03

    完全用Linux工作 - [Linux]


    我已经半年没有使用 Windows 的方式工作了。Linux 高效的完成了我所有的工作。

    GNU/Linux 不是每个人都想用的。如果你只需要处理一般的事务,打游戏,那么你不需要了解下面这些了。  

    我不是一个狂热的自由软件份子,虽然我很喜欢...
    Tag:
    masic007 发表于10时54分00秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2012-04-17

    Microsoft Office Professional Plus 2010激活

    一、激活工具mini-KMS_Activator_v1.2_Office2010_VL_ENG下载

    点击直接下载

    二、工具使用方法

    激活界面中文解释:

    1、Install/Uninstall KMService    安装/卸载KMS服务器

    2、Activation Office 2010 VL        激活Office 2010&...

    Tag:
    masic007 发表于10时17分00秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2012-04-14

    各种排序算法稳定性分析 - [算法]


    各种排序算法稳定性分析
    快速排序、希尔排序、堆排序、直接选择排序不是稳定的排序算法,而基数排序、冒泡排序、直接插入排序、折半插入排序、归并排序是稳定的排序算法  首先,排序算法的稳定性大家应该都知道,通俗地讲就是能保证排序前2个相等的数其在序列的前...

    Tag:算法 排序 数据结构
    masic007 发表于16时23分00秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2012-04-10

    编程珠玑


     

    Tag:
    masic007 发表于09时19分00秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2011-08-13

    struts2环境配置


    原文地址: 

    http://www.cnblogs.com/wchhuangya/archive/2011/03/21/1968877.html

      struts2框架,大多数框架都在使用。由于工作需要,开始做Java项目。先学个struts2。

      一、下载struts2

      有好多版本,我下载的是struts-2.2.1.1。

      二、创建...

    Tag:struts j2ee java
    masic007 发表于09时26分00秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2011-07-25

    dwr.xml文件配置

    原文地址:http://wyb8511.iteye.com/blog/363600

    本人对dwr 中文文档关于dwr.xml做的一个整理,纯粹体力活,有用得着的朋友别忘顶一下,留个联系方式一起交流学习! 欢迎到我的网站交流技术 www.ithuzhu.com 

    dwr.xml是DWR的配置文件。默认情况下,应该把它放...

    Tag:dwr.xml ajax j2ee java
    masic007 发表于10时23分00秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2011-07-24

    名字查找与继承 - [C&CPP]

    理解C++中集成层次的关键在于理解如何确定函数调用。确定函数调用遵循以下4个步骤:

    首先确定进行函数调用的对象、引用或指针的静态类型。

    在该类中查找函数,如果找不到,就在直接积累中查找,如此循环着类的继承链网上找,知道找到该函数或者查找玩最后一个类。...

    Tag:C++ 类 名字查找 虚函数 继承
    masic007 发表于13时21分00秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2011-07-12

    解决:The Apache Tomcat Native library which allows optimal performance in production environments was not found

    在启动Tomcat 6.0时发现第一条信息便是:
    The Apache Tomcat Native library which allows optimal performance in production environments was not found ……
    解决方法:
    相关文档:http://tomcat.apache.org/tomcat-6.0-doc/apr.html
    去这里http://t...

    Tag:tomcat
    masic007 发表于11时02分00秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2011-06-07

    javascript pupup boxes (弹出窗口)


    JavaScript has three kind of popup boxes: Alert box, Confirm box, and Prompt box.

    Alert Box
    An alert box is often used if you want to make sure information comes through to the user.

    When an alert box pops up, the user will have to click "OK" t...

    Tag:javascript pupup 弹出窗口
    masic007 发表于15时58分00秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2011-06-07

    Determining the Size of a Class Object - [C&CPP]



    By Girish Shetty

    There are many factors that decide the size of an object of a class in C++. These factors are:

    Size of all non-static data members
    Order of data members
    Byte alignment or byte padding
    Size of its immediate base class
    The exist...

    Tag:
    masic007 发表于12时51分00秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
共23页 1 2 3 4 5 6 7 8 9 10 下一页 最后一页

个人资料

masic007

日历

masic相关搜索

Loading

最新文章

  • 完全用Linux工作
  • Microsoft Office Professional Plus 2010激活
  • 各种排序算法稳定性分析
  • 编程珠玑
  • struts2环境配置
  • dwr.xml文件配置
  • 名字查找与继承
  • 解决:The Apache Tomcat Native library which allows optimal performance in production environments was not found
  • javascript pupup boxes (弹出窗口)
  • Determining the Size of a Class Object
全部日志>>

文章分类

  • LBS[0]
  • 数据库[0]
  • 算法[6]
  • Eclipse[1]
  • Android[15]
  • MySQL[1]
  • PHP[2]
  • SNS[1]
  • MFC[6]
  • CSDN[6]
  • IT资讯[0]
  • 数据挖掘[5]
  • HTML[1]
  • 学习[2]
  • 大学简介[1]
  • Linux[15]
  • C&CPP[40]
  • 情感[9]
  • shell[1]
  • 日记[2]
  • 大学排名[2]
  • 搞笑[4]
  • 杂谈[22]
  • 摘录[23]
  • 编程[13]

链接

  • CSDN博客
  • 代码发芽
  • C++在线文档
  • 搜狐博客
  • 酷壳
  • IT公司面试手册
  • w3school
  • UCI数据集汇总
  • C++ Programing
  • PHP100
  • Json中文网站

脚印

  • coldsummerwei:博客页面颜色太暗了。看起来难受。...
  • surpassing:接着就一直停在这里,连不上网…… 请问这是怎么回事啊?...
  • surpassing:问题是这样的: 2011-**-** **:**:**...
  • surpassing:你好!我用的是ubuntu10.10,把客户端安装在/u...
  • 塑料托盘:好法子学习了
  • 游客甲:写得很好,值得我们学习啊...
  • asia:很好的啊
  • shexinwei:自己先测试一下评论模块...

Tag

  • C++[22]
  • Android[11]
  • 算法[9]
  • 代码[8]
  • C[6]
More..

管理

  • 进入后台 写新日志
  • 文章管理 评论管理
  • 更换模板 访问统计
  • 访问统计:
  • RSS 什么是RSS?
    用IM提醒我内容更新
    订阅到QQ邮箱
    订阅到鲜果阅读器
    订阅到Google阅读器
    订阅到抓虾阅读器
  • 《城客》第四期:创意之城
    博客大巴
    博客大巴使用指南
    博客大巴模板中心
    免费注册博客大巴
    一键博客搬家工具
    中文互动杂志城客
Copyright © 2002-2012 BlogBus.com, All Rights Reserved. 博客大巴 版权所有
博客大巴模板设计:Blue Emotionless Kid | 作者:iZ