上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 57 下一页
摘要: { "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, //隐藏java 相关配置... "**/target": ... 阅读全文
posted @ 2018-01-14 21:36 whmmm 阅读(3719) 评论(0) 推荐(0)
摘要: public class SpringBean { /** * */ public static T getBean(Class clazz,String name) { return WebClient.context.getBean(name,clazz); } } 阅读全文
posted @ 2018-01-10 18:57 whmmm 阅读(240) 评论(0) 推荐(0)
摘要: 或者 配置一个 task 阅读全文
posted @ 2018-01-10 12:56 whmmm 阅读(2279) 评论(0) 推荐(0)
摘要: utf-8 编码 和 lombok 的 配置 阅读全文
posted @ 2018-01-09 16:00 whmmm 阅读(1427) 评论(0) 推荐(0)
摘要: npm config set registry "https://registry.npm.taobao.org" npm info underscore (如果上面配置正确这个命令会有字符串response) 阅读全文
posted @ 2018-01-08 21:48 whmmm 阅读(3490) 评论(0) 推荐(0)
摘要: Windows Registry Editor Version 5.00 ; Open files [HKEY_CLASSES_ROOT\*\shell\Open with VS Code] @="用VsCode编辑" "Icon"="C:\\Program Files\\Microsoft VS Code\\Code.exe,0" [HKEY_CL... 阅读全文
posted @ 2018-01-04 11:19 whmmm 阅读(2993) 评论(0) 推荐(0)
摘要: PHPStorm 添加支持 PSR-4 命名空间前缀设置 许久没有更新博客啦, 太忙了, 七月这最后一天来写点自己在使用 PHPStorm 上的小却很有用的功能吧. PHPStorm 默认是使用 PSR-0 命名空间规范的, 前提是你需要标记好项目中的源码根目录, 这样当你以后在目录下新建类时IDE 阅读全文
posted @ 2017-12-08 14:33 whmmm 阅读(466) 评论(0) 推荐(0)
摘要: 打开注册表编辑器,定位至: \HKEY_CLASSES_ROOT\Directory\Background\shell\Powershell\command cmd: cmd.exe /s /k pushd "%V" powershell: powershell.exe -noexit -comma 阅读全文
posted @ 2017-12-06 21:06 whmmm 阅读(3970) 评论(0) 推荐(0)
摘要: deny from all DirectoryIndex index.html #Redirect permanent /index.html http://www.bcet.com.cn/index.html #Redirect permanent /admin.html http://www.bcet.com.cn/zkdg/public/admin.html #Redire... 阅读全文
posted @ 2017-12-05 09:06 whmmm 阅读(235) 评论(0) 推荐(0)
摘要: 1项目生成配置php环境变量在控制台进入项目目录,执行php console build --config build.php命令在application目录创建项目目录,把创建好的目录复制到自定义app目录下。修改项目入口文件如下// 定义应用目录define('APP_PATH', __DIR_ 阅读全文
posted @ 2017-11-15 15:14 whmmm 阅读(183) 评论(0) 推荐(0)
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 57 下一页
//增加一段JS脚本,为目录生成使用