会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
MDK-L
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
上一页
1
2
3
4
5
6
7
8
下一页
2015年5月15日
js 复制对象
摘要: function cloneNode(obj){ var o; switch(typeof obj){ case 'undefined': break; case 'string' : o = obj + '';break; case 'nu...
阅读全文
posted @ 2015-05-15 10:57 MyWay686
阅读(176)
评论(0)
推荐(0)
编辑
2015年5月13日
java 图像处理
摘要: 1 package com.linxi.page; 2 3 import java.awt.AlphaComposite; 4 import java.awt.Color; 5 import java.awt.Font; 6 import java.awt.Graphics; 7 ...
阅读全文
posted @ 2015-05-13 23:59 MyWay686
阅读(804)
评论(0)
推荐(0)
编辑
2015年5月11日
centos mysql 修改端口
摘要: http://blog.csdn.net/wobin/article/details/10266165在CentOS上使用yum命令安装mysql后,使用默认端口3306能成功启动,但在/etc/my.cnf里更改端口,mysql启动不成功,后查阅相关资料总结如下:这是更改端口后,进入/var/lo...
阅读全文
posted @ 2015-05-11 16:02 MyWay686
阅读(873)
评论(0)
推荐(0)
编辑
ubuntu 14.04 开启root 用户
摘要: http://blog.csdn.net/lichangzai/article/details/393791531. 修改 root 密码sudo passwd root2.以其他账户登录,通过 sudo nano 修改 /etc/ssh/sshd_config :xxx@ubuntu14:~$ s...
阅读全文
posted @ 2015-05-11 15:58 MyWay686
阅读(284)
评论(0)
推荐(0)
编辑
2015年5月6日
maven 本地 使用私服 配置
摘要: 1 2 3 nexus4 *5 http://ip:8081/nexus/content/groups/public/6 7 nexus ...
阅读全文
posted @ 2015-05-06 15:02 MyWay686
阅读(594)
评论(0)
推荐(0)
编辑
2015年5月4日
mongodb 复制集 2
摘要: 一,节点类型:a) 主节点:支持读写b) 从节点:支持读(需设置)二, 节点环境主节点:192.168.129.47 mongodb安装目录:/home/en/tool/mongodb-linux-x86_64-2.6.9/ mongodb数据目录:/home/en/njqg...
阅读全文
posted @ 2015-05-04 13:21 MyWay686
阅读(391)
评论(0)
推荐(0)
编辑
2015年4月29日
java 出生日期 计算年龄
摘要: 1 public static int getAge(Date birthDay) throws Exception { 2 Calendar cal = Calendar.getInstance(); 3 4 if (cal.before(birthDay)) ...
阅读全文
posted @ 2015-04-29 16:09 MyWay686
阅读(569)
评论(0)
推荐(0)
编辑
2015年4月28日
sea 上传文件
摘要: 1 public void doPost(HttpServletRequest request, HttpServletResponse response) 2 throws ServletException, IOException { 3 ...
阅读全文
posted @ 2015-04-28 17:06 MyWay686
阅读(168)
评论(0)
推荐(0)
编辑
2015年4月17日
spring mvc json 问题
摘要: applicationContext.xml 1 2 3 4 5 6 7 ...
阅读全文
posted @ 2015-04-17 02:28 MyWay686
阅读(482)
评论(0)
推荐(0)
编辑
log4j
摘要: http://www.yiibai.com/log4j/
阅读全文
posted @ 2015-04-17 01:05 MyWay686
阅读(94)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
下一页
公告