代码搜索:XQuery
找到约 84 项符合「XQuery」的源代码
代码结果 84
www.eeworm.com/read/264467/11313071
txt install.txt
Copy this .ZIP file to new directory c:\xquery and
extract all files there. Uncompress with -d option of PKUNZIP in order to preserve
subdirectories structure.
If you find any problems during in
www.eeworm.com/read/250442/12406872
ppt 第三讲-xquery.ppt
www.eeworm.com/read/107849/15598874
txt 保证你现在和未来不失业的十种关键技术.txt
保证你现在和未来不失业的十种关键技术
在当今的IT就业市场,有人欢喜有人忧。有人对目前的工作和薪水很满意,有人目前正面临着下岗,或者已经下岗……
可能你是公司里唯一谙熟某项关键技术的高手,缺了你,公司便玩不转了;也可能你所在的公司对你现有的专业技能高枕无忧,认为你在任期内足以胜任公司给你的开发任务(当然就不会再花银子去培训你啦)。
不要告诉我你们公司对原来用VB3开发 ...
www.eeworm.com/read/354620/10342018
cpp uishowdlg.cpp
// UIShowDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "UIShow.h"
#include "UIShowDlg.h"
#include ".\uishowdlg.h"
#include "tinyxml.h"
#include
#ifdef _DEBUG
#define new DEBUG_N
www.eeworm.com/read/305303/3774716
exp xqts-trace.exp
XQuery-trace: msg 1 2 3
XQuery-trace: The Value of $var is: 123
XQuery-trace: The Value of $var + 1 is: 2
XQuery-trace: The Value of $var + 1 is: 3
XQuery-trace: The Value of $var + 1 is: 4
XQuery
www.eeworm.com/read/305303/3774707
java testmisc.java
package gnu.xquery.testsuite;
import gnu.expr.*;
import gnu.mapping.*;
import gnu.xquery.lang.*;
import gnu.text.*;
public class TestMisc
{
static { XQuery.registerEnvironment(); }
static XQuery
www.eeworm.com/read/305303/3774739
java castableas.java
package gnu.xquery.util;
import gnu.kawa.reflect.*;
import gnu.xquery.lang.XQuery;
import gnu.bytecode.*;
import gnu.kawa.xml.*;
import gnu.expr.*;
public class CastableAs extends InstanceOf
{
publ
www.eeworm.com/read/454105/1633547
java addresstype.java
/*
* XML Type: addressType
* Namespace: http://xmlbeans.apache.org/samples/xquery/employees
* Java type: org.apache.xmlbeans.samples.xquery.employees.AddressType
*
* Automatically generated