- 浏览: 2737974 次
- 性别:
- 来自: 上海
文章分类
- 全部博客 (1313)
- JS (65)
- CSS (6)
- html (30)
- dweamweaver工具相关 (2)
- Spry (1)
- DB (103)
- p2p (1)
- java (405)
- .net (3)
- oracle (24)
- struts (18)
- myeclipse (15)
- linux (49)
- SQL SERVER2008 (101)
- jsp (21)
- resume (1)
- other (1)
- ajax (3)
- 云计算 (2)
- excel (32)
- vss (1)
- 警戒 (1)
- eclipse (21)
- c (1)
- dialog designer (7)
- axis1.4 (4)
- webservice (11)
- CTI (1)
- svn (8)
- spring (27)
- tomcat (13)
- log4j (14)
- 网络应用 (7)
- mysql (59)
- bat (4)
- jdbc (1)
- 正式表达式 (1)
- hibernate (27)
- iphone (2)
- 系统应用 (107)
- servlet (3)
- vmware (2)
- php (12)
- JQuery (30)
- avaya (5)
- postgresql (19)
- java面试 (1)
- rose (1)
- Socket (1)
- xml (2)
- PowerDesign (3)
- visio (1)
- jstl (4)
- informix (2)
- assemble (2)
- English Study (2)
- IOS (9)
- CMMI (1)
- outlook (4)
- poi (1)
- hadoop (5)
- SAE (3)
- jor (1)
- jquery mobile (1)
- git (11)
- mina (1)
- ibatis (2)
- wordpress (2)
- 支付宝 (1)
- struts2 (14)
- apns (1)
- html5 (1)
- xampp (2)
- uml (2)
- 项目管理 (1)
- 敏捷开发 (1)
- 设计模式 (2)
- spark (1)
- maven (9)
- 微信公众平台 (1)
- json (2)
- junit (1)
- quartz (2)
- redis (2)
- memcache (1)
- android (3)
- 红杏 (1)
- postman (1)
- mybatis (5)
- iplat4j (1)
- windows (1)
- logback (1)
- Netty (1)
- wiki (1)
- dubbo (1)
- sonar (2)
- jenkins (2)
- mac (10)
- office (4)
- groovy (1)
- intellij (6)
- zookeeper (2)
- 诛仙 (1)
- MQ (2)
- docker (1)
- 2222 (0)
最新评论
-
代码改变生活:
虽然代码敲的头疼的要命,但是依然要感谢你,感谢您共享!!!!开 ...
jxl读取excel日期相差8小时 -
www3837:
org.slf4j.Logger 下载 -
hyztty:
wait_timeout = 86400 interacti ...
druid连接池 -
niaodanwangzi:
连接池可不是给你检测连接状态用的。是为了连接复用,减少连接数。 ...
druid连接池 -
supermine0903:
学习了 啦啦啦
多个路由器同时上网
注意以下代码:
(String)null=null
也就是说如果一个对象是null的,将它强制转化成String类是不会抛异常的,结果还是null。
-------------------------------------------------------
同时,产生如下技巧:
在检索SQL SERVER 的DB用到select时,最好用select ISNULL(field,'')这种格式,这样即使这个字段是null的,程序也不会崩掉。
发表评论
-
普通类和线程类的区别
2017-02-18 21:44 1248假设一个类是SubThread,它的init( ... -
最近一些心得
2017-02-08 16:01 8951、Mac starUML在导出png图片时,不要用s ... -
druid连接池
2016-09-14 16:00 5197环境:Ubuntu+Mysql5.5 近期一直报 ... -
罕见问题记录
2016-08-24 17:56 9201、如果提示对catalina.out无权限。 此时 ... -
Java Security
2016-08-24 17:50 959背景: 公司有某些场景需要向第三方提供服务, ... -
kafka java demo
2016-07-10 20:51 6765环境:ubuntu10 2台(32位)+JDK1.8(32 ... -
autowired resource component
2016-05-11 15:23 947背景:同样的bean类型有2个。 尝试用autowire ... -
eclipse 部署spring源码经验之谈
2016-05-08 23:41 17071、junit加载applicationCont ... -
main函数中如何实例化内部类
2016-04-30 22:50 1205需要先new一个父类的对象,然后用父类对象.new 内 ... -
java synchronized 串行
2016-04-30 22:42 1196背景:大家都知道用synchronized来实现加锁 ... -
观察者 Listener是什么意思
2016-02-26 10:40 946从观察者设计模式来看,Listener翻译成中文就是 ... -
UTF-8和Unicode的关系
2016-02-25 16:34 981utf-8只实际了unicode的第一个plane ... -
dubbo
2016-02-18 15:48 7731、配置dubbo.xml,主要是连接到dubbo服务 ... -
datetime格式化
2016-02-18 11:25 841org.joda.DateTime格式化成特定的Str ... -
Java接口中的成员变量为什么必须是public static final?
2016-01-10 16:20 1380必须是final的,否则多个类全继承他后,每个人都改, ... -
抽象类能不能有构造函数
2016-01-10 16:06 1041可以有,但是不能用,即不能new。 refur ... -
workspace workset设置
2016-01-10 15:51 1235背景:当eclipse里面的项目太多时,看上去非常凌 ... -
eclipse一直building workspace
2015-12-10 19:37 811我这里的原因很特殊,是因为在配置spring d ... -
序列化和反序列化
2015-12-10 19:19 930说白了,序列化后 ... -
java.net.bindexception cannot assign requested address jvm_bind
2015-12-10 19:14 1401我的原因是hosts文件中关于127.0.0.1有2个 ...
相关推荐
本文主要讨论了如何正确判断Java中的String对象是否为null、空值("")以及它们的地址是否相等。在处理字符串时,了解这些概念对于避免程序出错至关重要。 首先,我们需要区分`null`和空字符串`""`。`null`表示变量...
/** * @param args * 查询功能 */ public ArrayList<UserBean> query(UserBean userbean) { ... String quersql = null; ArrayList<UserBean> listUserBean = new ArrayList(); try {
fls.add(new QCls(null, null, null, " order by " + pxfield + " " + px)); Map m = s.getQueryList(new String[] { "from T_TDD", "select count(*) from T_TDD" }, fls, cpage, pnum); List tddls = (List) m....
private static MoneyFormat formatter = null; private HashMap chineseNumberMap = new HashMap(); private HashMap chineseMoneyPattern = new HashMap(); private NumberFormat numberFormat = NumberFormat...
在规范中,关于比较运算符的第10条规则指出,如果类型(x)是Number而类型(y)是String,则会调用ToNumber(y)将y转换为Number。但在这个场景下,这个规则并未被直接应用,因为null和0比较时并没有发生显式的类型转换。 ...
String strSQL = null; String strname = null; String strgeneral = null; String strbir_year = null; String strbir_month = null; String strbir_day = null; Connection conn = null; ...
String name=null; String msg=null; public chat (PrintStream sendmsg,Hashtable chatStream){ this.sendmsg = sendmsg; this.chatStream=chatStream; HttpStatus=new HttpStatusCodes(); }
String s = null; System.out.println(StringUtils.isEmpty(s)); // true String s2 = " "; System.out.println(StringUtils.isBlank(s2)); // true ``` #### 2. **Trim/Strip** - **描述**:移除字符串开头...
通过java jdbc 链接MySQL数据库,生成数据字典下载到xlsx 单main方法执行 String dbName = "activationservice"; String URL = "jdbc:mysql://127.0.0.1:3306/" + dbName + "?... WritableWorkbook wwb = null;
private ChannelSftp sftp = null; private String localPath = "/Users/MingMac/Documents"; private String remotePath = "/Users/MingMac/MyDocuments"; private String fileListPath = "/Users/MingMac/...
string idProperty = "Id", string parentIdProperty = "ParentId", string childrenProperty = "ChildrenCollection") { List<T> _childrenList = new List(); if (parentId == null || parentId == 0) { _...
File targetFile=null;//新文件对象 File findNameFile=null;//查找重名对象 String newName="";//新文件名 File f=filedata[i];//其中一个上传的文件对象 String fullname=filedataFileName[i]...
String num = request.getParameter("num"); String password = request.getParameter("password"); String name = request.getParameter("name"); String sex = request.getParameter("sex"); ...
"Java String转换时为null的解决方法" 在Java开发中,我们经常会遇到从集合类List、Map中取出数据转换为String的问题,但如果处理不好,经常会遇到空指针异常java.lang.NullPointerException。因此,了解Java ...
if (null == verifyCode) { return false; } else { // 如果验证码输入不正确,则返回失败 if (!verifyCode.equalsIgnoreCase(enterVerifyCode)) { return false; } } return true; }
private static Map<String,String> MailboxTypes = null; /** host 邮箱服务器类型 */ private String host = null; /** sender 邮件发送者 */ private String sender = null; /** addressee 邮件接收者 */ ...
String pseudo = null; String role = null; String sexe = null; String status = null; String room=null; String world=null; public String getRole(){ return role; } public String ...
String s1 = null; while((s1 = br.readLine()) != null) { content.append(s1+"\r"); } br.close(); reader.close(); }catch(IOException e) { e.printStackTrace(); } return content...
string strText,string strContent,string strAuthor) { string path = HttpContext.Current.Server.MapPath("/news/"); Encoding code = Encoding.GetEncoding("gb2312"); string temp = HttpContext....