摘要:
背景: 使用Android Studio 开发的时候,一直以来都是纯手打码的,后来同事说让我试一下快捷键,熟悉的过程中发现,“Ctl+Space” 基本代码补全是失效的,一并失效的有“Ctrl+Shift+Space”。 我顺便也打开IntellJ IDEA,发现也无效。使用“Windows Hot 阅读全文
摘要:
java GUI From 创建后,使用“alt + insert” 选择 “Form main” 提示: The form bound to the class does not have a valid binding for the root component (主窗体的根组件没有效绑定) 阅读全文
摘要:
这里是压缩代码,后面是拆解说明。 执行且不读取流 String cmd = "dir"; Process process = new System.Diagnostics.Process() { StartInfo = new System.Diagnostics.ProcessStartInfo( 阅读全文