apache common email组件小结。这是个很好的玩意,可以支持单发简单邮件,发附件,发HTML格式邮件,小结如下:import java.io.File;import java.io.UnsupportedEncodingException;import java.net.Malform...
分类:
其他好文 时间:
2014-09-26 23:05:58
阅读次数:
343
nihaomain.css.main { font-size:15px; }common.cssa { font-size:12px;}这里会显示12px!虽然看起来class为10,a为1,应该继承10的但是是在没有reset a的样式时才可以继承只要是在本身定义了,就先从本身开...
分类:
其他好文 时间:
2014-09-26 22:46:38
阅读次数:
221
使用普通Windows服务创建Quartz.Net服务项目首先创建Quartz.Net.2.0解决方案,添加 Windows服务 项目,添加安装程序,修改服务运行账户类型为LocalSystem(默认为User)添加C5.dll、Common.Logging.dll、Common.Logging.L...
http://www.cnblogs.com/snandy/archive/2012/12/19/2812935.htmlDeferred对象是由$.Deferred构造的,$.Deferred被实现为简单工厂模式。它用来解决JS中的异步编程,它遵循Common Promise/A规范。实现此规范的...
分类:
Web程序 时间:
2014-09-26 01:35:38
阅读次数:
237
配置默认连接 否则就必须传递参数进去Database db = DatabaseFactory.CreateDatabase(strConString); 我用的微软的Oracle类库 不是Oracle提供的 因此必须用下边的连接串。我遇到的问题是这个样子。其他的地方看看 data common s...
分类:
数据库 时间:
2014-09-25 14:34:09
阅读次数:
398
How do I resolve the CodeSign error: CSSMERR_TP_NOT_TRUSTED?The Xcode build error titled "CSSMERR_TP_NOT_TRUSTED" is a common problem that arises when...
分类:
Web程序 时间:
2014-09-24 23:36:37
阅读次数:
288
题目链接In a rooted tree, thelowest common ancestor(or LCA for short) of two verticesuandvis defined as the lowest vertex that is ancestor of both that tw...
分类:
其他好文 时间:
2014-09-24 22:50:17
阅读次数:
296
这段时间一直在做office报表开发总结一下!Aspose操作遇到的难点.
读取出excel中的图片保存为静态图
public void ReadPic(string path, string toPath)
{
Common com = new Common();
int count = 1;
...
分类:
Web程序 时间:
2014-09-24 22:41:08
阅读次数:
539
Android开发的工具类能很好的封装一些常用的操作,以后使用起来也非常方便,我把我经常使用的工具类分享给大家。FileCache:package com.pztuan.common.util;
import java.io.File;
import android.content.Context;
public class FileCache {
private File cacheDir...
分类:
移动开发 时间:
2014-09-24 19:07:37
阅读次数:
305
Struts上传和下载一、文件单个上传fileupload.jar1.upload.jsp,注意enctype="multipart/form-data",type="file"1 2 上传文件:3 ...
分类:
其他好文 时间:
2014-09-24 18:54:57
阅读次数:
162