会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Simon
博客园
首页
新随笔
联系
订阅
管理
1
2
下一页
2019年9月18日
springboot日志
摘要: 替换日志记录器 替换日志记录器 springboot默认的日志是logback,但是老的系统遗留下来的很多工具包用的log4j 1.去掉springboot日志启动器 1 <dependency> 2 <groupId>org.springframework.boot</groupId> 3 <ar
阅读全文
posted @ 2019-09-18 16:19 范仕泖
阅读(196)
评论(0)
推荐(0)
2018年10月19日
linux设置VPN
摘要: 1.LINUX链接WINDOWS部署的PPTP类型VPN,不支持逐个协议尝试,只支持: 如下图: 2.VPN连上以后如何上外网呢,增加路由表 sudo route add -net 10.10.0.0 netmask 255.255.0.0 gw 10.10.3.122 dev ppp0 意思是:1
阅读全文
posted @ 2018-10-19 16:28 范仕泖
阅读(1)
评论(0)
推荐(0)
2018年10月16日
HikariPool连接池异常
摘要: 异常: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. 解决办法:
阅读全文
posted @ 2018-10-16 17:20 范仕泖
阅读(15873)
评论(0)
推荐(0)
2018年8月15日
常用工具整理
摘要: 数据库客户端管理工具 heidisql,MySQL Workbench,navicat 比较工具 BCompare,kdiff3 版本管理 TortoiseSVN,TortoiseGit SSH客户端 MobaXterm_Personal,XshellPortable FTP客户端 FileZill
阅读全文
posted @ 2018-08-15 14:50 范仕泖
阅读(156)
评论(0)
推荐(0)
2018年7月5日
C#排队处理DEMO
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace TestWait { class Program { public static Queue QueueMessage = ...
阅读全文
posted @ 2018-07-05 17:27 范仕泖
阅读(1278)
评论(0)
推荐(0)
2016年6月7日
VC++运行时静默安装
摘要: 1.由来,因为项目中用到了cef,cef官方文档明确要求需要VC++2013的运行时,所以有了将VC打包进安装包的想法。 2.静默安装命令 Vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.l
阅读全文
posted @ 2016-06-07 10:15 范仕泖
阅读(2275)
评论(0)
推荐(0)
2016年2月3日
hibrenate及Spring配置
摘要: hibrenate配置文件配置MYSQL 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE hibernate-configuration PUBLIC 3 "-//Hibernate/Hibernate Configuration DTD 3
阅读全文
posted @ 2016-02-03 17:30 范仕泖
阅读(557)
评论(0)
推荐(0)
2015年12月11日
后台脚本更新后 如何让前端浏览器也更新脚本
摘要: <link rel="stylesheet" type="text/css" href="reset.css?v=20140829"> <script type="text/javascript" src="core.js?v=20140829"></script> 连接加版本号的方式可以解决这样的
阅读全文
posted @ 2015-12-11 11:38 范仕泖
阅读(345)
评论(0)
推荐(0)
2015年8月18日
httpwebRequest大文件上传
摘要: 1 private string HttpUploadFile(string url, string file, string paramName, string contentType, NameValueCollection nvc, object status) { 2 //log.Debug
阅读全文
posted @ 2015-08-18 09:20 范仕泖
阅读(845)
评论(1)
推荐(0)
2015年5月9日
关于Ubuntu64位系统android开发需要安装依赖包
摘要: ubuntu安装sudo apt-get install lib32z1 lib32ncurses5sudo apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386sudo a...
阅读全文
posted @ 2015-05-09 13:41 范仕泖
阅读(502)
评论(0)
推荐(0)
1
2
下一页
公告