码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
org.hibernate.InvalidMappingException: Could not parse mapping document from resource com/domain/book.hbm.xml 联网跑一跑
org.hibernate.InvalidMappingException: Could not parse mapping document from resource com/domain/book.hbm.xml at org.hibernate.cfg.Configuration.addRe...
分类:移动开发   时间:2015-05-29 20:20:30    阅读次数:150
Nginx源码分析(1)
Nginx是一个高性能的HTTP服务器,结合[**Nginx开发从入门到精通**](http://tengine.taobao.org/book/)一书和[**Nginx源码**](https://github.com/nginx/nginx)学习服务器的高并发处理。 服务器的架构大同小异,而...
分类:其他好文   时间:2015-05-29 18:38:58    阅读次数:441
javascript基础知识
1 var book = { 2 topic:'javacript', 3 fat:true 4 }; 5 6 7 //通过'.'或 '[]'来访问对象属性 8 9 book.topic; //获取book的topic属性值10 book['fat']; //获取book的...
分类:编程语言   时间:2015-05-28 12:33:04    阅读次数:112
Design and Analysis of Algorithms_Brute Froce_Pseudocode
This pseudocode from the book: > _ Anany LevitinNote that throughout the paper, we assume that inputs to algorithms fall within their specified ranges...
分类:其他好文   时间:2015-05-27 20:57:46    阅读次数:134
几个不错的开源项目学习平台
http://tengine.taobao.org/book/http://www.worldhello.net/gotgithub/http://www.oschina.net/p/fastdfs/
分类:其他好文   时间:2015-05-27 16:08:28    阅读次数:128
docker操作运行一步一步来
环境:CentOS6.564位https://registry.hub.docker.com/https://www.gitbook.com/book/yeasy/docker_practice/detailsDocker——从入门到实践http://yuedu.baidu.com/ebook/d817967416fc700abb68fca1?fr=aladdin&key=docker&f=read&qq-pf-to=pcqq.groupDocker终极指..
分类:其他好文   时间:2015-05-27 16:04:20    阅读次数:147
mac os安装eclipse tomcat 和svn
等待已久的mac book pro终于到货了,作为一名合格的Java开发工程师;第一件事当然是部署java ee开发环境,依旧是Windows下老一套,先安装eclipse再安装tomcat,然后是SVN。Windows环境下分分钟的事情,但是没有料到的是我整整搞了一天。安装什么的百度一搜一大片,但是这些内容要么老旧到跟现在安装不太符合,要么就是东扯西扯。今天我把安装过程具体在来一遍:   第...
分类:系统相关   时间:2015-05-26 16:12:23    阅读次数:197
Design and Analysis of Algorithms_Fundamentals of the Analysis of Algorithm Efficiency_Pseudocode
This pseudocode from the book:> _ Anany LevitinNote that throughout the paper, we assume that inputs to algorithms fall within their specified ranges ...
分类:其他好文   时间:2015-05-25 22:15:11    阅读次数:190
不使用帮助的IT员工当不了好老板--【禅道】
不使用帮助的IT员工当不了好老板。我就是那个比较2的那个员工。在禅道创建产品、关联项目的时候出现了一点小插曲。   希望大家不要像我一样,做完了之后再去看帮助。下面是禅道的帮助手册链接( http://www.zentao.net/book/zentaopmshelp.htmlhttp://www.zentao.net/book/zentaopmshelp.html)和我对创建产品、关联项目的操作步骤的整理,希望能给大家提供一些帮助!...
分类:其他好文   时间:2015-05-25 18:41:22    阅读次数:146
LINUX学习笔记
linux运维故障处理:http://book.51cto.com/art/201405/438561.htmRHEL7.0系统安装图解:http://os.51cto.com/art/201406/442839.htm红帽子官方手册:https://access.redhat.com/documentation/zh-CN/一、linux中文显示乱码解决办法:vi/etc/sysconfig/i18n将内容改为LANG="zh_C..
分类:系统相关   时间:2015-05-25 14:51:39    阅读次数:539
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!