Problem DescriptionFor each prefix of a given string S with N characters (each character has an ASCII code between 97 and 126, inclusive), we want to ...
分类:
其他好文 时间:
2015-04-07 13:48:22
阅读次数:
129
PHP Native Interface (PNI) is a PHP extension that enables PHP code to call and be called by native applications (programs specific to a hardware and ...
分类:
Web程序 时间:
2015-04-07 13:33:58
阅读次数:
141
Objective-C数组相关操作。// insert code here...NSLog(@"数组");//指定多个字符串创建数组NSArray *array;array=[NSArrayarrayWithObjects:@"0-asd",@"1-fds",@"2-哈咯",@"3-个人",nil]...
分类:
编程语言 时间:
2015-04-07 13:30:01
阅读次数:
151
核心在于线程操作
//source code
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JProgressBar;
import java.awt.BorderLayout;
import java.awt.event.ActionEvent;
import java.awt....
分类:
其他好文 时间:
2015-04-07 12:05:44
阅读次数:
140
一:JTextField ,最简单的文本组件
//source code
import java.awt.GridLayout ;
import javax.swing.JTextField ;
import javax.swing.JFrame ;
import javax.swing.JButton ;
import javax.swing.JLabel ;
class Tes...
分类:
其他好文 时间:
2015-04-07 12:04:55
阅读次数:
148
源代码:
//source code
import java.awt.Container ;
import java.awt.GridLayout ;
import java.awt.Font ;
import java.awt.event.WindowListener ;
import java.awt.event.WindowEvent ;
import java.awt.event.Win...
分类:
其他好文 时间:
2015-04-07 12:04:26
阅读次数:
175
导包导的恶心,真是马上要对notepad累觉不爱了,好在顺利导完。。
监听按键信息
//source code
import java.awt.Color ;
import java.awt.Font ;
import java.awt.GridLayout ;
import java.awt.event.ActionEvent ;
import java.awt.event.Ac...
分类:
其他好文 时间:
2015-04-07 12:02:52
阅读次数:
203
历时五天终于把所有的常用swing界面组件过了一遍,很多细节还需日后加深。愈发体会熟练查阅jdk文档的重要性,java各种类和方法太繁琐根本记不住,只能靠熟练的文档粘贴,用Eclipse会好很多。
源代码:
//source code
import java.awt.BorderLayout ;
import java.awt.event.ActionListener ;
...
原文:css优先级为什么要写这篇文章是因为 Here is a title! View Code 上面代码执行结果是这样的。按照我的理解,body在DOM中比html近,应该会按body h1中定义的绿色来显示文字,但是恰恰相反,文字颜色是紫色的。 原因现在我当然是知道的,因为css中优先级无视DO...
分类:
Web程序 时间:
2015-04-07 11:42:43
阅读次数:
231
Pre-condition: 1.source code(vc6.0+WDK based)Development environment: 2.VS2013 3.WDK 8/8.1Steps: 1.Create a new project. File->New->Visual C++->Windo....