码迷,mamicode.com
首页 >  
搜索关键字:centos 7.0 hostname static    ( 78606个结果
简单数据类型转换
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleProgamming{ class Program { static void Main(string...
分类:其他好文   时间:2014-05-26 07:00:58    阅读次数:182
LNMP一键安装脚本
#!/bin/bash#LNMP(Fastcgi)#CentOS 6.3 + Nginx 1.2.x + PHP 5.3.15 + MySQL 5.5#2014-4-25iptables -Fiptables -Xiptables -Ziptables -A INPUT -p tcp --dport...
分类:其他好文   时间:2014-05-26 06:51:33    阅读次数:323
LNMP搭建(CentOS 6.3+Nginx 1.2.0+PHP 5.3.15(fpm)+ MySQL 5.5.35)
Nginx(“engine x”) 是一个高性能的 HTTP 和反向代理服务器,也是一个 IMAP/POP3/SMTP 代理服务器。 Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler.ru 站点开发的,它已经在该站点运行超过三年了。Igor 将源代码以类BSD许可证的形...
分类:数据库   时间:2014-05-26 06:49:30    阅读次数:479
回调函数的应用误区4(c/s OK版本回调小程序)
##################dll.h###################pragma oncetypedef void (*CALLBACK)(int );typedef struct handleCB{ CALLBACK t_fun;}stCallBack;static stCallB...
分类:其他好文   时间:2014-05-26 06:22:27    阅读次数:275
Yum只更新安全补丁的方法
当大家想只给centos系统更新补丁的时候,往往会把其他一些无用的组件给更新下来,现在就给大家说下怎么只更新补丁而又不更新其他组件.1.安装yum插件即可:yum install yum-security2.检查安全更新yum --security check-update3.只安装安全更新yum ...
分类:其他好文   时间:2014-05-24 13:01:02    阅读次数:531
根据手机的分辨率从 dp 的单位 转成为 px(像素)
/** * 根据手机的分辨率从 dp 的单位 转成为 px(像素) */ public static int dip2px(Context context, float dpValue) { final float scale = context.getResources().getDispla.....
分类:移动开发   时间:2014-05-24 12:46:52    阅读次数:313
解决centos yum安装"No package nginx available."问题
问题原因:nginx位于第三方的yum源里面,而不在centos官方yum源里面解决方法:安装epel(Extra Packages for Enterprise Linux)a、去epel网站http://fedoraproject.org/wiki/EPEL下载b、我的系统是centos5.7,...
分类:其他好文   时间:2014-05-24 11:50:20    阅读次数:276
linux(centos)命令
Linux(CentOS)目录操作命令、文件操作命令、压缩解压缩命令转自:([曾恩])http://www.cnblogs.com/zengen/archive/2011/09/01/2161728.html一、目录操作命令 ls命令 — 功能说明:显示文件和目录列表。 — 命令格式:...
分类:系统相关   时间:2014-05-24 11:42:06    阅读次数:397
winform程序限制只能打开一个进程
有很多方案,先来最傻瓜式的 :static class Program { /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { if(System.Diagnostics.Process....
分类:Windows程序   时间:2014-05-24 11:30:48    阅读次数:394
[LTMP搭建] Centos 6.5 安装 Mysql
接上篇:http://www.cnblogs.com/antarctican/p/3714422.html一、 安装 Mysql 5.1.73. 官方:http://dev.mysql.com/downloads/file.php?id=450523http://cdn.mysql.com/Down...
分类:数据库   时间:2014-05-24 10:37:09    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!