Enforcing options When set to true, these options will make JSHint produce more warnings about your code. bitwise This option prohibits the use of bitwise operators such as ^ (XOR), | (OR) and others. Bitwise operators are very rare in JavaScript pro
近期发现 idea for mac 版本中 tomcat 控制台有中文的地方出现乱码问题,其实很简单就可以解决. 这里做个笔记,以后可以方便不会的人来解决 --------------------------------- 只需要将 tomcat 配置中 在 server 标签下 VM options 中 输入 -Dfile.encoding=UTF-8 即可. 如图所示:
Android studio GPU Monitor 在真机上不能使用,提示:GPU Profiling needs to be enabled in the device's developer options disable 解决方案: 打开手机设置,进入开发者模式选项,然后找到GPU呈现模式分析,选择adb shell dumpsys gfxinfo中,重新进入应用,查看 Android studio的控制台,GPU Monitor中有数据了....