代码搜索:Wrox
找到约 2,023 项符合「Wrox」的源代码
代码结果 2,023
www.eeworm.com/read/114742/6122539
java technicalbook.java
package com.wrox.library;
public class TechnicalBook extends Book {
private String skillLevel;
public String getSkillLevel() {
return skillLevel;
}
public void setSkillLevel(
www.eeworm.com/read/114742/6122550
java userexception.java
package com.wrox.errors;
public class UserException extends Exception {
private String userValue = "null";
public String getUserValue() {
return userValue;
}
public void
www.eeworm.com/read/114741/6122645
java publishexception.java
package com.wrox.publish;
/** The root class of all publishing application exceptions. */
public abstract class PublishException extends Exception {
/**
* Constructs a PublishException
www.eeworm.com/read/124164/14592801
htm trivia_quiz.htm
Wrox Online Trivia Quiz
var questionNumber;
function answerCorrect(questionNumber, answer)
{
// declare a variable to hold ret
www.eeworm.com/read/119979/14815866
cs class1.cs
using System;
using System.Runtime.InteropServices;
namespace Wrox.ProCSharp.COMInterop.Server
{
[InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]
public interface IMathEvents
{
[Di
www.eeworm.com/read/476331/1371796
h singleton.h
#pragma once
namespace Wrox
{
namespace ProCSharp
{
public ref class SomeData
{
};
public ref class Singleton
{
private:
static SomeData^ hData;
public:
static SomeData^
www.eeworm.com/read/476331/1372249
cs program.cs
using System;
namespace Wrox.ProCSharp.Delegates
{
class Program
{
static void One()
{
Console.WriteLine("One");
throw new Exception("Error in one");
www.eeworm.com/read/476331/1372302
cs program.cs
using System;
namespace Wrox.ProCSharp.Delegates
{
class Program
{
delegate string DelegateTest(string val);
static void Main()
{
string mid = ", middle pa
www.eeworm.com/read/476331/1372330
cs program.cs
using System;
using System.Xml.Linq;
namespace Wrox.ProCSharp.SqlServer
{
class Program
{
static void Main()
{
ProCSharpDataContext db = new ProCSharpDataContext(