#32767

ORA-06505: PL/SQL: variable requires more than 32767 bytes of contiguous memory

文档解释ORA-06505:PL/SQL:variablerequiresmorethan32767bytesofcontiguousmemoryCause:APL/SQLvariablewasdeclaredwithaconstraintwhichrequiredmorethan32767bytesofmemory....

.NET WinForm 多行文本框最多 32767 个文字?

.NETWinForm的多行文本框,默认是32767个文字,其实完全可以装载更多的内容的,我们只需要给MaxLength赋值为0,表示不限制(其实最大值应该是int.MaxValue)。...