未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage” VS2012启动/加载项目出问题 未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage” ...
分类:
其他好文 时间:
2016-08-28 22:25:32
阅读次数:
204
未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage”包 Microsoft Visual Studio 未能正确加载“Microsoft.VisualStudio.Editor.Implementation.Editor ...
分类:
其他好文 时间:
2016-08-28 22:18:09
阅读次数:
110
function checkBrowser(){ //DOM2 级核心 var DOM2Core=document.implementation.hasFeature('Core','2.0'); //DOM3 级核心 var DOM3Core=document.implementation.has ...
分类:
其他好文 时间:
2016-08-26 10:33:42
阅读次数:
166
iOS开发基础知识--碎片31 1:UITableViewCell drawInRect 在iOS7中失败 解决办法,把Cell里的布局移到新建的View里面,在View里面实现DrawInRect,然后在Cell里面加载View,代码如下: @implementation CustomTableV ...
分类:
移动开发 时间:
2016-08-24 13:01:52
阅读次数:
188
//验证码 /** * Servlet implementation class RandomCodeServlet */@WebServlet("/RandomCodeServlet")public class RandomCodeServlet extends HttpServlet { pri ...
分类:
其他好文 时间:
2016-08-24 01:07:59
阅读次数:
143
@property (weak, nonatomic) IBOutlet UILabel *contentLabel; @end @implementation WJAboutMFViewController - (void)viewDidLoad { [super viewDidLoad]; // ...
分类:
移动开发 时间:
2016-08-18 10:05:17
阅读次数:
614
#import "UIImage+image.h"#import <objc/runtime.h>@implementation UIImage (image)+(void)load //只要分类被装载到内存中 就会被调用一次 { Method ohter=class_getClassMethod( ...
分类:
其他好文 时间:
2016-08-17 22:43:43
阅读次数:
159
#import "XZCTextField.h"@implementation XZCTextField////控制清除按钮的位置//-(CGRect)clearButtonRectForBounds:(CGRect)bounds//{// return CGRectMake(bounds.orig ...
分类:
其他好文 时间:
2016-08-17 11:57:26
阅读次数:
156
1. @implementation ViewController */ //-(IBAction)redClick //{ // self.Lable.text =@"我是红色"; // self.Lable.textColor = [UIColor redColor]; // self.Labl ...
分类:
其他好文 时间:
2016-08-15 14:34:44
阅读次数:
123
ACE(Automatic Color Enhancement),自动色彩增强算法,是一种对于彩色图像增强十分行之有效的方法。它的改进算法以及快速实现在文章Automatic Color Enhancement (ACE) and its Fast Implementation,2012中提出。 在 ...
分类:
编程语言 时间:
2016-08-12 20:00:43
阅读次数:
493