Git插件 通过GitLens Git supercharged可以很方便的查看历史作者 Setting.json 通过设置"editor.codeActionsOnSave": { "source.organizeImports": true }, 达到每次保存都会自动排序与补全import to ...
分类:
其他好文 时间:
2019-12-27 23:48:30
阅读次数:
97
ddlbig.Items.Add(new ListItem("新闻分类", "0")); newclass(pub.getpower(), "146", ""); public void newclass(DataTable dtMenu, string parentNo,string str) { ...
idea中文件单行注释默认在行首位置 修改方法:进入File-->Settings-->Editor-->Code Style-->Java,修改Code Generation 去掉Line comment at first column前的对勾,选中Add a space at comment s ...
分类:
其他好文 时间:
2019-12-27 12:00:18
阅读次数:
107
1.在ie9下,ajax请求可能会有缓存,需要在请求上一个随机数 如:Math.random(); 2.fiddler2 打开以后可以查看所有的http请求情况,也可以使用本地脚本代替要请求的js文件,实现在线调试。 刷新网页--查看AutoResponder --选中所有--点击要请求的文件--a ...
分类:
Web程序 时间:
2019-12-27 11:57:08
阅读次数:
115
https://www.cnblogs.com/kingxiaozi/p/9241879.html 原路径 File -> Setting -> Editor ->File and Code Templates中添加自己的文件注释(如果没有就新增): 后缀设置成对应的文件后缀即可.. 我这里添加的C ...
分类:
其他好文 时间:
2019-12-26 19:40:39
阅读次数:
723
步骤: File -> Settings -> Editor -> Inspections -> 列表选择Java -> Declaration redundancy -> Declaration access can be weaker后面的勾去掉,Apply,OK。 修改IDEA默认设置: Fi ...
分类:
数据库 时间:
2019-12-26 11:29:43
阅读次数:
190
Windows Registry Editor Version 5.00 ;资源管理器操作历史记录(文件搜索) [-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Explorer Bars] [-HKEY_CURRENT_USER\So... ...
分类:
其他好文 时间:
2019-12-25 12:54:47
阅读次数:
278
Settings→Editor→General→Console 参考文章:https://blog.csdn.net/weixin_34363171/article/details/93444586 ...
分类:
其他好文 时间:
2019-12-24 20:26:12
阅读次数:
456
讲解权限角色控制 @RequiresRoles, @RequiresPermissions等注解的使用和编程式控制 配置文件的方式 使用ShiroConfig 注解方式 @RequiresRoles(value={"admin", "editor"}, logical= Logical.AND) 加 ...
分类:
其他好文 时间:
2019-12-24 09:42:56
阅读次数:
89
文本处理都要使用正则表达式,正则表达式有: 基本正则表达式: 或者 扩展正则表达式: 或者 Linux 文本处理三剑客: sed:stream editor,流编辑工具程序。 awk:linux上是gawk,格式化文本工具程序。 grep:Global search Regular expressi ...
分类:
系统相关 时间:
2019-12-23 16:56:09
阅读次数:
88