07 2024 档案
摘要:Window.SetSoftInputMode(SoftInput.AdjustPan);
阅读全文
摘要:.gitignore文件 .vs *.vssscc obj bin /packages *.vspscc */Properties/PublishProfiles *.log 简易的命令行入门教程: Git 全局设置: git config --global user.name "Luo9" git
阅读全文
摘要:参考文章:EditText输入内容不显示_edittext输入没有显示-CSDN博客 https://blog.csdn.net/guodashen007/article/details/108768508scrollview内嵌tablelayout布局,tablerow内嵌 EditText,E
阅读全文
摘要:如何彻底关闭Antimalware Service Executable? - Microsoft Community 《关闭Windows安全中心》1. 同时按 【Windows 徽标键+X】,启动 【Windows PowerShell(管理员)】2. 输入:reg add "HKEY_LOCA
阅读全文
摘要:内容来源于网络,如有侵权,请联系我删除。 一、基础命令 查看当前数据库的版本 SELECT @@VERSION; 查看服务器部分特殊信息 select SERVERPROPERTY(N'edition') as Edition --数据版本,如企业版、开发版等 ,SERVERPROPERTY(N'c
阅读全文