yyyyyyyyyyyyyyyyyyyy

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 230 231 232 233 234 235 236 237 238 ··· 367 下一页

2015年10月27日 #

摘要: vim编辑器 批量注释与反注释 在使用vim编写代码的时候,经常需要用到批量注释与反注释一段代码。下面简要介绍其操作。 方法一 块选择模式 插入注释: 用v进入virtual模式 用上下键选中需要注释的行数 按Control+v(win下面ctrl+q)进入列模式 按大些“I”进入插入模式,输入注释 阅读全文
posted @ 2015-10-27 14:45 xxxxxxxx1x2xxxxxxx 阅读(465) 评论(0) 推荐(0)

2015年10月25日 #

摘要: visual studio 2013常用快捷键 VS2013快捷键大全Visual Studio 2013 是一个基本完整的开发工具集,它包括了整个软件生命周期中所需要的大部分工具,如UML工具、代码管控工具、集成开发环境(IDE)等等。VS 2013 中新增了很多提高开发人员工作效率的新功能,比如... 阅读全文
posted @ 2015-10-25 14:14 xxxxxxxx1x2xxxxxxx 阅读(255) 评论(0) 推荐(0)

摘要: 官网下载qt-opensource-windows-x86-mingw482_opengl-5.3.1.exe( http://qt-project.org/downloads)。这个可执行程序已经为我们封装好了Qt libraries、Qt Creator。所以我们只需要这一个可执行程序就好了。q... 阅读全文
posted @ 2015-10-25 14:03 xxxxxxxx1x2xxxxxxx 阅读(970) 评论(0) 推荐(0)

摘要: Qt4.8在Windows下的三种编程环境搭建Qt的版本是按照不同的图形系统来划分的,目前分为四个版本:Win32版,适用于Windows平台;X11版,适合于使用了X系统的各种Linux和Unix平台;Mac版,适合与苹果MacOSX;embedded版,适合于具有帧缓冲(frame buffer... 阅读全文
posted @ 2015-10-25 14:00 xxxxxxxx1x2xxxxxxx 阅读(544) 评论(0) 推荐(0)

2015年10月23日 #

摘要: java.util.concurrent.ThreadPoolExecutorAnExecutorServicethat executes each submitted task using one of possibly several pooled threads, normally confi... 阅读全文
posted @ 2015-10-23 21:18 xxxxxxxx1x2xxxxxxx 阅读(201) 评论(0) 推荐(0)

2015年10月22日 #

摘要: excel导入csv,csv要从unicode转为gb2312, 否则提示:此文本文件包含的数据无法放置在一个工作表中 阅读全文
posted @ 2015-10-22 18:51 xxxxxxxx1x2xxxxxxx 阅读(3331) 评论(0) 推荐(0)

2015年10月21日 #

摘要: [Docs] [txt|pdf] [draft-ietf-httpst...] [Diff1] [Diff2] [Errata] ... 阅读全文
posted @ 2015-10-21 16:44 xxxxxxxx1x2xxxxxxx 阅读(921) 评论(0) 推荐(0)

摘要: cookie(储存在用户本地终端上的数据)Cookie,有时也用其复数形式Cookies,指某些网站为了辨别用户身份、进行session跟踪而储存在用户本地终端上的数据(通常经过加密)。定义于RFC2109和2965都已废弃,最新取代的规范是RFC6265[1] 。中文名储存在用户本地终端上的数据外... 阅读全文
posted @ 2015-10-21 16:42 xxxxxxxx1x2xxxxxxx 阅读(1335) 评论(0) 推荐(0)

摘要: package ;import java.io.IOException;import java.io.InputStream;import java.util.List;import java.util.concurrent.ArrayBlockingQueue;import java.util.c 阅读全文
posted @ 2015-10-21 16:24 xxxxxxxx1x2xxxxxxx 阅读(140) 评论(0) 推荐(0)

摘要: Class ThreadPoolExecutorjava.lang.Object java.util.concurrent.AbstractExecutorService java.util.concurrent.ThreadPoolExecutorAll Implemented Int... 阅读全文
posted @ 2015-10-21 14:36 xxxxxxxx1x2xxxxxxx 阅读(209) 评论(0) 推荐(0)

上一页 1 ··· 230 231 232 233 234 235 236 237 238 ··· 367 下一页