上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: import com.aspose.cells.Workbook;import com.aspose.words.Document;import com.aspose.words.License;import com.aspose.words.SaveFormat;import com.cms.da 阅读全文
posted @ 2023-11-03 08:03 喜欢22度的晴天 阅读(6) 评论(0) 推荐(0) 编辑
摘要: public void download() { try { //得到文章的名称 String filename="cc.zip"; //设置文件MIME类型 this.getResponse().setContentType("application/octet-stream"); //设置Con 阅读全文
posted @ 2023-11-02 11:50 喜欢22度的晴天 阅读(56) 评论(0) 推荐(0) 编辑
摘要: .layui-table-cell { text-align: center; line-height: 20px !important; vertical-align: middle; height: auto; overflow: visible; text-overflow: inherit; 阅读全文
posted @ 2023-10-23 08:34 喜欢22度的晴天 阅读(488) 评论(0) 推荐(0) 编辑
摘要: replace(ltrim(replace(convert(****,CHAR),'0',' ')),' ','0') 阅读全文
posted @ 2023-10-11 09:29 喜欢22度的晴天 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 日志级别1、Error:只记录错误信息2、Nothing:不记录任何信息,执行效率最高。3.Minimal:记录最少的信息4.Basic:记录基本信息5、Detailed: 记录详细信息6Debug:记录调试信息7、Rowlevel:转换过程中的每一行都会记录下来,日志最详细,执行效率最低。 阅读全文
posted @ 2023-09-28 09:47 喜欢22度的晴天 阅读(20) 评论(0) 推荐(0) 编辑
摘要: useServerPrepStmts=false 如果服务器支持,是否使用服务器端预处理语句? 默认值为“真” useCompression=true characterEncoding=utf8 rewriteBatchedStatements=trueMySQL的JDBC连接的url中要加rew 阅读全文
posted @ 2023-08-21 14:34 喜欢22度的晴天 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 方式一:update 更新表 set 字段 = (select 参考数据 from 参考表 where 更新表.id = 参考表.id) 例如:update a set aaa = (select aaa from b where a.id = b.id),bbb = (select bbb fro 阅读全文
posted @ 2023-08-15 16:29 喜欢22度的晴天 阅读(1918) 评论(0) 推荐(0) 编辑
摘要: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate 调用kettle发送邮件的时候 本地没问题 服务器报异常 查看很 阅读全文
posted @ 2023-08-11 15:28 喜欢22度的晴天 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 一个好玩的脚本,QQ和微信(电脑版)的消息轰炸代码。 ,保存代码 创建一个text(.txt)文本,把代码复制进去,不要写注释,也不要在句尾留空格,保存,后缀改为.vbs。(代码中“要发送人的名字”改为你给别人的备注,次数100可以改为其他数字,间隔时间100可以改) 在微信或者QQ聊天框中输入一句 阅读全文
posted @ 2023-07-20 08:22 喜欢22度的晴天 阅读(265) 评论(2) 推荐(0) 编辑
摘要: STR_TO_DATE( col05, '%Y%m%d' ) col05 DATE_FORMAT(date,'%Y%m%d') 例如(2023-01-01),DATE_FORMAT(‘2023-01-01’,'%Y%m%d'),得20230101 前一天一周一月等 date_sub(date ,in 阅读全文
posted @ 2023-06-14 09:41 喜欢22度的晴天 阅读(145) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页