码迷,mamicode.com
首页 >  
搜索关键字:no source available    ( 19870个结果
【三分钟教程】轻松使用XMPP实现iOS单聊教程(附源码)
编号需要修改的代码1//// Prefix header//// The contents of this file are implicitly included at the beginning of every source file.//#import//服务器IP#define kXMPP...
分类:移动开发   时间:2014-05-26 14:51:52    阅读次数:782
关于shell环境变量的思考
shell中执行sh文件时需要开子进程,因此export的环境变量在子进程中,若想要sh中定义的脚本生效,使用source命令,并且可以被子进程继承。而子进程export的内容父进程获取不到
分类:其他好文   时间:2014-05-26 13:51:41    阅读次数:226
在eclipse下安装ADT插件出错的解决办法
通过Google大神,在国外网站,找到相应的解决办法!还是Google比较权威呀。Go to Help, "Install New Software..."Click on "Available Sofware Sites"Searchhttp://download.eclipse.org/rele...
分类:系统相关   时间:2014-05-26 09:14:20    阅读次数:258
install source nginx 1.6.0
yum install gcc pcre-devel zlib-devel openssl-develwget http://nginx.org/download/nginx-1.6.0.tar.gz./configure --with-http_stub_status_module --with-...
分类:其他好文   时间:2014-05-26 07:58:20    阅读次数:253
详细图解 Flume介绍、安装配置
写在前面一: 本文总结“Hadoop生态系统”中的其中一员——Apache Flume 写在前面二: 所用软件说明: 一、什么是Apache Flume 官网:Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and m...
分类:其他好文   时间:2014-05-26 04:32:10    阅读次数:359
centos 6.5 LAMP
貌似靠谱(主要centos默认有httpd,是否需要将其remove然后再安装啊,我采用到方法是没有安装,直接用的默认的),大致就是这个样子吧----zzLAMP is a combination of operating system and open-source software stack....
分类:其他好文   时间:2014-05-26 02:43:43    阅读次数:321
cenots 下的 lamp
用 putty连接数据库:mysql -uroot -p密码创建数据库:create database dbname charset utf8;导入数据库 .sql文件, 把 .sql 文件放到 cenots,如下放在 /var/www/html/ 下source /var/www/html/dat...
分类:其他好文   时间:2014-05-26 02:25:03    阅读次数:234
CSS经验分享:如何书写可维护的CSS代码01
转自:http://www.cnblogs.com/hxling/archive/2013/02/21/2920520.html一、在样式表开头添加一个注释块,用以描述这个样式表的创建日期、创建者、标记等备注信息。Example Source Code:/*---------------------...
分类:Web程序   时间:2014-05-26 02:14:12    阅读次数:273
activeMQ
ActiveMQ is the most popular and powerful open source Message Bus.ActiveMQ是一个完全支持JMS1.1和J2EE 1.4规范的JMS Provider实现,尽管JMS规范出台已经是很久的事情了,但是JMS在当今的J2EE应用中间...
分类:其他好文   时间:2014-05-26 02:12:12    阅读次数:226
解决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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!