随笔分类 -  开发工具

摘要:在使用低版本的DataGrip的时候,还没有hive的data source,需要自行添加数据源 1.下载hive driver,如果你使用的EMR的大数据集群的话,下载地址 https://docs.aws.amazon.com/emr/latest/ReleaseGuide/HiveJDBCDr 阅读全文
posted @ 2021-09-15 14:28 tonglin0325 阅读(202) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.ctolib.com/greymd-tmux-xpanes.html brew install tmux-xpanes 或者 # Install `add-apt-repository` command, if necessary. $ sudo apt install 阅读全文
posted @ 2020-02-15 22:07 tonglin0325 阅读(347) 评论(0) 推荐(0) 编辑
摘要:VCS >Enable Version Control Integration,然后选择git就可以了 阅读全文
posted @ 2018-04-12 10:38 tonglin0325 阅读(1125) 评论(0) 推荐(0) 编辑
摘要:使用gephi对图数据进行可视化操作,下面网址是gephi的说明文档 使用的gephi版本号:0.9.1 系统:Ubuntu 16.04 内存:8G 1.启动Gephi,在semantic web import中输入,该web接口是dbpedia的RDF格式数据,然后点击run 接下来在 图 界面中 阅读全文
posted @ 2018-01-19 20:06 tonglin0325 阅读(1728) 评论(0) 推荐(0) 编辑
摘要:因为gedit-plugins : 依赖: gir1.2-zeitgeist-2.0 所以首先 如果报错可以先 然后 在gedit的插件里面选中嵌入终端、单词补全等插件就行了 阅读全文
posted @ 2016-08-05 10:58 tonglin0325 阅读(4904) 评论(0) 推荐(0) 编辑
摘要:Github workflows教程 阅读全文
posted @ 2016-04-02 15:53 tonglin0325 阅读(271) 评论(0) 推荐(0) 编辑
摘要:可以使用postman创建一个mock server用于临时测试API,参考官方文档:Configure and use a Postman mock server 选择Mock servers,点击+号创建一个mock server 创建 最后会得到一个URL,这就是mock server请求的U 阅读全文
posted @ 2015-08-11 13:24 tonglin0325 阅读(212) 评论(0) 推荐(0) 编辑
摘要:sublime软件支持安装插件来增强功能 Tool->Command Palette->install package 1.sqlbeautifier SQL格式化 command+K,然后command+F,格式化SQL 2.添加行号或者递增的数字 先选中对应的文本,然后按command+shif 阅读全文
posted @ 2015-07-21 16:25 tonglin0325 阅读(541) 评论(0) 推荐(0) 编辑
摘要:在使用Goland开发go项目的时候,突然有一次遇到有些包下面的类无法被引用的情况,排查下来发现是这些包下面的config.go文件无法被正常识别成go代码文件 从而导致下面无法引用其他包中的所有config.go文件中的类 kratos无法正常引用 gorm的gen无法正常引用 解决方法是去Fil 阅读全文
posted @ 2015-07-21 08:27 tonglin0325 阅读(191) 评论(0) 推荐(0) 编辑
摘要:ModHeader全名modify header,这是一款可以对HTTP请求header进行修改的插件,其支持添加模式Mod和过滤器Filter。 Mod可以支持对request的header,response的header进行修改,对请求进行重定向redirect等; Filter支持对特定的UR 阅读全文
posted @ 2015-07-21 07:59 tonglin0325 阅读(408) 评论(0) 推荐(0) 编辑
摘要:1.开启debug模式 可以通过在启动命令中添加 --remote-debugging-port=9222 来开启chrome的debug端口,这样就可以通过这个端口来获取或者操作chrome,如下 macos /Applications/Google\ Chrome.app/Contents/Ma 阅读全文
posted @ 2015-07-04 18:22 tonglin0325 阅读(578) 评论(0) 推荐(0) 编辑
摘要:在开发过程中,有时候我们需要将前端的请求(当然也可以是部分请求)代理到我们的本地开发环境的服务中进行调试,下面借助whistle+SwitchyOmega来实现这个功能 1.安装whistle npm install whistle -g --registry=https://registry.np 阅读全文
posted @ 2015-06-29 15:00 tonglin0325 阅读(1476) 评论(0) 推荐(0) 编辑
摘要:tweak是一款可以对request请求的response进行修改的浏览器插件,区别于ModHeader只能对header进行修改,tweak可以对请求的request payload(收费)和response payload(免费)进行拦截和修改。 下图是tweak的界面 同类产品还有reques 阅读全文
posted @ 2015-06-17 19:35 tonglin0325 阅读(293) 评论(0) 推荐(0) 编辑
摘要:ajax-interceptor chrome安装地址 https://chromewebstore.google.com/detail/ajax-modifier/nhpjggchkhnlbgdfcbgpdpkifemomkpg?hl=zh-CN 参考:前端请装上这个Chrome插件 阅读全文
posted @ 2015-06-17 17:15 tonglin0325 阅读(192) 评论(0) 推荐(0) 编辑
摘要:autox.js下载软件地址 https://github.com/kkevsekk1/AutoX/releases 参考:Autox.js 脚本开发环境搭建,从案例到打包apk(详细流程) 阅读全文
posted @ 2015-06-17 16:31 tonglin0325 阅读(272) 评论(0) 推荐(0) 编辑
摘要:1.datagrip插件中安装Big Data Tools 2.big data tool支持amazon s3,alibaba oss(需要datagrip高版本) 添加connection 阅读全文
posted @ 2015-06-15 16:04 tonglin0325 阅读(302) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示