this.KeyPreview = true;。。。private void Form1_KeyDown(object sender, System.Windows.Forms.KeyEventArgs e) { if (e.KeyCode == Keys.F1) { // Display a po...
http://blog.tianya.cn/blogger/post_read.asp?BlogID=5303305&PostID=75528616&page=1
http://blog.tianya.cn/blogger/post_read.asp?BlogID=5303305&PostID=75528815&page=1
http://blog.tianya.cn/blogger/po...
分类:
其他好文 时间:
2014-12-19 23:25:13
阅读次数:
259
public class TabExample extends KJActivity { @BindView(id = R.id.bottombar_content1, click = true) public RadioButton mRbtn1; @BindView(id = ...
分类:
其他好文 时间:
2014-12-19 12:51:40
阅读次数:
160
UML建模工具Visio 、Rational Rose、PowerDesign的比较应用最广的由两种种1. Rational Rose,它是ibm的 。2.Microsoft的 Microsoft Office Visio® 2003 3.Enterprise Architect。还有其他工具如Po...
分类:
其他好文 时间:
2014-12-19 11:27:10
阅读次数:
551
INDEX OF QUERIES
Source Document: Purchase Order:
1: po_headers_all (sql)
2: po_lines_all (sql)
3: po_line_locations_all (sql)
4: po_distributions_all (sql)
Accounting Related Da...
分类:
数据库 时间:
2014-12-18 13:36:54
阅读次数:
302
POJO(pure old java object)是普通java类,有一些private的参数作为对象的属性,然后针对每一个参数定义get和set方法访问的接口。我看到这个定义,心里就有个疑问了,这个POJO跟JavaBean的定义怎么就这么像?两者有什么区别?POJO其实是比javabean更纯...
分类:
编程语言 时间:
2014-12-17 06:42:28
阅读次数:
173
需求请见:http://pan.baidu.com/s/1pJPsYF5
有机会希望再补po到blog上面~
首先用menu把进入后的框架搭起来
/*
* 各级菜单显示
*/
package com.pb.menu;
public class Menu {
/**
* 登陆菜单
*/
public void login() {
System.out.println("欢...
分类:
其他好文 时间:
2014-12-13 09:39:44
阅读次数:
148
Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each word is a valid dictionary word.Return all such po...
分类:
其他好文 时间:
2014-12-12 06:38:58
阅读次数:
242
原文:http://shumeipai.nxez.com/2014/09/30/raspberry-pi-led-status-detail.html?variant=zh-cnLED亮灯状态LED颜色功能正常状态ACT绿色card status闪烁:SD卡正在活动(类似电脑的硬盘灯)PWR红色po...
分类:
其他好文 时间:
2014-12-11 08:51:51
阅读次数:
2211