打开IDEA->File->new -> Project from existing ..->选择你的工程,导入: ...
分类:
其他好文 时间:
2017-06-07 15:40:29
阅读次数:
150
Java并发基础(六) - 线程池 1. 概述 这里讲一下Java并发编程的线程池的原理及其实现 2. 线程池的基本用法 2.1 线程池的处理流程图 该图来自《Java并发编程的艺术》: 从图中我们可以看出当一个新任务到线程池时,线程池的处理流程如下: 线程池首先判断线程池里面线程数是否达到核心线程 ...
分类:
编程语言 时间:
2017-06-06 22:05:29
阅读次数:
266
异常断电后,gitlab报500错误,重启无效 通过sudo gitlab-ctl reconfigure启动时, 提示 [execute] pgsql:could not connect to server: 通过sudo gitlab-ctl start启动时, 提示 timeout:down: ...
分类:
其他好文 时间:
2017-06-06 10:54:23
阅读次数:
969
https://blogs.msdn.microsoft.com/askjay/2009/12/29/basic-debugging-concepts-and-setup/ https://blogs.msdn.microsoft.com/askjay/2009/12/29/basic-debugg ...
分类:
数据库 时间:
2017-06-03 20:05:34
阅读次数:
240
在OSCHINA的GIT上创建远程项目 cd existing_git_repo git init git add Onepass/ Source/ notes.txt git commit -m "init" git remote add origin https://git.oschina.ne ...
分类:
其他好文 时间:
2017-05-30 12:50:15
阅读次数:
246
1、文件的创建和打开 HANDLE CreateFile( LPCTSTR lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreati ...
Martin Fowler在Refactoring: Improving the Design of Existing Code(中译名:《重构——改善既有代码的设计》)一书中与Kent Beck一起总结了22种代码坏味(Bad Smells in Code),因为Sunny这段时间正在做一些与代码 ...
分类:
Web程序 时间:
2017-05-29 12:51:13
阅读次数:
227
1.首先下载需要安装的镜像,可以去官网下载,但需要注册账号,比较麻烦,我在网络上找的,链接如下(供参考): rhel-server-6.4-x86_64-dvd.isohttp://pan.baidu.com/s/1dFfoCwx rhel-server-6.5-x86_64-dvd.isohttp ...
分类:
系统相关 时间:
2017-05-28 18:53:07
阅读次数:
1929
5.02.00 May 27 2017 Important notes (changes that may break existing code) * Changed Use class in kbmMWSmartUtils.pas. Now it will use TkbmMWAutoValue ...
分类:
其他好文 时间:
2017-05-28 16:50:55
阅读次数:
368
The new Delphi Linux compiler enables customers to take new or existing Windows server applications and target Linux servers that are much more afford ...