加载中
docker development note

on developer client # macos sudo route -n add -net 172.17.0.0/16 192.168.55.107 # windows route add 172.17.0.0 mask 255.255.0.0 192.168.55.107 -p # on test docker server iptable...

docker dns

http://mageddo.github.io/dns-proxy-server/docs/features There is a opensource application that solves this issue, it's called DNS Proxy Server It's a DNS server that solves cont...

DubboX + SpringBoot最佳实践

我做事有点奇怪,总想找出个最佳的实践方法,或者说套路。 好吧,这一次说的是dubbox和spring-boot的最佳实践

2016/10/27 12:41
1.8K
在Ubuntu中添加诸如zookeeper这样的service

我们总是想着把自己的应用在系统启动时自动启动,但是我们又不会写init.d中的shell脚本,所以,很多时候很无奈地只能手动。现在好了,我们有了systemd这样的东东,我们就很容易把事情给办了。...

2016/10/27 11:49
1.1K
一些Mac OS X 10.9.3 4K的使用感受

很早就关注retina显示器,特别是MacPro垃圾桶出现后,自己对retina这种显示器更是向往:漂亮的字体渲染,高质的界面。

2014/06/20 23:11
722
为了响应大家对IDEA 12的支持,特奉上一个解决中文字体问题的好东东

界面有口口,主要是字体没搞好。这不,我奉上一个fontconfig.properties,然后再设置一下,绝对比使用什么雅黑改编版字体好。 先上几张效果图: # %W% %E% # # Copyright (c) 2009, Oracle a...

2012/12/06 20:48
8.6K
A笔记

1、列表项的默认颜色是:Color.TRANSPARENT,而不是白色,如果设成白色或者其它色,则会使touch反溃失效,因为你设置的这些色已经覆盖了反溃色的显示。 2、自定义widget的方法之一,组合。 ...

2011/09/01 10:08
153
Flutter 笔记

最近开发需要,要接触移动端一些东西,所以看一下flutter。 因为移动端经常是要做一样事情就是即要有android平台,又要有ios平台,所以,选择了Flutter。 为什么不是React Native?因为,Flu...

2019/08/01 14:09
60
佳博打印机 ANDROID

https://www.cnblogs.com/MrDing/p/4337317.html

2019/07/15 02:23
623
Java Unlimited Strength Crypto Policy for Java 9 or 1.8.0_151

October 19, 2017java Starting with Java 1.8.0_151 and 1.8.0_152 there is a new somewhat easier way to enable the unlimited strength jurisdiction policy for the JVM. Without enab...

2019/07/15 00:47
617
vue libs

https://github.com/SortableJS/Vue.Draggable

2019/04/02 23:35
241
反射实例

import lombok.Data; import lombok.extern.java.Log; import java.lang.reflect.Field; import java.lang.reflect.ParameterizedType; import java.util.List; /** * Application * * @auth...

2019/04/01 21:09
175
java collection implode

With Java 8 you can do this without any third party library. If you want to join a Collection of Strings you can use the new String.join() method: List list = Arrays.asList("foo...

2019/02/22 16:17
328
Fedora server wifi

https://fedoraproject.org/wiki/Networking/CLI

2019/01/25 11:13
569
docker network docs

https://www.cnblogs.com/hanxiaohui/p/8550506.html

2019/01/10 05:14
196
dart 资料

http://dart.goodev.org/guides/language/language-tour

2019/01/05 12:11
103
shell script

获取当前时间 currentDatetime="date +%Y%m%d%H%M%S"

2018/12/26 10:18
57
gitlab cicd

https://docs.gitlab.com/ee/ci/docker/using_docker_build.html

2018/12/17 17:49
79
一些思想

其实只是为了解决开发部署的问题,结果沾上了k8s,某一天,才发现,其实使用linux docker再加router再加dns-proxy就可以达到这样的需求,所以…… 其实有些事情需要好好想想,需要的是什么,...

2018/12/17 16:51
56

没有更多内容

加载失败,请刷新页面

返回顶部
顶部