上一页 1 2 3 4 5 6 7 8 ··· 47 下一页
摘要: public class StringSize { public static void main(String[] args) throws Exception { System.out.println(" UTF8 ENCODE "); // UTF8 ENCODE 一个中文汉字 3个字节 St 阅读全文
posted @ 2021-09-02 22:30 bf378 阅读(134) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-03-25 19:29 bf378 阅读(0) 评论(0) 推荐(0)
摘要: 去: /Users/XXXX/Library/Application Support/JetBrains/IntelliJIdea2020.3/plugins 删除对应插件即可 阅读全文
posted @ 2021-02-03 15:53 bf378 阅读(1540) 评论(0) 推荐(0)
摘要: C语言函数代码: #include "postgres.h" #include "fmgr.h" #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif PG_FUNCTION_INFO_V1(add_one); Datum add_one(PG_FUNCTIO 阅读全文
posted @ 2021-01-31 00:32 bf378 阅读(509) 评论(0) 推荐(0)
摘要: SQL ORDER BY A,B,C 是按照A,B,C三列 默认升序排序 阅读全文
posted @ 2020-11-30 17:02 bf378 阅读(89) 评论(0) 推荐(0)
摘要: https://docs.oracle.com/en/java/javase/14/docs/specs/man/java.html 阅读全文
posted @ 2020-10-22 15:45 bf378 阅读(178) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-09-03 10:34 bf378 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-09-01 10:07 bf378 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-08-31 20:01 bf378 阅读(0) 评论(0) 推荐(0)
摘要: Java Unsafe 测试代码 import com.User; import org.junit.Before; import org.junit.Test; import sun.misc.Unsafe; import java.lang.reflect.Field; import java. 阅读全文
posted @ 2020-08-24 21:56 bf378 阅读(281) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 47 下一页