首页 > 2014年06月18日 > 全部分享
JAVA 1.7并发之LinkedTransferQueue原理理解
昨天刚看完BlockingQueue觉得好高级啊,今天扫到1.7就发现了升级版。。。。如果对内容觉得不够充分,可以去看http://www.cs.rochester.edu/u/scott/papers/2009_Scherer_CACM_SSQ.pdf就是作者的论文啦,纯英文。。。比较难啃,但是我...
分类:编程语言   时间:2014-06-18 22:08:15    收藏:0  评论:0  赞:0  阅读:404
百度还懂搜索吗?
举例,以“如何查看mininet交换机中的流表”为搜索字符串,搜狗、Google、360搜索、百度的返回结果如下:还能说什么呢???
分类:其他   时间:2014-06-18 22:09:26    收藏:0  评论:0  赞:0  阅读:342
MVC创建XML,并实现增删改
如果创建如下的XML: darren 创建XML文件在HomeController中,在根目录下创建new.xml文件:public ActionResult Index() { return View(); } [HttpPost] public ActionResult AddXml() ...
分类:Web开发   时间:2014-06-18 22:08:48    收藏:0  评论:0  赞:0  阅读:390
系统无法识别移动硬盘的解决过程
1. 如果是从未使用过USB外接设备的,需要查看CMOS参数 对于从来没有使用过USB外接设备的朋友来说,即使正确安装了驱动程序也有可能出现系统无法检测USB硬盘的情况,这主要是由于主板默认的CMOS端口是关闭的,如果没有将其设置为开启状态,那么Windows自然无法检测到移动硬盘了。为了解决这个问...
分类:移动平台   时间:2014-06-18 22:10:43    收藏:0  评论:0  赞:0  阅读:407
编译原理学习笔记 -- 绪论1
1. 语言处理器语言处理系统 _________ 经过预 _______源程序 --> |预处理器| --> 处理的 --> |编译器| --> 目标汇编程序 -------- 源程序 ------- _______ 可重定位的 ______________--> |汇编器| --> 机器代码 --...
分类:其他   时间:2014-06-18 22:10:04    收藏:0  评论:0  赞:0  阅读:451
java.lang.NoClassDefFoundError: org/hibernate/cfg/Configuration解决方法
Autowiring of fields failed; nested exception is...........Error creating bean with name 'siteOperaterFactory': Autowiring of fields fa ...........jav...
分类:编程语言   时间:2014-06-18 22:12:44    收藏:0  评论:0  赞:0  阅读:309
[LeetCode] Word Break
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words.For e...
分类:其他   时间:2014-06-18 22:12:07    收藏:0  评论:0  赞:0  阅读:387
bgr to rgb
因为在研究车牌识别算法(plr),遇到了算法 处理的格式问题,可分三个常用格式:0:rgb1:bgr2:yuv422——需要注意的是,这里为啥选yuv422做识别,当然还可选yuv444,最坏打算可选yuv420,主要是考虑颜色识别效果 R代表红,red; G代表绿,green; B代表蓝,b...
分类:其他   时间:2014-06-18 22:11:26    收藏:0  评论:0  赞:0  阅读:602
6月15号=》146页-155页
6.4.5 配合counter-increment属性添加编号 代码示范: //为该元素定义了一个计数器 元素{counter-increment:mycounter} //在该元素的前端插入定义的计数器 元素:before{con...
分类:其他   时间:2014-06-18 22:13:17    收藏:0  评论:0  赞:0  阅读:481
xhprof 安装使用
1、安装扩展 windows下把 xhprof.dll 放到extensions目录下修改配置文件[xhprof]extension=xhprof.so;; directory used by default implementation of the iXHProfRuns; interface....
分类:其他   时间:2014-06-18 22:13:57    收藏:0  评论:0  赞:0  阅读:522
jquery 事件绑定案例
jquery 事件绑定
分类:Web开发   时间:2014-06-18 22:15:18    收藏:0  评论:0  赞:0  阅读:412
Android学习---ListView和Inflater的使用,将一个布局文件转化为一个对象
本文将介绍ListView和Inflater的使用,将接上一篇文章内容.一.什么是ListView?在android开发中ListView是比较常用的控件,ListView控件可使用四种不同视图显示项目,1.大(标准)图标2.小图标3.列表4.报表,比较常用的是列表的形式.ListItem对象可包含...
分类:移动平台   时间:2014-06-18 22:14:42    收藏:0  评论:0  赞:0  阅读:498
以软件推动工业进步 -嵌入式学习网站
http://www.cnblogs.com/cubean/archive/2010/04/26/1721035.html以下内容转自:http://bbs.msembed.com/showtopic-1238.aspx嵌入式入门篇:什么是嵌入式系统 http://www.he...
分类:Web开发   时间:2014-06-18 22:15:59    收藏:0  评论:0  赞:0  阅读:404
PatentTips - Optimizing power usage by factoring processor architectural events to PMU
BACKGROUNDProcessor power consumption has become a major issue in recent years. The current trend of processor design to multi-core architecture as ea...
分类:其他   时间:2014-06-18 22:17:14    收藏:0  评论:0  赞:0  阅读:479
Implement strStr()
Implement strStr().Returns a pointer to the first occurrence of needle in haystack, ornullif needle is not part of haystack.思路:这是一道字符串匹配的函数,就是找出needle...
分类:其他   时间:2014-06-18 22:16:36    收藏:0  评论:0  赞:0  阅读:466
struts2.1.8 spring2.5.6 hibernate3.3G 依赖jar包
----struts2.1.8---- struts2-core-2.1.8.1.jar struts2核心包struts2-json-plugin-2.1.8.1.jar struts2的json插件--var s = {name:"zhangs",age:"18"}struts2-s...
分类:编程语言   时间:2014-06-18 22:19:11    收藏:0  评论:0  赞:0  阅读:414
Chrome 的插件(Plug-in)与扩展(Extension)的区别
"扩展"和"插件",其实都是软件组件的一种形式,Chrome 只不过是把两种类型的组件分别给与了专有名称,一个叫"扩展",另一个叫"插件"。扩展(Extension),指的是通过调用 Chrome 提供的 Chrome API 来扩展浏览器功能的一种组件,工作在浏览器层面,使用 HTML + Jav...
分类:其他   时间:2014-06-18 22:18:26    收藏:0  评论:0  赞:0  阅读:548
抓包实例
超过70秒的请求是通过分析IIS日志发现的:10.159.63.104是SLB的内网IP。通过Wireshark抓包分析请求是9:22:21收到的(tcp.stream eq 23080):09:22:21.299838000 10.159.63.104 10.161.241.208 ...
分类:其他   时间:2014-06-18 22:17:46    收藏:0  评论:0  赞:0  阅读:405
PatentTips - Controlling TSC offsets for multiple cores and threads
BACKGROUNDMany processors include a time stamp count (TSC) counter which is typically implemented as a counter that increments at a fixed rate. Some k...
分类:其他   时间:2014-06-18 22:19:47    收藏:0  评论:0  赞:0  阅读:519
windows远程连接Mac、Mac远程连接Mac、Mac连接Windows
最近因为要进行学习交流,需要用到远程连接,所以找了三种不同的方式,记录如下1.Windows远程连接Mac1.mac os x电脑设置系统偏好设置-共享-勾选“远端管理”,然后在电脑设置—VNC显示程序可以使用密码控制屏幕输入8位密码,并输入登录使用的密码允许设置,这样就可以通过其它PC或Mac上的...
分类:Windows开发   时间:2014-06-18 22:20:28    收藏:0  评论:0  赞:0  阅读:694
1522条   上一页 1 ... 69 70 71 72 73 ... 77 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!