会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xdsfoo
博客园
首页
新随笔
新文章
联系
管理
订阅
上一页
1
2
3
下一页
2016年9月4日
TCP/IP 七层协议
摘要:
阅读全文
posted @ 2016-09-04 10:30 xdsfoo
阅读(168)
评论(0)
推荐(0)
2016年9月1日
kibana 搜索提示挡住输入框
摘要: 临时解决办法 $(".typeahead-items").css("margin-top","33px")
阅读全文
posted @ 2016-09-01 17:48 xdsfoo
阅读(225)
评论(0)
推荐(0)
2016年1月14日
删除所有已退出容器
摘要: sudo docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs sudo docker rm
阅读全文
posted @ 2016-01-14 10:08 xdsfoo
阅读(193)
评论(0)
推荐(0)
2016年1月6日
nginx
摘要: pcre下载地址 zlib下载地址 openssl下载地址 --with-stream 开启tcp代理
阅读全文
posted @ 2016-01-06 10:58 xdsfoo
阅读(146)
评论(0)
推荐(0)
2015年12月25日
mac 换ssd硬盘启用trim
摘要: sudo trimforce enable
阅读全文
posted @ 2015-12-25 15:46 xdsfoo
阅读(222)
评论(0)
推荐(0)
2015年12月3日
Docker私服仓库push 错误
摘要: docker push 提交时错误提示; 提示的说明要加--insecure-registry 参数, 此参数是要在docker 服务启动时添加, 可通过以下命令查看是否使用此参数; 在google 上找到很多种加此参数的方式都不成功,可能版本不对吧; centos6.5, docker 1.7.1
阅读全文
posted @ 2015-12-03 10:56 xdsfoo
阅读(2618)
评论(0)
推荐(0)
2015年11月30日
linux maven安装配置
摘要: 1.Run the wget command from the dir you want to extract maven too. wget http://mirrors.cnnic.cn/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9
阅读全文
posted @ 2015-11-30 15:42 xdsfoo
阅读(2812)
评论(0)
推荐(0)
2015年11月3日
centos下载jdk
摘要: 1 wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jd...
阅读全文
posted @ 2015-11-03 13:23 xdsfoo
阅读(277)
评论(0)
推荐(0)
2015年10月21日
Java MVC Controller 中通过不同方式获取 @PathVariable 参数值
摘要: 1.最常用,也是最直接使用方法,通过@PathVariable注解获取 2.需要通用@PathVariable注解批量获取, 只有注解的参数才能得到 3.批量获取,不需要任何注解
阅读全文
posted @ 2015-10-21 15:36 xdsfoo
阅读(1457)
评论(0)
推荐(0)
2013年1月15日
其它
摘要: DBLinq代码生成DbMetal.exe --provider=MySql --database:Account_Logs --server:10.0.12.10 --user:root --password: --namespace:Sodao.AlipayCallback --code:c:/AlipayCallback.cs --dbml:c:/alipayca.dbml -sprocs
阅读全文
posted @ 2013-01-15 16:01 xdsfoo
阅读(153)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告