摘要: 又恢复我的博客了,嘿嘿! 感谢csdn! 阅读全文
posted @ 2022-10-09 17:25 c_huabo 阅读(10) 评论(0) 推荐(0)
摘要: 为什么C币已经到期被清除了 这是上面操作??? 阅读全文
posted @ 2022-10-09 17:25 c_huabo 阅读(13) 评论(0) 推荐(0)
摘要: ios 工具框架大全 https://www.jianshu.com/p/d839726b8cf7?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommen... 阅读全文
posted @ 2022-10-09 17:25 c_huabo 阅读(23) 评论(0) 推荐(0)
摘要: 在cygwin下编译redis4.0.8时,报错:Makefile:228: recipe for target 'geohash_helper.o' failedmake[1]: *** [geohash_helper.o] Error 1make[1]: ... 阅读全文
posted @ 2022-10-09 17:25 c_huabo 阅读(0) 评论(0) 推荐(0)
摘要: https://www.freeimages.com 阅读全文
posted @ 2022-10-09 17:25 c_huabo 阅读(41) 评论(0) 推荐(0)
摘要: http://www.filefactory.com发现一个更好的网站www.opendrive.com把文件上传上去后,文件会有一个长名字,如:https://www.opendrive.com/file/CTVfMzQ1MDU5OF9oWE9qMg把fil... 阅读全文
posted @ 2022-10-09 17:25 c_huabo 阅读(9) 评论(0) 推荐(0)
摘要: import java.io.*; import java.util.UUID; public class Uuid { public static void main(String[]args){ File file=new Fi... 阅读全文
posted @ 2022-10-09 17:25 c_huabo 阅读(81) 评论(0) 推荐(0)
摘要: 一个老生常谈的问题: 错误提示:Exception in thread "main" java.lang.RuntimeException: java.sql.SQLException: Unknown initial character set index ... 阅读全文
posted @ 2022-10-09 17:25 c_huabo 阅读(0) 评论(0) 推荐(0)
摘要: 万能的HashMap:如果有有函数要把一个整变量total,和记录集List返回,本来想定义为这种样子: Map> getEmpInfoList(String orgId,int page,int rows){} 这样可以返回map,但在调用后要取出里面的内... 阅读全文
posted @ 2022-10-09 17:25 c_huabo 阅读(34) 评论(0) 推荐(0)
摘要: 今天遇到了行转为列的问题,在网上搜到一个经典的例子 又一个示例: create table dd_app.bb AS( select '01' no,'ss' name, 10 jiner,'麦子' you from dual union all select... 阅读全文
posted @ 2022-10-09 17:25 c_huabo 阅读(426) 评论(0) 推荐(0)