代码搜索:notepad
找到约 3,424 项符合「notepad」的源代码
代码结果 3,424
www.eeworm.com/read/277343/4156332
java notepad.java
package notepad;
import java.awt.Toolkit;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
import java.awt.Dimension;
/**
* Title:
*
* Description:
*
www.eeworm.com/read/277343/4156337
java notepad.java
package notepad;
import java.awt.Toolkit;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
import java.awt.Dimension;
/**
* Title:
*
* Description:
*
www.eeworm.com/read/271123/4230373
java notepad.java
/*
* Copyright (C) 2007 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy
www.eeworm.com/read/449059/1682507
c notepad.c
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/449059/1682509
h notepad.h
#ifndef NOTEPAD_H
#define NOTEPAD_H
#define IDM_GB2312 393
#define NOTEPADDAT "data/notepad.dat"
struct NOTEPAD
{
char topic[50];
char content[200];
time_t time;
};
struct NOTEPA
www.eeworm.com/read/437225/1835917
config notepad.config
.notepadcontent {
border-style:none;
font-family:courier;
font-size:12px;
letter-spacing:0pt;
line-height:16px;
padding:8px;
width:100%;
overflow-y:hidden;
word-break: break-all; let