// CommonInject.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
#include
#include
#include
using namespace std;
#include
#pragma comment(li...
分类:
编程语言 时间:
2014-06-20 13:09:49
阅读次数:
306
下午
开启ssh服务:service sshd status
rsa:金融界的加密算法
exit
第一次exit是从ssh退出,第二次是退出终端
ssh hadoop0:使用ssh连接主机名为hadoop0(换成ip地址也行) 的机器
使用ssh和服务器(Linux)进行连接:ssh是加密的连接,相当于过了一圈,又回到了原点,但是是加密了的。
secure shell==s...
分类:
其他好文 时间:
2014-06-20 12:51:48
阅读次数:
253
国际化格式标签库包括国际化,消息和数字日期格式化:
(1) 国际化:
如:
@ page language="java" contentType="text/html; charset=gb2312" import="java.util.*"%>
@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
@...
分类:
移动开发 时间:
2014-06-20 12:30:54
阅读次数:
300
LigerUi-js中ajax前台调用后台Json格式转换!(已解决)
success: function (data, status)
{
var aaa = JSON2.stringify(data);
alert(aaa );
}...
分类:
Web程序 时间:
2014-06-20 12:17:23
阅读次数:
972
下图是启动weblogic时的报错,集群的每个节点启动都报相同的错误:(据说这个错会直接浪费应用服务器30%的性能)
从weblogic console看下JDK版本:1.5.0_12
从服务器看自己安装的JDK版本:1.6.0_22
综上两点初步分析:此错误可能是weblogic自带的JDK版本与自己安装的JDK版本不一致引起的!
解决思路:需要修...
分类:
Web程序 时间:
2014-06-07 14:00:51
阅读次数:
368
JSP中一共预先定义了9个这样的对象,分别为:request、response、session、application、out、
pagecontext、config、page、exception
1、request对象
request 对象是 javax.servlet.httpServletRequest类型的对象。 该对象代表了客户端的请求信
息,主要用于接受...
分类:
Web程序 时间:
2014-06-07 13:36:24
阅读次数:
161
Struts2为页面展示数据提供了良好的支持,使开发者可以自定义输出的值。比如,你数据库有个status字段,存储的是整数类型的数据,不同的数字代表着不同的意义。那么在页面展示数据的时候必然不能展示出数值!!有以下几种解决方案:一、使用struts2的标签库中的。
优点:简单方便 缺点:太过于原.....
分类:
其他好文 时间:
2014-06-07 11:07:53
阅读次数:
265
HTML: HTML5 线程交互例子 mainthread.JSfunction
html5Worker() { //判断浏览器是否支持 if (typeof (Worker) == "undefined") { console.l...
分类:
Web程序 时间:
2014-06-07 10:31:54
阅读次数:
265
WebDriver IntroductionA different way of
automating the browser.. Create a browser-specific driver to control the browser
directly and have to do this...
分类:
其他好文 时间:
2014-06-07 07:14:40
阅读次数:
290
StringBuilder s = new StringBuilder();
s.Append(""); Type cstype = this.GetType(); ClientScriptManager cs =
Page.ClientScript; string sname = "lt"; if...
分类:
Web程序 时间:
2014-06-07 06:54:53
阅读次数:
318