sha1.asp文件 <script language="javascript" type="text/javascript" runat="server">/* * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, a ...
分类:
Web程序 时间:
2016-08-12 13:22:23
阅读次数:
888
For a working implementation of this project see the sample/ folder. Include the library as local library project or add the dependency in your build. ...
分类:
其他好文 时间:
2016-08-07 06:19:09
阅读次数:
258
入口 最后发现 java.util.regex.Pattern 调用matches() 方法 从而得知 支持正则表达式。 总结: 冒号分析 /** * A {@link ResourcePatternResolver} implementation that is able to resolve a ...
分类:
其他好文 时间:
2016-08-06 08:34:20
阅读次数:
247
Date Abstraction Hiding implementation is not just a matter of putting a layer of fucntions between the variables.Hiding implementation is about abstr ...
分类:
其他好文 时间:
2016-08-05 11:39:04
阅读次数:
130
导航控制器基础
实现上面的导航栏,左侧按钮,中间的TITLE,还有右侧的test按钮,和一个播放的按钮重新创建一个VCRoot根视图控制器#import "AppDelegate.h"
#import "VCRoot.h"@interface AppDelegate ()@end@implementation AppDelegate
- (BOOL)application:(UIApplicati...
分类:
移动开发 时间:
2016-08-05 10:17:56
阅读次数:
263
Contents What is Trie? Trie is a kind of digital search tree. (See [Knuth1972] for the detail of digital search tree.) [Fredkin1960] introduced the tr ...
分类:
其他好文 时间:
2016-08-03 23:50:14
阅读次数:
336
一、面向对象和封装 面向对象的三大特性:封装(成员变量)、继承和多态 在OC语言中,使用@interface和@implementation来处理类。 @interface就好像暴露在外面的时钟表面,像外界提供展示以及接口。@implementation就好像隐藏在时钟内部的构造实现,把具体的实现封 ...
分类:
其他好文 时间:
2016-08-03 21:43:25
阅读次数:
154
桥接模式的定义: 将抽象化(Abstraction)与实现化(Implementation)脱耦,使得二者可以独立地变化。 桥接模式结构图: 桥接模式中得角色: 抽象化(Abstraction)角色:抽象化给出的定义,并保存一个对实现化对象的引用。 修正抽象化(Refined Abstraction ...
分类:
其他好文 时间:
2016-08-03 18:27:07
阅读次数:
127
Microsoft Visual Studio 未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage”包。此问题可能是由配置更改或安装另一个扩展导致的。可以通过查看文件“C:\Users\用户名\AppData\Roami ...
分类:
其他好文 时间:
2016-08-03 15:07:14
阅读次数:
167
UIView的拖拽 1.自定义一个UIView 2.在UIView的.m文件中实现touchMoved方法 实现代码如下 #import "kds.h"@implementation kds- (void)touchesMoved:(NSSet<UITouch *> *)touches withEv ...
分类:
其他好文 时间:
2016-08-02 18:48:55
阅读次数:
115