package com.utils;import java.io.BufferedInputStream;import java.io.BufferedOutputStream;import java.io.DataInputStream;import java.io.File;import jav...
分类:
其他好文 时间:
2014-07-16 23:08:39
阅读次数:
145
2.2.1中骨骼动画释放不完全,需要更改源码进行手动释放,释放方法不能放在析构函数和onExit()函数中。第一步修改源码:文件位置:extensions/CocoStudio/Armature/utils/CCDataReaderHelper.cpp; if (pAsyncStruct->imag...
分类:
其他好文 时间:
2014-07-03 07:05:11
阅读次数:
255
Problem1:ThereisnogrammarinformationgeneratedinwadlCause:org.apache.cxf.jaxrs.model.wadl.WadlGeneratorreliesonorg.apache.cxf.jaxrs.utils.ResourceUtilstocreateaJAXBContext,withoutaJAXBContext,nogrammarsectionwillbegeneratedJAXBisnotprintingstacktraceforanypr..
分类:
其他好文 时间:
2014-07-02 06:31:19
阅读次数:
549
检查系统是否安装snmp服务
# rpm -qa|grep snmp
net-snmp-5.3.2.2-17.el5
net-snmp-perl-5.3.2.2-17.el5
net-snmp-devel-5.3.2.2-17.el5
net-snmp-libs-5.3.2.2-17.el5
net-snmp-utils-5.3.2.2-17.el5
net-snmp-libs-5....
分类:
系统相关 时间:
2014-07-01 16:01:00
阅读次数:
386
ISCSI监听在tcp/3260端口iSCSI Target:iscsi-target-utils 客户端认正方式: 1、基于IP 2、基于用户,CHAP tgtadm:命令行工具,模式化命令 --mode 常用模式:target,logicalunit,account ...
分类:
其他好文 时间:
2014-07-01 09:16:17
阅读次数:
263
参考模版/usr/share/doc/vsftpd-2.0.5/EXAMPLE/VIRTUAL_USERS)1.创建虚拟账户[root@localhost~]#yuminstalldb4-utils[root@localhost~]#vim/etc/vsftpd/vlogintomcat #账户名称123456 #密码jerry #账户名称654321 #密码[root@localhost~]#db_load-T-thash-f/etc/vsftpd/vl..
分类:
系统相关 时间:
2014-06-28 06:03:14
阅读次数:
531
参考了各位大大的,然后自己写了个爬虫用到的modules:utils.js --- momentmodule_url.js var http = require("http"); //获得页面数据 var cheerio = require("cheerio")...
分类:
Web程序 时间:
2014-06-27 19:58:25
阅读次数:
278
centos6.4*64Linux挂载windows下共享文件夹mount//192.168.1.21/mnt/pub结果无法正常挂载,提示以下错误,开始以为是因为windows下共享文件夹是ntfs格式的问题,下了一个ntfs-3g,依旧无效,后来发现是少了组件包cifs-utils[root@localhost~]#mount//192.168.1.25/pub/mnt/pubmount:..
一、写xml 文件#include #include "rapidxml/rapidxml.hpp"#include "rapidxml/rapidxml_utils.hpp"#include "rapidxml/rapidxml_print.hpp"using namespace rapidxml...
FROM :http://www.qiansw.com/centos-linux-nfs.htmlNFS是linux常用的一种文件分享工具。下面介绍安装及使用方法。CentOS 5.5yum -y install setup-* initscripts-* nfs-utils-* portmap-*...
分类:
系统相关 时间:
2014-06-25 12:39:03
阅读次数:
297