摘要:
今儿个重装了个系统,win8 64位。接着装了个64位的oracle11g,oracle11g下载页面:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html,找到适合自己系统的数据库,需要...
阅读全文
posted @ 2015-07-28 23:22
~向阳花~
阅读(2151)
推荐(0)
摘要:
在imp 还原数据库的时候出现问题如下; 这个问题是 你用 expdp导出的 却用客户端的 imp 导入;换成impdp导入即可。当用impdp导入(impdp EMMS/EMMS123 directory=expdir dumpfile=EMMS2.dmp) 却发现 【IMPDP】使用工具IMPD...
阅读全文
posted @ 2015-07-28 13:59
~向阳花~
阅读(33192)
推荐(0)
摘要:
提示:未找到文件 E:\app\Administrator\product\11.2.0\dbhome_5\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear下载的文件有2个 如下图;将2of2 Componets 文件中的信息考到...
阅读全文
posted @ 2015-07-28 11:13
~向阳花~
阅读(2945)
推荐(0)
摘要:
1. WebService SOAP、WSDL、UDDISOAP(Simple Object Access Protocal,简单对象访问协议),是在分散或在分布式环境中交换信息的简单协议。WSDL(Web Services Description Language,Web服务描述语言) 对WebS...
阅读全文
posted @ 2015-02-07 17:49
~向阳花~
阅读(250)
推荐(0)
摘要:
Web 技术大致的时间轴1991 HTML1994 HTML 21996 CSS 1+JavaScript1997HTML 41998 CSS22000 XHTML 12002 使用DIV+CSS进行网页布局2005 AJAX2009 HTML 51.什么是 HTML 5?HTML5 (约)= HT...
阅读全文
posted @ 2015-02-03 23:31
~向阳花~
阅读(208)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 简单工厂{ class Program { ...
阅读全文
posted @ 2015-01-30 00:22
~向阳花~
阅读(152)
推荐(0)
摘要:
private void AddStudent(){string strName =txtName.Text.Trim();string strPwd = txtPwd.Text.Trim();string strSql ="insert into Student (name,pwd)values(...
阅读全文
posted @ 2015-01-26 23:40
~向阳花~
阅读(539)
推荐(0)
摘要:
public void testTrasaction() throws Exception{PersonSQLiteOpenHelper helper = new PersonSQLiteOpenHelper(getContext());SQLiteDatabase db = helper.getW...
阅读全文
posted @ 2015-01-18 19:18
~向阳花~
阅读(424)
推荐(0)
摘要:
package com.example.db.dao;import java.util.ArrayList;import java.util.List;import android.content.ContentValues;import android.content.Context;import...
阅读全文
posted @ 2015-01-18 18:35
~向阳花~
阅读(631)
推荐(0)
摘要:
package com.example.db;import android.content.Context;import android.database.sqlite.SQLiteDatabase;import android.database.sqlite.SQLiteDatabase.Curs...
阅读全文
posted @ 2015-01-13 23:19
~向阳花~
阅读(408)
推荐(0)