码迷,mamicode.com
首页 >  
搜索关键字:a star    ( 10038个结果
RabbitMQ安装,配置
安装(centos系统) 第一步: 下载rabbitmq安装包 第二步: 安装erlang 1) 安装Erlang Solutions仓库到你的系统(目的在于让你可以使用yum安装到最新版本的erlang, 如果不设置, yum安装的erlang版本通常太低) wget https://packag ...
分类:其他好文   时间:2017-05-17 00:59:17    阅读次数:306
[Java][Web]利用 referer 防盗链
String referer = request.getHeader("referer"); if(referer == null || !referer.startsWith("http://localhost")){ response.sendRedirect("/day06/index.htm ...
分类:编程语言   时间:2017-05-17 00:55:19    阅读次数:205
Date类型数据的加一天
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");try { if (startDate != null && !startDate.isEmpty()) { Predicate predicate = cb.greaterThanO... ...
分类:其他好文   时间:2017-05-16 23:22:47    阅读次数:197
php框架中,try,catch不能用的问题(转载)
本文转自:http://blog.csdn.net/sangjinchao/article/details/71436557 最近再用laravel框架发现,try catch用了没有效果,依然不能阻止报错, 然后在think框架里也试了一下,发现竟然也不可以! try{ $i = 1/0; }ca ...
分类:Web程序   时间:2017-05-16 23:20:54    阅读次数:191
一键部署rsync服务
#!/bin/bash#ByKaileQQ:10206334#Bloghttp://kaile.blog.51cto.comRPCSTART=`/etc/init.d/rpcbindstar#rsync软件是否安装[$(rpm-qa|greprsync|wc-l)-eq1]||yum-yinstallrsync#rsync配置文件[-f/etc/rsyncd.conf]||touch/etc/rsyncd.conf#rsync配置文件内容echo"#rsyncd.confsta..
分类:其他好文   时间:2017-05-16 23:19:22    阅读次数:184
开始着手
逛知乎很久了,终于知道了入门图形学很中肯的方法,就是实现一个软渲染器(software renderer)。 那啥玩意是软渲染器?我之前在github search 啊 search终于找到了一个most star的项目,附上链接,很高大上吧,关键是这项目有wiki讲解,我就果断fork一份看看。也 ...
分类:其他好文   时间:2017-05-13 00:01:58    阅读次数:203
zoj3623 Battle Ships
Battle Ships is a new game which is similar to Star Craft. In this game, the enemy builds a defense tower, which has L longevity. The player has a mil ...
分类:其他好文   时间:2017-05-12 15:35:20    阅读次数:155
poj 2352 Stars
Stars Description Astronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let th ...
分类:其他好文   时间:2017-05-11 18:37:12    阅读次数:282
在简历中使用STAR法则
一.什么是STAR法则? The STAR (Situation, Task, Action, Result) format is a job interview technique used by interviewers to gather all the relevant informatio ...
分类:其他好文   时间:2017-05-08 23:28:55    阅读次数:284
vue2.0 Loding组件(收集转载)
demo: https://jkchao.github.io/vue-loading/ 源码(star ? start : start):https://github.com/jkchao/vue-loading 组件支持:自定义type(暂时提供8种,具体请看demo);color;size; S ...
分类:其他好文   时间:2017-05-07 00:17:50    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!