本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
linux下安装memcached出错的解决办法
在CentOS 5下安装memcached失败报如下错误:
[root@localhost memcached-1.4.20]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system ...
【转】docker install on windows
Docker with boot2docker for Windows Tutorial
This tutorial walks you through the basics of using a Java app server (WildFly) via a Linux container, running on Windows with boot2docker. We have been t ...
Linux下安装MySQL Web 管理工具phpMyAdmin
PHP http://php.net/
phpMyAdmin http://www.phpmyadmin.net
Error compiling PHP on CentOS x64
一、安装Apache
请参阅http://billben.iteye.com/admin/blogs/1985244
二、安装依赖包
sudo yum install gd
sudo yum ...
Maven如何安装Jar包到本地仓库
mvn install:install-file -DgroupId=org.wltea.analyzer -DartifactId=IKAnalyzer -Dversion=5.0 -Dpackaging=jar -Dfile=D:/IKAnalyzer-5.0.jar
-Dfile就是你的jar包在你本地硬盘的文件路径
Maven 打jar ,instanll
一、序言
有些情况下,我们需要将公共的工程,或者公共的接口打成jar,然后上传到公共仓库,让其他工程共用,这里我模拟dubbo 的,写一个简单接口工程,然后打成jar,让其他工程使用。
二、实践
1.用idea 建立一个maven 工程,目录结构src->main->java
2.在Java 下面建立一个接口 和一个静态类,并且作为j ...
编译Angular.js
首先,我们要把Angular.js下载下来
Git的地址
https://github.com/angular/angular.js
对于angular.js的官网上不去,可能是被河蟹了。
下载下来我们会发现,根本没有angular.js,原因是我们需要手动构建
使用的就是Grunt,具体的介绍可以百度
如下是快速入门地址
http://www.gruntjs.net/docs/getting ...
如何在Mac中安装damaged的dmg文件
when installing code collaborator client in my Mac, i meet the following error massage.
"Code Collaborator Installer" is damaged and can not be opened.you should eject the disk ima ...