码迷,mamicode.com
首页 >  
搜索关键字:console page status    ( 39775个结果
远程线程注入dll
// 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
hadoop_day1
下午 开启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
fmt 国际化格式标签库(读取application.properties文件)
国际化格式标签库包括国际化,消息和数字日期格式化: (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格式转换!(已解决)
LigerUi-js中ajax前台调用后台Json格式转换!(已解决)  success: function (data, status)                     {                         var aaa = JSON2.stringify(data);                         alert(aaa ); }...
分类:Web程序   时间:2014-06-20 12:17:23    阅读次数:972
weblogic的BEA-000438错误解决
下图是启动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大内置对象
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 转换器
Struts2为页面展示数据提供了良好的支持,使开发者可以自定义输出的值。比如,你数据库有个status字段,存储的是整数类型的数据,不同的数字代表着不同的意义。那么在页面展示数据的时候必然不能展示出数值!!有以下几种解决方案:一、使用struts2的标签库中的。 优点:简单方便 缺点:太过于原.....
分类:其他好文   时间:2014-06-07 11:07:53    阅读次数:265
html5 Worker学习
HTML: HTML5 线程交互例子 mainthread.JSfunction html5Worker() { //判断浏览器是否支持 if (typeof (Worker) == "undefined") { console.l...
分类:Web程序   时间:2014-06-07 10:31:54    阅读次数:265
Test Automation With Selenium Using Page Object Design
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
页面的打开一个新的网页 popus.js界面
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!