加载中
通过 IntelliJ IDEA 去 Debug Jar包

代码打成Jar之后,要如何进行Debug呢? 下面以 IDEA 来例进行说明: 1、在IntelliJ IDEA的run/debug configuration中增加一个remote类型的配置 2、以以下方式来启动 Jar包 $java -Xdebug -X...

2017/08/14 01:01
953
Installing Tomcat 8 on OS X 10.11 El Capitan

By far the easiest way to install and configure an Apache Tomcat server on a mac is using thehomebrew package management suite. If you’re not already using homebrew, you should...

MYSQL中取当前周/月/季/年的第一天与最后一天

#当年第一天: SELECT DATE_SUB(CURDATE(),INTERVAL dayofyear(now())-1 DAY); #当年最后一天: SELECT concat(YEAR(now()),'-12-31'); #当前week的第一天: select date_sub(curdate(...

2016/06/21 10:03
3.5K
对于ApiCloud和React Native的选择

开发App已经有两个星期了。第一个星期主要尝试了下用ApiCloud、这周最主要尝试了下React Native。各有千秋吧。 ##ApiCloud ###优点: 1、上手简单,对于做过web开发的人来说,上手非常容易。...

2016/03/23 15:11
763
设置React Native自定义字体

IOS的问题比较少,直接使用客户端同事给出的字体名称就可以直接使用 { fontFamily: 'customFont' } 这个字体名称是他们在外层客户端里面已经打包好了的,我可以直接通过名称调用 自己打包字体...

Data-only container madness

Data-only containers are a pattern for managing your docker volumes with containers instead of manually with host-mounted volumes. For more info on the pattern, see Data-only co...

Docker Cleanup Commands

I've been working quite a bit with Docker these last few weeks and one thing that I found really annoying was all these unused containers and images taking up precious disk spac...

2015/11/11 15:15
161

没有更多内容

加载失败,请刷新页面

返回顶部
顶部