运行环境: 在本地的VirtualBox下运行的Ubuntu 14.04 LTS 0.
查看一下Server的IP地址 ifconfig 我的Server IP是192.168.0.108 1. 安装Nginx 首先更新 APT 包管理
,然后安装Nginx sudo apt-get updates...
分类:
数据库 时间:
2014-05-07 17:28:04
阅读次数:
489
net use \\ip\ipc$ " " /user:" " 建立IPC空链接 net
use \\ip\ipc$ "密码" /user:"用户名" 建立IPC非空链接 net use h: \\ip\c$ "密码" /user:"用户名"
直接登陆后映射对方C:到本地为H: net use h:...
分类:
其他好文 时间:
2014-05-07 17:15:53
阅读次数:
356
本文介绍了通过linux命令行修改IP的方法,通过linux命令行修改IP可以通过以下两种方式实现。方式一:1
ifconfig eth0 192.168.1.18 netmask 255.255.255.0
说明:该种方式可以使改变即时生效,重启后会恢复为原来的IP方式二:1 vi /etc/sy...
分类:
系统相关 时间:
2014-05-07 14:15:24
阅读次数:
401
Failed to open a session for the virtual machine winxp.
The virtual machine 'winxp' has terminated unexpectedly during startup with exit code 1.
Result Code: NS_ERROR_FAILURE (0x80004005)
Compo...
分类:
其他好文 时间:
2014-05-07 12:33:48
阅读次数:
317
首先上header file
#ifndef _SCHED_H
#define _SCHED_H
#define HZ 100
#define NR_TASKS 64
#define TASK_SIZE 0x04000000
#define LIBRARY_SIZE 0x00400000
#if (TASK_SIZE & 0x3fffff)
#error "TASK_...
分类:
系统相关 时间:
2014-05-07 11:56:55
阅读次数:
662
最近做个DG的归档日志删除,[oracle@.local logs]crontab -l
* 8 * * * sh /home/oracle/dbscripts/del_arc.sh
该脚本分别调用 生成 删除 校验 三个脚本cat del_arc.sh
#! /bin/bash
source /home/oracle/.bash_profile
sh /home/oracle/dbscrip...
分类:
数据库 时间:
2014-05-07 11:29:48
阅读次数:
519
导航背景——配置过程——错误(Error)——参考资料背景最近,折腾了一阵子邮箱客户端,包括:Foxmail、thuderbird、outlook;最后,考虑到outlook对文本的强大的支持能力和meeting功能,决定启用微软的outlook,不过在安装过程出现了一些插曲,尤其是添加qq邮箱账户...
分类:
其他好文 时间:
2014-05-07 10:33:19
阅读次数:
515
Cocos2d: jsb: ERROR: File
/Users/dcx_JD/Documents/cocos2d-x-2.2.2/scripting/javascript/bindings/generated/jsb_cocos2dx_auto.cpp:
Line: 4911, Function:...
分类:
Web程序 时间:
2014-05-07 00:41:38
阅读次数:
446
一,Socket 图示:服务端 1,创建socket
2,绑定端口和本机IP,就是让服务器端程序占用端口,是其他客户端程序无法占用此端口 3,打开监听Listen
4,接受客户端的链接Accept()(监听端口接受客户端连接) 5,send,recive客户端 1,创建socket 2,链接到服务器...
分类:
其他好文 时间:
2014-05-07 00:20:18
阅读次数:
349
TFS 2010 配置的时候,提示TF255466错误Error [ System Checks ]
TF255466: The configuration process for Team Foundation Server cannot continue.
A previous update o...
分类:
其他好文 时间:
2014-05-07 00:15:11
阅读次数:
358