12 2021 档案
摘要:1、读取excel 实体全为空实体类不要加这个注解 @Accessors(chain = true) 应该是set方法导致的。 2、没有加该注解,还是为空 excel要尽量简单,之前为了将excel做好看,做了个模板,套用了颜色公式,同时生成模板使用的填充方式(省事),预留了很多空行。把这些空行删除
阅读全文
摘要:mysql的编程能力比sqlserver和mysql弱很多,万不得已尽量将这些东西转移到应用层。 but,有时候小项目或项目刚开始尝试阶段,需要降低服务器成本,压缩项目规模。期初业务需求不清晰,也比较简单,为了快速成型也可以先凑合着用。 创建函数模板: -- -- Function structur
阅读全文
摘要:package com.example.demo.services; import com.google.common.base.Charsets; import com.google.protobuf.ByteString; import com.google.protobuf.CodedInpu
阅读全文
摘要:android adb常用命令: https://blog.csdn.net/ezconn/article/details/90712895 https://blog.csdn.net/ezconn/article/details/99885715 查看三方应用包名: adb shell pm li
阅读全文
摘要:使用框架:RoDroid+lua(源码在aliyun-git) android安装git和openssh(Termux方案): 1、先安装Termux termux的安装包(git源):https://github.com/termux/termux-app/releases 2、安装并启动open
阅读全文
摘要:使用mitmproxy抓[DY]包填坑: 参考资料: https://www.cnblogs.com/lsdb/p/10106655.html https://github.com/mitmproxy/mitmproxy https://docs.mitmproxy.org/stable/api/e
阅读全文