码迷,mamicode.com
首页 >  
搜索关键字:root port 根端口    ( 73405个结果
centOS 6.5(64位)安裝fcitx輸入法
參考文章:http://blog.csdn.net/yang1982_0907/article/details/171004090. 用root账户登录系统1. 卸载iBusyum remove ibus2. 将RHEL 6.4的软件源更换为CentOS 6.4的软件源参考博文:http://blo...
分类:其他好文   时间:2014-06-03 13:56:35    阅读次数:684
基于jQuery的TreeGrid组件详解
一、TreeGrid组件相关的类 1、TreeGrid(_config) _config:json格式的数据,组件所需要的数据都通过该参数提供。2、TreeGridItem(_root, _rowId, _rowIndex, _rowData) _root:显示组件实例的目标容器对象。 _rowId...
分类:Web程序   时间:2014-06-03 13:55:51    阅读次数:446
vsftpd配置
环境:CentOS 5.0 操作系统一.安装:1.安装Vsftpd服务相关部件:[root@KcentOS5 ~]# yum install vsftpd*Dependencies Resolved===================================================...
分类:其他好文   时间:2014-06-03 13:18:20    阅读次数:388
windows 与 Linux SOCKET通讯
windows client 端口// Def_win_client_socket_test.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #pragma comment(lib,"ws2_32.lib")#define PORT 4000#de...
分类:Windows程序   时间:2014-06-03 12:07:25    阅读次数:400
centos 快速安装memcached
1、由于CentOS系统默认源没有memcache安装包,因此需要导入第三方的源。执行如下两条命令:[root@EACNCTCSHHSHH00B001 data]# wget ftp://fr2.rpmfind.net/linux/epel/5/ppc/epel-release-5-4.noarch...
分类:其他好文   时间:2014-05-30 18:40:22    阅读次数:325
linux下svn服务器的搭建
网上的教程实在是太恶心了,不是太老,就是有问题,刚参考的一篇文章也有问题。自己记录下来,以后用就方便了,现在一边重新安装一遍,一边记录。笔者亲测,今天是5月29号深夜。linux用的是centos6.2,yum install subversion,安装svn服务端。本篇操作均为root用户权限。1...
分类:系统相关   时间:2014-05-30 17:05:23    阅读次数:335
adb常用命令
由于Android是基于Linux内核的操作系统。因此,在Android上可以执行Shell命令。 chenbjin@acer:~$adbshell shell@android:/ $ su 拿到root权限 ls 查看文件夹 cd 改变目录 cat 查看文件 rm 删除文件 mkd...
分类:数据库   时间:2014-05-30 16:58:36    阅读次数:380
Ubuntu 13.04 & 开发板 ---- NFS服务配置
Ubuntusudo apt-get install nfs-kernel-serversudo apt-get install rpcbindsudo vim /etc/exports/home/xxx *(rw, sync, no_root_squash)sudo /etc/init.d/nfs...
分类:其他好文   时间:2014-05-30 16:40:55    阅读次数:212
Sum Root to Leaf Numbers
Given a binary tree containing digits from0-9only, each root-to-leaf path could represent a number.An example is the root-to-leaf path1->2->3which rep...
分类:其他好文   时间:2014-05-30 16:32:52    阅读次数:226
我遇到的警告错误及解决方法
Warning: Latch audio_deal:audio_deal_inst|val_vrefl[2] has unsafe behavior Warning: Ports D and ENA on the latch are fed by the same signal audio_dea....
分类:其他好文   时间:2014-05-30 16:23:13    阅读次数:843
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!