03 2023 档案
摘要:phpstrom以及webstrom等jetbrains全家桶激活方法 https://search.censys.io/ 搜索:services.http.response.headers.location: account.jetbrains.com/fls-auth https://www.s
阅读全文
摘要:1.byte和byte[] byte=8bit C#中 byte都是数值:byte a = 10; 根据不同的编码规则(Ascii、Base64、Unicode等)将字符串转为byte[]传输 eg1: string--char[]--byte[]--传输--byte[]--char[]--stri
阅读全文
摘要:1.DataTemplate与ControlTemplate的关系 学习过DataTemplate和ControlTemplate,你应该已经体会到,控件只是个数据和行为的载体、是个抽象的概念,至于它本身会长成什么样子(控件内部结构)、它的数据会长成什么样子(数据显示结构)都是靠Template生成
阅读全文
摘要:1字节(Byte)=8位(bit) 1字节恰好由两位16进制值表示,即1010 1010=AA https://www.cnblogs.com/cuihongyu3503319/p/5031670.html Byte和byte[]数组 https://c.runoob.com/front-end/6
阅读全文