1 2 import java.awt.*; 3 import javax.swing.*; 4
import java.awt.event.*; 5 6 class WindowActionEvent extends JFrame 7 { 8
JTextField text;...
分类:
编程语言 时间:
2014-05-09 04:43:08
阅读次数:
289
Android 和 PHP 之间进行数据加密传输[代码] [Java]代码1 mcrypt = new
MCrypt();2 /* Encrypt */3 String encrypted = MCrypt.bytesToHex(
mcrypt.encrypt("Text to E...
分类:
移动开发 时间:
2014-05-09 04:31:05
阅读次数:
442
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Net.Mail;namespace MailGet{ public
class Utility ...
分类:
其他好文 时间:
2014-05-09 03:30:26
阅读次数:
269
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.IO;using NPOI.SS.UserModel;using
NPOI.XSSF.UserModel;na...
分类:
其他好文 时间:
2014-05-09 03:29:58
阅读次数:
318
1 HTML入门 HTML 指的是超文本标记语言 (Hyper Text Markup
Language) 扩展名: .html 或 .htm 需要使用浏览器进行解析(查看) HTML源...
分类:
Web程序 时间:
2014-05-09 03:07:12
阅读次数:
415
今天用chomme测试时候发现,我的标签的圆点跑到右边去了。我的标签中有标签。综合分析了一下:除chomme之外,所有浏览器标签的圆点都绝对定位在标签之外,而chomme的圆点是在标签里面
(说明:属于标签内容的一部分)当我标签的标签给了float:left之后,圆点就被挤到右边去了。解决办法:中的...
分类:
其他好文 时间:
2014-05-09 03:02:05
阅读次数:
243
目前认识到的ES就是进行了简单的name匹配,age过滤。来试试更高级的-全文检索-一个传统数据库依然挣扎的任务。现在要搜索对”rock
climbing“感兴趣的员工信息,如下:GET /megacorp/employee/_search{ "query":{ "match":{ ...
分类:
其他好文 时间:
2014-05-09 02:51:06
阅读次数:
251
ODPS中的TaskContext类有几个write函数write(Record
record)用来输出到默认输出表write(Record record, String label)用来输出的label的输出表write(Record
key, Record value) 用来Map后输出到中间表
分类:
其他好文 时间:
2014-05-09 00:14:26
阅读次数:
335
package FormatData;import
java.text.DateFormat;import java.util.regex.Matcher;import
java.util.regex.Pattern;import com.sun.org.apache.xerces.internal...
分类:
其他好文 时间:
2014-05-09 00:05:49
阅读次数:
532
格式化源码是很常见的需求,emacs有个indent-region函数用于格式化选定的代码,前提是你处在某个非text
mode下,如c-mode或者java-mode之类。如果要格式化整个文件,你需要先选定整个文件(C-x-h),然后调用indent- region(或者
C-M-\ )。两个命....
分类:
其他好文 时间:
2014-05-08 23:11:40
阅读次数:
395