SSL in Neutron LBaaS haproxy driver 的简单实现。...
分类:
其他好文 时间:
2014-06-20 11:40:53
阅读次数:
349
svn 实现git stash类似的功能% svn diff >
WorkInProgress.txt% svn revert -R .% svn commit -m "Patched to support server
schema change"% patch -p0 -i WorkInProg...
分类:
其他好文 时间:
2014-06-12 00:32:47
阅读次数:
367
1 /* 2 Design and implement a data structure
for Least Recently Used (LRU) cache. It should support the following operations:
get and set. 3 ...
分类:
其他好文 时间:
2014-06-11 13:08:46
阅读次数:
297
Your browser does not support the video tag.
IE9对于video标签确实是不支持的,到了IE10这个问题才有所改善。只是也有解决的办法,去下载一个video.js就能够了,这是一个针对低版本号IE的HTML5视频支持的解决方式,在书写代码时,使用标...
分类:
Web程序 时间:
2014-06-11 13:07:21
阅读次数:
314
6.Entity Use CasesA MUC implementation MUST
supportService Discovery[7].服务端必须实现 service discover6.1Discovering Component
Support for MUC发现服务器是否支持mucA ...
分类:
其他好文 时间:
2014-06-11 10:10:31
阅读次数:
345
Graffiti基于矢量图绘图框架的涂鸦应用
支持直线段、折线、三次贝塞尔曲线、矩形、多边形、椭圆、自由手绘轨迹等多种矢量图元,并且可以随时重新编辑。向本地写JSON规范的vg文件录制绘图过程,文本文件体小,储存负担极小,理论支持无限步redo
undo。始终使用JSON保存涂鸦内容,支持任意时刻....
分类:
其他好文 时间:
2014-06-09 23:02:03
阅读次数:
269
1. Navigation Drawer
许多应用程序都使用了Navigation Drawer,如网易邮箱客户端。该控件位于 android.support.v4.widget.DrawerLayout ,用法如下,点击下载源码:
<android.support.v4.widget.DrawerLayout
xmlns:android="http://schemas.android...
分类:
其他好文 时间:
2014-06-08 09:15:07
阅读次数:
328
Implement wildcard pattern matching with support for '?' and '*'.public class Solution {
public boolean isMatch(String s, String p) {
if (s == null || p == null) return false;
if (...
分类:
编程语言 时间:
2014-06-08 03:10:46
阅读次数:
216
查了一大堆网上的资料全都没用,Google得知,是Windows 7 的socket泄漏
:https://supportkb.riverbed.com/support/index?page=content&id=S23580&actp=LIST_RECENT补丁下载地址:
http://suppo...
分类:
编程语言 时间:
2014-06-07 22:19:32
阅读次数:
857
1.错误:在eclipse中使用run->run on
server的时候,选择tomcat6会报错误:The server does not support version 3.0 of the J2EE Web
module specification2.原因:Tomcat 6.0最多支持Ser...
分类:
Web程序 时间:
2014-06-07 22:16:41
阅读次数:
339