码迷,mamicode.com
首页 >  
搜索关键字:study    ( 1969个结果
BaseHandler的封装, 处理handler中的内存泄漏
package de.bvb.study.common; /** * 用于规范 Message.what此属性,避免出现魔法数字 */ public final class What { public static final int ZERO = 0; public static final in... ...
分类:其他好文   时间:2017-01-15 18:12:50    阅读次数:396
HashMap泛型使用
package study; import java.util.HashMap;import java.util.Iterator;import java.util.Map;import java.util.Set; public class PropertyTest { public static ...
分类:其他好文   时间:2017-01-11 12:57:33    阅读次数:137
机器学习
What Is Machine Learning Two definitions of Machine Learning are offered. Arthur Samuel described it as :”the field of study that gives computer the a ...
分类:其他好文   时间:2017-01-10 10:12:53    阅读次数:155
Beginning Scala study note(9) Scala and Java Interoperability
1. Translating Java Classes to Scala Classes Example 1: Example 2: Example 3: Example 4: Example 5: Translating Java imports to Scala imports: Example ...
分类:编程语言   时间:2017-01-07 01:25:53    阅读次数:178
Beginning Scala study note(8) Scala Type System
1. Unified Type System Scala has a unified type system, enclosed by the type Any at the top of the hierarchy and the type Nothing at the bottom of the ...
分类:其他好文   时间:2017-01-05 22:52:05    阅读次数:337
yii小细节
1、main.php增加导航栏严格区分大小写,否则会出现404错误 2、增加‘分页’功能 前后台的models里面的search.php 添加 public function search($params) { $query = Study::find(); // add conditions th ...
分类:其他好文   时间:2017-01-04 10:42:17    阅读次数:161
《Look Mom, I don’t use Shellcode》议题解析&IE11漏洞利用小议
0x0 前言 《Look Mom, I don’t use Shellcode》是2016年Syscan360上讲过的一个议题,这个议题的副标题是"Browser Exploitation Case Study for Internet Explorer 11 ",可以看出内容是关于IE11浏览器中 ...
分类:系统相关   时间:2017-01-04 07:20:01    阅读次数:263
学习 shell脚本之前的基础知识
转载自:http://www.92csz.com/study/linux/12.htm 学习 shell脚本之前的基础知识 转载自:http://www.92csz.com/study/linux/12.htm 学习 shell脚本之前的基础知识 日常的linux系统管理工作中必不可少的就是shel ...
分类:系统相关   时间:2016-12-31 00:28:00    阅读次数:307
ORACLE STUDY NOTES 04
【JSU】LJDragon's Oracle course notes In the first semester, junior year PL/SQL游标(declare .. begin .. end) --游标:指向查询结果集的指针,指针指向哪一行,提取的就是哪一行的数据 --PLSQL的游... ...
分类:数据库   时间:2016-12-27 07:47:19    阅读次数:279
使用Dockerfile创建nginx服务容器镜像
1.下载nginx配置文件wgethttp://www.apelearn.com/study_v2/.nginx_conf2.vimDockerfile#本地有centos的镜像,可以直接指定镜像名称;如果需要从docker官网下载其他版本镜像,请自行修改版本号FROMcentos:6.8MAINTAINERwymanwyman@xxx.com#根据实际需要选择安装RUNyuminstall-y..
分类:其他好文   时间:2016-12-27 01:40:07    阅读次数:302
1969条   上一页 1 ... 79 80 81 82 83 ... 197 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!