码迷,mamicode.com
首页 >  
搜索关键字:cab    ( 783个结果
String1 is rotating match for
String Rotation. Given two string check if String1 is rotating match for String2 ...
分类:其他好文   时间:2017-12-07 14:56:37    阅读次数:126
JRAT远控
JRAT java写的一款远控 可以控制mac os Windows linux 系统 解压密码123 ...
分类:其他好文   时间:2017-11-27 21:29:07    阅读次数:122
python爬虫之scrapy的pipeline的使用
scrapy的pipeline是一个非常重要的模块,主要作用是将return的items写入到数据库、文件等持久化模块,下面我们就简单的了解一下pipelines的用法。 案例一: class ZhihuuserItem(scrapy.Item): # define the fields for y ...
分类:编程语言   时间:2017-11-26 18:49:19    阅读次数:153
String对象常用方法(字符串操作)
1、charCodeAt方法返回一个整数,代表指定位置字符的Unicode编码。 strObj.charCodeAt(index) 说明: index将被处理字符的从零开始计数的编号。有效值为0到字符串长度减1的数字。 如果指定位置没有字符,将返回NaN。 例如: 2、fromCharCode方法从 ...
分类:其他好文   时间:2017-11-24 17:01:00    阅读次数:148
[oldboy-django][4python面试]有关yield那些事
1 yield 在使用send, next时候的区别(举例m = yield 5) 无论send,next首先理解m = yield 5 是将表达式"yield 5 "的结果返回给m, 而不是m=5这么简单, 所以涉及到如何获取表达式yield 5的值,这就和next,send有关。 当send(a ...
分类:数据库   时间:2017-11-21 01:07:19    阅读次数:222
动画效果
1、实现自身旋转动画效果 不断调用自身这个函数,来实现不停的旋转 [UIView beginAnimations:nil context:nil]; [UIView setAnimationDuration:0.1]; [UIView setAnimationDelegate:self]; [UIV ...
分类:其他好文   时间:2017-11-13 16:34:01    阅读次数:171
three supported reliability levels: * End-to-end * Store on failure * Best effort
https://github.com/cloudera/flume/blob/master/flume-docs/src/docs/UserGuide/Introduction ...
分类:其他好文   时间:2017-11-11 11:37:26    阅读次数:240
UVALive3126 Taxi Cab Scheme —— 最小路径覆盖
题目链接:https://vjudge.net/problem/UVALive-3126 题解: 代码如下: 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cstdlib> 5 #include ...
分类:其他好文   时间:2017-11-07 13:28:13    阅读次数:195
OCX控件打包成CAB并实现数字签名过程
OCX打包CAB并签名过程 一、打包cab 制作cab文件时需要将所有的相关文件都包含进去,可以通过Depends(VC自带的)检查需要的文件。使用inf文件将这些东西都写进去。 1、制作inf文件 default.INF 最开始一般是[Version]区: eg: [Version] signat ...
分类:其他好文   时间:2017-11-04 13:14:46    阅读次数:183
英语基础-01
You have to believe in yourself. That's the secret of success. #你必须要相信自己,因为这是成功的秘诀。 Learn a+辅音 a Kindle a notbook a smart phone a VR camera an+元音 an E ...
分类:其他好文   时间:2017-11-04 00:03:36    阅读次数:184
783条   上一页 1 ... 39 40 41 42 43 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!