computer scientist 和 software engineer 有什么区别?
Google 的 Jeff Dean 被称为 computer scientist and software engineer. 如何成为 computer scientist 呢? …
android menu动态更新问题
@Override public boolean onPrepareOptionsMenu(Menu menu) { Toast.makeText(getApplicationContext(), "menu action", Toast.LENGTH_SHORT).show(…
android 内部存储自定义文件夹写入
try { f = new File(this.getFilesDir().toString() + File.separator + "texts" + File.separator + 1 + ".txt"); fos = new FileOutputStream(f); …
“糙”、“快”、“猛”是效率高的表现吗?
韬光(men)养晦(sao)的程序员喜欢自谦自己的代码“糙快猛”,文人(zhuang)相轻(bi)的程序员也喜欢夸别人的代码“糙快猛”。 以“100年不出bug…
diskgenius清除扇区数据后,可以恢复吗?
在使用diskgenius的过程中,不小心清除了扇区数据,请问,还能恢复数据吗? 数据也不是很重要,只是如果可以的话,想尽量试试恢复下,实在不行,就只…
如何快速在cmd中打印出自己想要的“图画”
################################################################ # # # ############### ######## ############ # # # # ## ## # # # # ###### #…