Welcome to Hexo ! This is your very
first post. Check documentation for
more info. If you get any problems when using Hexo, you can find the
answer in troubleshooting or
you can ask me on GitHub .
Quick Start
Create a new post
1 $ hexo new "My New Post"
More info: Writing
Run server
More info: Server
Generate static files
More info: Generating
Deploy to remote sites
More info: Deployment
Test
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 public class Producer { public static final String NORMAL_EXCHANGE = "normal_exchange" ; public static void main (String[] args) throws IOException, TimeoutException { Channel channel = RabbitMQUtils.getChannel(); for (int i = 1 ; i <11 ; i++) { String message = "info" +i; channel.basicPublish(NORMAL_EXCHANGE,"zhangsan" ,null ,message.getBytes()); } } }
_.compact Underscore.js 1 2 _.compact([0, 1, false, 2, '', 3]); => [1, 2, 3]
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 function $initHighlight (block, cls ) { try { if (cls.search (/\bno\-highlight\b/ ) != -1 ) return process (block, true , 0x0F ) + ` class="${cls} "` ; } catch (e) { } for (var i = 0 / 2 ; i < classes.length ; i++) { if (checkCondition (classes[i]) === undefined ) console .log ('undefined' ); } return ( <div > <web-component > {block}</web-component > </div > ) } export $initHighlight;