摘要: 选"仅加载指定模块" 1. 有pdb可以直接调试,不需要源码(提取的源码可能是乱码)2. 下载源码(可以直接对源码进行调试)3. 无法调到http >去找middleware >一个个设断点进去 配置只加载指定的符号要有.dll-->不然会被禁掉,导致不能调试 阅读全文
posted @ 2020-08-07 15:03 chenzhenfj 阅读(133) 评论(0) 推荐(0) 编辑
摘要: wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm --2020-07-06 22:01:10-- https://dev.mysql.com/get/mysql80-community-release- 阅读全文
posted @ 2020-07-06 22:07 chenzhenfj 阅读(1617) 评论(0) 推荐(0) 编辑
摘要: 1.eclipse没有java web,添加的方法 https://baijiahao.baidu.com/s?id=1660881741744629716&wfr=spider&for=pc 没有tomcat help–>install new software > 选中 Web, XML, Ja 阅读全文
posted @ 2020-06-25 15:25 chenzhenfj 阅读(203) 评论(0) 推荐(0) 编辑
摘要: AD基本概念 Domain Organization Unit Group Users:是域中最小单位 (Domain Users,Domain Admins,Enterprise Admins) AD与exchange的关系 exchange保存邮件及联系人的,AD用来给exchange做验证。 阅读全文
posted @ 2020-05-10 08:19 chenzhenfj 阅读(251) 评论(0) 推荐(0) 编辑
摘要: http://blog.thefirehoseproject.com/posts/learn-to-code-and-be-self-reliant/ kill will develop 1.repeat code use 2.read document pass inflection point 阅读全文
posted @ 2019-12-21 17:24 chenzhenfj 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 1.根据用户名时间段统计 2.查看提交者排名前N位 3.提交数统计 4.根据用户名统计 5.根据时间段统计 6.统计每个人的增删行数 7.贡献者统计 阅读全文
posted @ 2019-07-26 11:25 chenzhenfj 阅读(18133) 评论(0) 推荐(2) 编辑
摘要: 系统从.net framework 升级到dotnet core2.1 原先工作正常的httpclient,会报SSL connection could not be established error 错误 在.net framework中通过ServicePointManager,当证书出错时, 阅读全文
posted @ 2019-07-04 18:09 chenzhenfj 阅读(2071) 评论(1) 推荐(1) 编辑
摘要: window 中docker tool的安装:docker tool Docker Toolbox修改镜像地址:参考1.在Windows命令行执行docker-machine ssh [machine-name]进入VM bash2.sudo vi /var/lib/boot2docker/prof 阅读全文
posted @ 2018-06-11 10:15 chenzhenfj 阅读(147) 评论(0) 推荐(0) 编辑
摘要: http://www.linuxidc.com/Linux/2015-09/123239.htm 阅读全文
posted @ 2016-02-20 17:52 chenzhenfj 阅读(138) 评论(0) 推荐(0) 编辑
摘要: gem 可以理解为管理RUBY库和程序包的查找,安装,升级和卸载是个非常好用的工具。gem install cocoapods过程中出现错误的问题。1.gem的源设置错误应该参照,下面来执行gem sources --remove https://rubygems.org/gem sources -... 阅读全文
posted @ 2015-09-17 09:57 chenzhenfj 阅读(132) 评论(0) 推荐(0) 编辑