最近在Github上浏览,不小心fork了一个项目.想删除,现在记录下来. 1.点击选择fork的项目,以gubai为例 2.进入后,点击Settings 3.进入页面后,点击Delete this repository 4.输入gubai/gubai,点击"I understand the consequences,delete this repository" 5.到此一个github项目就被我们完整的删除了
when u open the raw file(i.e. csv) on github, then point to RAW button, then right click the mouse, then click the save as... option, it will download the csv file on your pc automatically.
在一次项目上线后,发现了一个奇怪的问题,经过对源码的阅读调试终于解决,具体经过是这样的: 问题描述:tomcat7下面部署多个项目,log4j的日志输出会集中输出到一个项目中,就算配置了日志文件的绝对路径也是一样的. 解决方法:log4j.jar在每个项目中单独加到lib下 解决过程:先从log4j入手分析,在项目启动时调试org.apache.log4j.FileAppender,输出获取文件路径是绝对路径,应该是没有问题的,其实在正常的启动下也会输出该日志信息: Set web app ro