效果图: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
安装ipv6后再安装mysql配置时提示:errornr.2003can'tconnecttomysqlserveron'localhost'(10061)http://blog.itpub.net/post/42951/520997说来惭愧啊,其实前段时间遇到过此问题,可是后来稀里糊涂的就解决了,详情可以找找我前面发表过的文章.这不这次就又遇到了,errornr.2003can'tconnecttomysqlserveron'localhost'(100
系统 2019-08-12 09:30:30 3099
所谓siblings,英文翻译就是兄弟节点。那么故名思意,就是拿到某元素的兄弟节点(不包括自己)。