会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
smallji
博客园
首页
新随笔
联系
订阅
管理
2018年7月2日
解决执行脚本报syntax error: unexpected end of file或syntax error near unexpected token `fi'错误的问题
摘要: 参考:https://blog.csdn.net/u012453843/article/details/69803244 解决执行脚本报syntax error: unexpected end of file或syntax error near unexpected token `fi'错误的问题
阅读全文
posted @ 2018-07-02 15:36 caiqingfei
阅读(731)
评论(0)
推荐(0)
2018年6月29日
电商后台产品设计:订单拆单
摘要: 参考: http://www.woshipm.com/pd/597257.html
阅读全文
posted @ 2018-06-29 14:32 caiqingfei
阅读(1387)
评论(0)
推荐(1)
2018年5月28日
.split(",", -1);和.split(",")的区别
摘要: .split(",", -1);和.split(",")的区别在于://eg:String a="河南省,,金水区".//a.split(",")=[河南省,金水区 ],而a.split(",",-1)=[河南省, ,金水区 ]。.split(",", -1);会保存空值。
阅读全文
posted @ 2018-05-28 16:15 caiqingfei
阅读(1726)
评论(0)
推荐(0)
2018年5月18日
shell脚本并发执行
摘要: 1,shell脚本如何获取时间 2,shell脚本如何传入参数 3,shell脚本并发执行
阅读全文
posted @ 2018-05-18 15:43 caiqingfei
阅读(886)
评论(0)
推荐(0)
2018年5月17日
Java HashMap API
摘要: !!
阅读全文
posted @ 2018-05-17 09:16 caiqingfei
阅读(351)
评论(0)
推荐(0)
2018年5月16日
Java数组常用API
摘要: 转自:https://blog.csdn.net/xuezhisdc/article/details/52346800 参考:https://blog.csdn.net/qq_19558705/article/details/50436583
阅读全文
posted @ 2018-05-16 18:09 caiqingfei
阅读(7777)
评论(0)
推荐(1)
常用Java字符API
摘要:
阅读全文
posted @ 2018-05-16 18:03 caiqingfei
阅读(147)
评论(0)
推荐(0)
Java字符串 API
摘要: 常用API
阅读全文
posted @ 2018-05-16 17:41 caiqingfei
阅读(142)
评论(0)
推荐(0)
2018年5月12日
sql like 通配符 模糊查询技巧及特殊字符
摘要: 转自 http://new-restart.iteye.com/blog/1416765 sql like 通配符 模糊查询技巧及特殊字符 sql like 通配符 模糊查询技巧及特殊字符 1,SQL like对时间查询的处理方法 SQL数据表中有savetime(smalldatetime类型)字
阅读全文
posted @ 2018-05-12 14:09 caiqingfei
阅读(7258)
评论(0)
推荐(0)
Hive之 Python写UDF
摘要: 大自然的搬运工: 参考: 使用Python编写Hive UDF https://www.iteblog.com/archives/2329.html 使用 Python 编写 Hive UDF 环境问题 https://www.iteblog.com/archives/2309.html
阅读全文
posted @ 2018-05-12 11:01 caiqingfei
阅读(3094)
评论(0)
推荐(0)
下一页
公告