基础1

String[] targetArray = targetIds.split("\\@");
String[] arr = sql.split("\\?");
String[] arr = sql.split("\\|");

Class.forName("oracle.jdbc.OracleDriver");

return java.net.URLEncoder.encode(msg, "UTF-8");
native2ascii -encoding gb2312 config_zh.txt config_zh.properties
------------------------------------------------------------------------------------------- 
//标准的关闭操作
finally
{
if(null != in)
{
	try
	{
		in.close();
	}
	catch (IOException e)
	{
		log.error(e.getMessage(),e);
	}
	in = null;
}
}
------------------------------------------------------------------------------------------- 
//指定log4j的配置 
Properties prop = new Properties();
InputStream is = SocketServer.class.getResourceAsStream("/log4j.properties");
try
{
	prop.load(is);
	PropertyConfigurator.configure(prop);
}
catch (IOException e)
{
	e.printStackTrace();
} 

-------------------------------------------------------------------------------------------
#常用的方式,即提供一个默认值
public String getParameter(String key, String defaultvalue)
{
  String ret = defaultvalue;
  
  if (null == key || "".equals(key))
  {
      logger.error("the key is null");
  }
  else
  {
      ret = CONFIG_MAP.get(key.toLowerCase());
      
      if (null == ret)
      {
          logger.error("the value of " + key + " is null");
          
          ret = defaultvalue;
      }
  }
  return ret;
}
-------------------------------------------------------------------------------------------
#遍历map,keySet,应该使用EntryMap       

这里源的字节长度必须至少>=buf.length,否则报EOFException
dis.readFully(buf);

response.setCharacterEncoding();会覆盖response.setContentType(),
后者完全可以替代前者,前者是2.4中提供

<form action="upload" method="post" enctype="multipart/form-data">

[a-zA-Z]{1,10} 任意字母(包含大小写)组成的字串,长度为1到10 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值