码迷,mamicode.com
首页 >  
搜索关键字:.properties    ( 8587个结果
Anddoi 将时间转换为指定时区的时间
import java.text.Format;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;import java.util.Properties;import jav...
分类:其他好文   时间:2014-06-07 00:21:56    阅读次数:233
JavaMail
使用java发送邮件。包含附件环境windows7jdk6mail.jar代码如下package net.codejava.http;import java.io.IOException;import java.util.Date;import java.util.Properties;import...
分类:编程语言   时间:2014-06-06 22:32:56    阅读次数:401
quartz_spring 定时器配置
quartz:石英,表达精确准时的意思。quartz-all-1.6.1.jar 主要用于定时任务管理。 classpath:config.properties ...
分类:编程语言   时间:2014-06-06 08:40:40    阅读次数:406
View Properties [AX 2012]
View Properties [AX 2012]Other Versions This topic has not yet been rated-Rate this topic Updated:July 20, 2012 Applies To:Microsoft Dynamics AX 2012 ...
分类:其他好文   时间:2014-06-05 20:50:55    阅读次数:360
Table Properties [AX 2012]
Table Properties [AX 2012]1 out of 2 rated this helpful-Rate this topic Updated:July 20, 2012 Applies To:Microsoft Dynamics AX 2012 R2, Microsoft Dyna...
分类:其他好文   时间:2014-06-05 20:02:44    阅读次数:547
Swift的笔记和参考
好久没来了,趁着新语言Swift发布,继续钻研中!Create Class 创建类 (重载效果)// Create Class 创建类class MyClass { // Properties 成员变量 init() { // Constructor 构造函数 ...
分类:其他好文   时间:2014-06-05 16:44:25    阅读次数:197
cxLookupComboBox 控件
cxLookupComboBoxcxLookupComboBox1.Properties.ListSource //数据源cxLookupComboBox1.Properties.ListFieldNames //数据源中某字段名称cxLookupComboBox1.Properties.K...
分类:其他好文   时间:2014-06-05 15:50:36    阅读次数:284
顶点纹理shader
Shader "Custom/VertDisplace" { Properties { _MainTex ("Base (RGB)", 2D) = "white" {} } SubShader {...
分类:其他好文   时间:2014-06-03 16:40:44    阅读次数:262
log4j 配置文件 (XML/.properties)
xml:--------------------------------------------log4j.properties:#日志输出级别为info,根日志器输出目的地为stdout,file log4j.rootLogger=info,stdout, file #stdout为控制台 log...
分类:其他好文   时间:2014-06-02 18:27:21    阅读次数:264
Android SharedPreferences
SharedPreferences的用法很多时候我们开发的软件需要向用户提供软件参数设置功能,例如我们常用的QQ,用户可以设置是否允许陌生人添加自己为好友。对于软件配置参数的保存,如果是window软件通常我们会采用ini文件进行保存,如果是j2se应用,我们会采用properties属性文件进行保...
分类:移动开发   时间:2014-06-01 23:57:16    阅读次数:500
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!