码迷,mamicode.com
首页 >  
搜索关键字:Did you install mys    ( 71764个结果
How to generate UML Diagrams from Java code in Eclipse
UML diagrams compliment inline documentation (javadoc) and allow to better explore / understand a design. Moreover, you can print and bring them to ta...
分类:编程语言   时间:2014-04-30 03:48:50    阅读次数:716
Google Combo Chart example with database in ASP.NET
Hide demoDownloadIn this article I’m going to explain how to create Google combo chart example with database in ASP.NET. Google charts allows you ...
分类:数据库   时间:2014-04-30 02:56:31    阅读次数:775
Construct Binary Tree from Preorder and Inorder Traversal
Given preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.思路:由前序遍历数组和中序遍历...
分类:其他好文   时间:2014-04-30 02:20:33    阅读次数:366
Mine Number(搜索,暴力) ACM省赛第三届 G
Mine NumberTime Limit: 1000ms Memory limit: 65536K有疑问?点这里^_^题目描述Every one once played the game called Mine Sweeping, here I change the rule. You are g...
分类:其他好文   时间:2014-04-30 01:05:41    阅读次数:857
CentOS安装,更新Python
1、查看当前Python版本python -V2、查看当前CentOS版本cat /etc/redhat-release3、安装所有的开发工具包yum groupinstall "Development tools"4、安装其他必须包yum install zlib-devel bzip2-deve...
分类:编程语言   时间:2014-04-30 00:59:31    阅读次数:443
[ejoy2d] - 安装
1. 安装openglessudo apt-get install libgles-mesa-dev2. 安装glew 1.9下载codehttp://sourceforge.net/projects/glew/files/glew/makesudo make install3. 安装freetyp...
分类:其他好文   时间:2014-04-30 00:58:28    阅读次数:506
ubuntu1404_server搭建lamp
ubuntu server版可直接一键安装lamp环境apt-get install lamp-server^根据提示输入所需设置密码即可,其配置文件跟编译安装的apached等区别很大apache配置文件所在目录:/etc/apache2主要配置文件:apache2.conf、sites-avai...
分类:其他好文   时间:2014-04-30 00:26:41    阅读次数:477
DefaultActionInvocation 源码
/** * Copyright 2002-2006,2009 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use ....
分类:其他好文   时间:2014-04-29 21:16:42    阅读次数:532
《Apache之虚拟主机的配置》——RHEL6.3
1、安装httpd软件包:Yum install httpd2、启动apache服务:[root@redhat Desktop]# /etc/init.d/httpd startStarting httpd: [ OK ]3、安装mod-ssl软件包[root@redhat Desktop]# yu...
分类:其他好文   时间:2014-04-29 20:50:11    阅读次数:431
ubuntu下tcpdump使用
Ubuntu默认是安装好了tcpdump工具的,如果没有安装的话使用sudo apt-get install tcpdump即可安装。 (如果遇到tcpdump: no suitable device found的问题,检查一下是不是在用root权限运行tcpdump,tcpdump只能在root权...
分类:其他好文   时间:2014-04-29 20:18:22    阅读次数:620
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!