网站综合信息 xiit.cn
    • 标题:
    • Vincent 
    • 关键字:
    •  
    • 描述:
    •  
    • 域名信息
    • 注册日期:  到期时间:
      邮箱:c645d452cce549a6  电话:
      注册商:浙江贰贰网络有限公司 
    • 服务器空间
    • IP:175.102.4.57 同IP网站1个 详情
      地址:上海市 上海有孚计算机网络有限公司
    • 备案信息
    • 备案号:
    网站收录SEO数据
    • 搜索引擎
    • 收录量
    • 反向链接
    • 其他
    • 雅虎
    •  
    •  
    •  
    • 搜搜
    •  
    •  
    •  
    • 搜狗
    •  
    •  
    • 评级:-/10  
    • 360搜索
    •  
    •  
    •  
    域名流量Alexa排名
    •  
    • 一周平均
    • 一个月平均
    • 三个月平均
    • Alexa全球排名
    • -  
    • 平均日IP
    • 日总PV
    • 人均PV(PV/IP比例)
    • 反向链接
    • dmoz目录收录
    • -  
    • 流量走势图
    域名注册Whois信息

    xiit.cn

    注 册 商: 浙江贰贰网络有限公司
    注册邮箱: c645d452cce549a6

    获取时间: 2016年09月23日 03:53:11
    Domain Name: xiit.cn
    ROID: 20140312s10001s70202853-cn
    Domain Status: ok
    Registrant ID: 22cn151126brqzvf
    Registrant: Information Privacy Protection Services Limited
    Registrant Contact Email: c645d452cce549a6
    Sponsoring Registrar: 浙江贰贰网络有限公司
    Name Server: ns3.22.cn
    Name Server: ns4.22.cn
    Registration Time: 2014-03-12 04:02:22
    Expiration Time: 2017-03-12 04:02:22
    DNSSEC: unsigned
    同IP网站(同服务器)
  • 175.102.4.57 共1个网站 (上海市 上海有孚计算机网络有限公司)
  • Vincent xiit.cn
  • 其他后缀域名
    • 顶级域名
    • 相关信息
    网站首页快照(纯文字版)
    抓取时间:2013年12月16日 16:52:12
    网址:http://xiit.cn/
    标题:Vincent
    关键字:
    描述:
    主体:
    Vincent懂的越多,不懂的越多HomeAboutphp数组转成js json格式数据On September 6, 2011, in JS, PHP, by Vincent项目中要用到JS跨域,所以就动态加载JS内容方法直接传JSON数据显示页面使用方法: $json = json_encode_self($arr);function json_encode_self($a=false){if (is_null($a)) return 'null'; Continue reading »0CommentsLeave A ResponseCentos yum升级PHP5.2 官方源On April 9, 2011, in Centos, PHP, by Vincentcentos5.4安装好后通过yum来安装php的版本是5.1.6,现在很多站点都是在5.2.x上开发的今天安装wordpress一个插件也同样遇到提示php版本要5.2x以上找了很久找到一个官方的一个test repo里面有php5.2.x,安装centos官方的我表示很放心,有木有….首先,  vi /etc/yum.repos.d/CentOS-Testing.repo再将下面内容粘贴进去,保存退出Continue reading »0CommentsLeave A ResponseTagged with: Centos • PHP5.2+Centos yum安装httpd mysqld phpOn April 4, 2011, in Apache, Centos, Linux, Mysql, by Vincent1、一次性安装:yum -y install httpd php mysql mysql-server php-mysql httpd-manual mod_ssl mod_perl mod_auth_mysql php-mcrypt php-gd php-xml php-mbstring php-ldap php-pear php-xmlrpc mysql-connector-odbc mysql-devel libdbi-dbd-mysql2、优化mysqlvi /etc/my.cnf在 [mysqld] 下面加入skip-bdbskip-innodbskip-lockingContinue reading »0CommentsLeave A ResponseTagged with: Apache • Centos • mysql • phpCentOS Apache 支持中文URL mod_encodingOn April 3, 2011, in Apache, Centos, by Vincent使用 RPM 安装mod_encoding,centos下让apache支持中文地址如:http://www.xiit.cn/attachments/lyh/传统论.mp3下载需要二个RPM包,下载地址:iconv_hook-1.0.0-1.i386.rpmmod_encoding-2.2.0-1.i386.rpm1、安装:rpm -ivh iconv_hook-1.0.0-1.i386.rpmrpm -ivh mod_encoding-2.2.0-1.i386.rpmContinue reading »0CommentsLeave A ResponseTagged with: Apache • CentosAJAX JS 包含中文URL提交gb2312编码的实现On March 25, 2011, in JS, by Vincent在Ajax发送url参数传递时,一定会传递含有中文的参数或URL地址,在有些传递页面使用GB2312,而javascript中encodeURI和encodeURIComponent函数编码的都是UTF8var url = "我";codeUrl = gb2312Encode(url);alert(codeUrl);Continue reading »0CommentsLeave A ResponseTagged with: Ajax • gb2312 • JSJS 预加载图片On March 23, 2011, in JS, by Vincent代码很简洁易懂,回调函数为可选项var loadimg=function(imgs,callback){if(!imgs){return false};//参数判断var img=[],len=imgs.length;for(var i=0;iimg[i]=new Image();//新建一个IMG对象img[i].src=imgs[i];}Continue reading »0CommentsLeave A ResponseTagged with: JSubuntu上SSH代理翻墙On March 15, 2011, in Ubuntu, by Vincentlinux下建立Tunnel:ssh -D 7070 -qfnN test@www.xiit.cn再到火狐下附加组件 autoproxy 在autoproxy中选择代理服务器为ssh -D0CommentsLeave A ResponseUbuntu 10.10 系统安装极点五笔On March 15, 2011, in Ubuntu, by Vincent换了电脑装了个Ubuntu 10.10系统,默认的拼音也不错,但一直打五笔的我打拼音很吃力,所以就找了在windows中一直用的极点五笔ibus下用法如下:1.下载附件文件vissible-ibus.tar.gz2. 解压tar xvzf vissible-ibus.tar.gz3. 执行如下命令:cd vissible-ibussudo cp vissible.db /usr/share/ibus-table/tablessudo cp vissible.gif /usr/share/ibus-table/icons4.重启ibus或注销再登录,ibus里添加极点五笔即可注:如原来已经用过,请把~/.ibus/tables/vissible-user.db删除,或者也可以把 vissible.db改成别的*.db。0CommentsLeave A Responsevps开设最低权限的ssh帐号,用于上网代理On March 5, 2011, in Linux, by Vincent最关键的一般就是两步:增加一个linux用户,并赋予该用户一个nologin的shell权限useradd username -s /sbin/nologin设置该用户密码passwd username0CommentsLeave A ResponseCentos yum安装apache+php+mysqlOn January 2, 2011, in Linux, by Vincent首先更新系

    © 2010 - 2020 网站综合信息查询 同IP网站查询 相关类似网站查询 网站备案查询网站地图 最新查询 最近更新 优秀网站 热门网站 全部网站 同IP查询 备案查询

    2025-08-18 07:47, Process in 0.0041 second.