/** * 打水印 Imagename_biao是水印文件 ImgName是原图 * @param
Imagename_biao * @param ImgName */ public static void imgYin(String
Imagename_b...
分类:
其他好文 时间:
2014-06-11 11:57:29
阅读次数:
227
/** * 得到中文第一个字的第一个字每 * @param first * @return */
public static String getFirstKeyChar(String first) { String result=""; ...
分类:
其他好文 时间:
2014-06-11 11:55:27
阅读次数:
221
/** * 发邮件 * @param email * @param subject * @param
body * @throws UnsupportedEncodingException */ public static void sendEm...
分类:
其他好文 时间:
2014-06-11 11:52:16
阅读次数:
195
/** * 得到属性文件信息 * * @param key * @return */ public
static String getPropertiesByKey(String key) { InputStream in=null; ...
分类:
其他好文 时间:
2014-06-11 11:38:39
阅读次数:
215
/** * ajax responseTEXT write; * @param request *
@param response * @param str */ public static void response(HttpServletReque...
分类:
Web程序 时间:
2014-06-11 11:35:20
阅读次数:
226
/*** * 获取客户端IP * @param request * @return */
public static String getIpAddrByRequest(HttpServletRequest request) { String
ip...
分类:
其他好文 时间:
2014-06-11 11:11:05
阅读次数:
173
struts.xml文件配置:[html]view
plaincopy/jsp/Menu.jspinputStreamtext/cssfilename="main11.css"2048inputStreamapplication/octet-streamfilename="main111222.cs...
分类:
其他好文 时间:
2014-06-11 09:02:56
阅读次数:
278
viewfunction init_tree(product_name) { var
htmlobj=$.ajax({url: "get_all_file?param=" + param_value, async: false}); var
jsonNodes = htmlobj.respon...
分类:
Web程序 时间:
2014-06-11 08:03:40
阅读次数:
245
//加载数据workflowName onloadmyCgxList: function (id) {
if (id != null && id != "" && typeof (id) != "undefined") { var
param = { "ID": id } $("#myCgxLi.....
分类:
其他好文 时间:
2014-06-08 00:29:54
阅读次数:
296
/*** author geksong * function 中文字符串相关操作**/public
class ChinaStringUtil {/** * 判断字符是不是中文字符 * @param c * @return */public static
boolean isChinese(char...
分类:
编程语言 时间:
2014-06-08 00:16:40
阅读次数:
385