摘要: 现象和解决办法 https://www.sohu.com/a/200462136_505827 其他现象 https://www.cnblogs.com/seasonsluo/p/java_virt.html 阅读全文
posted @ 2018-12-13 16:47 fanlinglong 阅读(1756) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/milton/p/6134251.html 阅读全文
posted @ 2018-12-13 16:32 fanlinglong 阅读(1001) 评论(0) 推荐(0)
摘要: 这个说明白了怎么搞 https://www.cnblogs.com/congxueda/p/7087144.html 复杂情况下的配置 https://blog.csdn.net/heqian650/article/details/76607383 更多其他从参考 https://segmentfa 阅读全文
posted @ 2018-04-27 10:54 fanlinglong 阅读(285) 评论(0) 推荐(0)
摘要: CentOS系统更换软件安装源 第一步:备份你的原镜像文件,以免出错后可以恢复。 第二步:下载新的CentOS-Base.repo 到/etc/yum.repos.d/ 第三步:运行yum makecache生成缓存 这样就OK了。 资料 阿里云Linux安装镜像源地址: http://mirror 阅读全文
posted @ 2018-01-02 13:48 fanlinglong 阅读(8813) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3 from tensorflow.examples.tutorials.mnist import input_data mnist = input_data.read_data_sets('MNIST_data', one_hot=True) import tensorflow as tf sess = tf.InteractiveSession... 阅读全文
posted @ 2017-12-22 18:10 fanlinglong 阅读(973) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-11-21 17:36 fanlinglong 阅读(150) 评论(0) 推荐(0)
摘要: js判断是否64位 浏览器 navigator.userAgent.match(/x64/i); 阅读全文
posted @ 2017-08-07 13:46 fanlinglong 阅读(1281) 评论(0) 推荐(0)
摘要: Spring动态注册bean实现动态多数据源 http://blog.csdn.net/littlechang/article/details/8071882 阅读全文
posted @ 2017-08-01 15:25 fanlinglong 阅读(419) 评论(0) 推荐(0)
摘要: springMVC 静态资源加版本号 http://blog.csdn.net/zhangt85/article/details/42126275 阅读全文
posted @ 2017-08-01 15:21 fanlinglong 阅读(499) 评论(0) 推荐(0)
摘要: 非常简单的功能。所以代码看起来很漂亮。 如果大家想写自己的插件,推荐一篇博客,写的非常好。 开门见山(入门训练):http://www.cnblogs.com/xcj26/p/3345556.html 敢挑战敢登攀(进阶训练):http://www.jb51.net/article/61694.ht 阅读全文
posted @ 2017-07-31 11:02 fanlinglong 阅读(342) 评论(0) 推荐(0)