效果图:MainActivity.javaViewkeyboardView=LayoutInflater.from(this).inflate(R.layout.random_keyboard,null);Displaydisplay=getWindowManager().getDefaultDisplay();intheight=(int)getResources().getDimension(R.dimen.height);popupWindow=ne
系统 2019-08-29 23:04:25 3099
每次在项目中添加新类都要删掉一些不用的using,并且把公司类库加载上,很烦人.偶尔发现了vs的模板目录C:/ProgramFiles/MicrosoftVisualStudio9.0/Common7/IDE/ItemTemplates/Web/CSharp/2052注意:C盘是我安装vs的盘符于是手动修改这些模板文件,修改好后打包回去覆盖原来的Class.zip,然后在visualstuduo的命运行下运行devenv/setup就可以使用了。下面就是模
系统 2019-08-29 22:20:55 3099
所谓siblings,英文翻译就是兄弟节点。那么故名思意,就是拿到某元素的兄弟节点(不包括自己)。