Light  Rain serena

«August 2025»
12
3456789
10111213141516
17181920212223
24252627282930
31


公告

期待

超级好友 Rachel


我的分类(专题)

首页(262)
知识积累(40)
乐瑟温柔(108)
经验杂谈(20)
良辰吉日(2)
杂七杂八(57)
天景共赏(10)
感触文字(23)


最新日志
sunshine girl
过云雨
summer whisper
边走边唱
岛歌
不必在乎我是谁
如果有来生
Fing Fing 下
大明宫
我没有魅力

最新回复
回复:边界类、控制类、实体类
回复:边界类、控制类、实体类
回复:边界类、控制类、实体类
回复:《极地特快》插曲《When Chr
回复:边界类、控制类、实体类
回复:不必在乎我是谁
回复:边界类、控制类、实体类
回复:如果有来生
回复:Fing Fing 下
回复:我没有魅力

留言板
签写新留言

老大&老师,我想你.....
好文好多阿
886电台 好听
cai
您的子域名已开通
hi
祝福
祝福

你好

统计
blog名称:小雨
日志总数:262
评论数量:1273
留言数量:15
访问次数:4665704
建立时间:2005年1月8日

链接

有事?
音乐,永不厌倦
宁静的心情驿站
我的声音
TIPOblog
tipo bbs
appleVB
网页设计
英语学习2
英语学习3
FLASH
网络书籍
网络电台



我的博客朋友
最有技术的blog
xenium
花差花差
瓜少
span
a lai
琦少
陈少
v
阿当
http://www.ypb.cc/
痞子若鱼
另一个同行
年轻人bcims

 




W3CHINA Blog首页    管理页面    写新日志    退出

[知识积累]red hatROOT密码忘记的解决办法
小雨 发表于 2009/7/13 21:27:47

用GRUB引导系统进入单用户步骤:
  (1) 启动GRUB,选择Red Hat Linux的选项,然后键入 e 来编辑;
  (2) 选择以kernel开头的一行,再按e 键,在此行的末尾,按空格键后输入single,以回车键来退出编辑模式;
  (3) 回到了 GRUB 屏幕后,键入 b 来引导进入单用户模式。
  进入单用户后,passwd 程序来设置root的新密码
  # passwd root
  # reboot
  重启系统后,root 密码已被更新

阅读全文(6194) | 回复(0) | 编辑 | 精华 | 删除

[知识积累]vc 访问带返回值的存储过程 ,纯粹记录免得到处找
小雨 发表于 2009/3/19 20:35:53

#import "MSADO15.DLL" no_namespace rename("EOF","rsEOF") void CTestDlg::OnOK()
{
CoInitialize(NULL);     // Define ADO object pointers.
    // Initialize pointers on define.
    // These are in the ADODB::  namespace.
 
    _CommandPtr   pcmdByRoyalty = NULL;     _ConnectionPtr pConnection = NULL;
    _ParameterPtr m_pParam;  

阅读全文(4450) | 回复(1) | 编辑 | 精华 | 删除

[知识积累]有验证返回消息的 struts
小雨 发表于 2007/12/8 16:51:57

1 资源文件MessageResources.properties #   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements.  See the NOTICE file distributed with
#   this work for additional information regarding copyright ownership.
#   The ASF licenses this file to You under the Apache License, Version 2.0
#   (the "License"); you may not use this file except in complianc
阅读全文(3606) | 回复(1) | 编辑 | 精华 | 删除

[知识积累]带验证的 struts
小雨 发表于 2007/12/2 21:23:00

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this fil
阅读全文(3436) | 回复(0) | 编辑 | 精华 | 删除

[知识积累]我的第一个struts
小雨 发表于 2007/12/2 12:14:20

环境 tomcat5.5 ,jdk1.5 ,struts1.3.8 1 index.jsp <%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> <!-- :TODO: It would be interesting to try this with frames and modules -->
<html>
<head>
<title>RegUser</title>
</head>
<body bgcolor="white">
<html:form action="/RegUser" focus="logname"&
阅读全文(3352) | 回复(1) | 编辑 | 精华 | 删除

[知识积累]水晶报表
小雨 发表于 2007/5/19 10:24:40

版本:9 密钥:AAP5GKS0000GDE100DS  
注册号:6707437608  BookBll bb=new BookBll();
  BookViewDS ds=bb.GetBook();
  SellReport sr=new SellReport();
  sr.SetDataSource(ds);
  CrystalReportViewer1.ReportSource=sr;
阅读全文(3025) | 回复(0) | 编辑 | 精华 | 删除

[知识积累]c# 数据导航
小雨 发表于 2007/4/21 0:54:21

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;
namespace WindowsApplication1
{
 /// <summary>
 /// Form1 的摘要说明。
 /// </summary>
 public class Form1 : System.Windows.Forms.Form
 {
  private System.Windows.Forms.TextBox textBox1;
  private System.Windows.Forms.Button button1;<
阅读全文(3327) | 回复(0) | 编辑 | 精华 | 删除

[知识积累]j2me rms
小雨 发表于 2007/3/31 16:57:09

import javax.microedition.rms.*;
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
import javax.microedition.io.*;
import java.util.Enumeration;
import java.io.*;
public class testRms extends MIDlet implements CommandListener
{
 List list,choose;
 
 Command back;
 Display display ;
 RecordStore rs=null;
 public void startApp()
 {
   display=Display.getDisplay(this);
   back
阅读全文(2885) | 回复(0) | 编辑 | 精华 | 删除

[知识积累]j2me and servlet
小雨 发表于 2007/3/29 1:07:01

1 j2me /*
* HttpMidlet.java
*/
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import javax.microedition.io.*;
import java.io.*;
public class test extends MIDlet implements CommandListener,Runnable {
//使用默认的URL。用户可以从图形用户接口改变这个值
private static String defaultURL = "http://localhost:7001/applications/testServlet"; // 主MIDP 显示
private Display myDisplay = null
阅读全文(3757) | 回复(1) | 编辑 | 精华 | 删除

[知识积累]使用weblogic 8.1 的jdbc
小雨 发表于 2007/3/17 19:47:59

  <%@ page session="true" %>
<%@ page contentType="text/html;charset=gb2312" %> <%@ page import="javax.sql.*"%>
<%@ page import="java.sql.*"%>  
<%@ page import="javax.naming.*"%> 
   
<!
阅读全文(4529) | 回复(0) | 编辑 | 精华 | 删除

« 1 2 3 4 »
站点首页 | 联系我们 | 博客注册 | 博客登陆

Sponsored By W3CHINA
W3CHINA Blog 0.8 Processed in 0.125 second(s), page refreshed 144758229 times.
《全国人大常委会关于维护互联网安全的决定》  《计算机信息网络国际联网安全保护管理办法》
苏ICP备05006046号