import java.util.Date;import java.util.Properties;import javax.mail.Authenticator;import javax.mail.Message;import javax.mail.MessagingException;impor...
分类:
编程语言 时间:
2014-06-26 23:26:04
阅读次数:
287
This post introduces how to limit the access scope of the field and method of the object.
分类:
编程语言 时间:
2014-06-26 23:10:37
阅读次数:
418
一、设置编辑器的编码Tools->Tools Properties ->General->File Encoding 设置为UTF-8二、如果数据库为UTF-8,则要在连接时做以下设置cloud_dev?generateSimpleParameterMetadata=true&useUnicode=...
分类:
数据库 时间:
2014-06-26 22:18:34
阅读次数:
416
第一种方法:直接打开了class文件后,在文件中点attach source 按钮,然后添加,如下图:但有时候,class文件中没出现 Attach Source...按钮(不知道为什么)第二种方法:右点击项目-Properties-Java Build Path-Libraries-展开要添加源码...
分类:
系统相关 时间:
2014-06-26 18:57:13
阅读次数:
276
1、下载NDK,
??
android-ndk-r9c-windows-x86_64.zip,解压ndk,截图如下:
2、以编译ndk中的sample为例:
导入sample中的hello-jni项目,导入的项目结果如下:
3、右击项目:helloJni-->右击--->properties--->Builder
4、新建Builder---》Program
5、点击...
分类:
移动开发 时间:
2014-06-26 10:14:42
阅读次数:
291
VCSA数据库用户vpxadmin的密码会在VCSA主机中明文显示;记录vpxadmin密码的文件为/etc/vmware-vpx/vcdb.properties
分类:
数据库 时间:
2014-06-26 06:06:06
阅读次数:
366
在为duilib封装系统控件的过程中, 再一次遇到了系统EDIT控件文字颜色/文字背景颜色的处理问题. 不要小看这个消息, 她很可能不会让你如愿以偿. 其实我要的目的很简单: 1. 改变文字颜色 2. 改变文字背景颜色 下面列举我遇到的几种可以说成是有点奇葩的现象不自动刷新其余部分背景代码: ...
分类:
其他好文 时间:
2014-06-25 12:10:24
阅读次数:
374
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:
其他好文 时间:
2014-06-25 11:14:15
阅读次数:
218
看struts2源码已有一段时日,从今天开始,就做一个总结吧。
首先,先看看怎么调试struts2源码吧,主要是以下步骤:
使用Myeclipse创建一个web工程
导入struts2需要的jar包
如图:
让jar包关联源文件
在上图中的jar包右键,选择properties->java source attach,如果关联成功,双击jar包下的某个class文件就会...
分类:
其他好文 时间:
2014-06-25 07:31:05
阅读次数:
245
boot.properties可以使管理服务器启动时不需要提供密码在所有生产环境中都被使用,随着bea被收购,及Weblogic的发展,其位置发生了改变。boot.properties内容为boot.properties##############################username={your_username}password={your_password}###############..
分类:
Web程序 时间:
2014-06-25 06:16:00
阅读次数:
396