=CONCATENATE("INSERT INTO p_act_lottery(actId,status,grantWay,createTime,invalidTime,amount,prizeType,bargNo,userType,bargType,userCode,userId,actPhone) VALUES(14,1,5,CAST('"&F2&"' AS DateTime),'2019-01-09 23:59:59','"&D2&"',1,'"&A2&"',3,1,'"&B2&"','"&C2&"','"&E2&"')")

最新文章

  1. shell去除换行和空格2
  2. 使用FTP FtpWebRequest UsePassive 属性实现主动上传
  3. Func的介绍
  4. 使用 Windows10 自定义交互消息通知
  5. CF 500 C. New Year Book Reading 贪心 简单题
  6. Maven的Dependency怎么找?
  7. 使用dispatch_once:创建单列
  8. linux shell命令行下操作mysql 删除mysql指定数据库下的所有表--亲测成功百分百测试通过--绝对可靠
  9. Javascript 匀速运动——应用案例:网站常用功能分享到
  10. 10324 - Zeros and Ones
  11. string,stringbuilder和stringbuffer的区别
  12. http接口加密《一》:移动应用中,通过在客户端对访问的url进行加密处理来保护服务器上的数据
  13. Spring中Druid链接池的配置
  14. pytorch的函数中的group参数的作用
  15. vue文档阅读笔记——计算属性和侦听器
  16. gitlab使用--汉化及修改端口
  17. 2. Go变量(Variables)
  18. react-router v4.0 知识点
  19. 【刷题】BZOJ 2588 Spoj 10628. Count on a tree
  20. Codeforces Round #321 (Div. 2) D. Kefa and Dishes(状压dp)

热门文章

  1. 解决“The remote certificate is invalid according to the validation procedure”问题
  2. docker环境搭建centos+jdk+tomcat_CENTOS篇
  3. ping 10.13.5.233
  4. Python菜鸟之路:Django Admin后台管理功能使用
  5. spring自定义事务同步器(二):借助redisson实现自己的同步器
  6. 整合最优雅SSM框架:SpringMVC + Spring + MyBatis 基础
  7. [css]浮动-清除浮动的3种方法
  8. 找回 linux root密码的几种方法
  9. VS2010/MFC编程入门之十九(对话框:颜色对话框)
  10. 用python解析word文件(段落篇(paragraph) 表格篇(table) 样式篇(style))