aspx类的验证码处理程序,随后还会记录一般程序的的验证码类 1 using System; 2 using System.Collections.Generic; 3 using System.Web; 4 using System.Web.UI; 5 using System.Web.UI.We ...
分类:
其他好文 时间:
2017-10-15 14:39:37
阅读次数:
219
using GDIPrinterDriver; using System; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; ...
分类:
其他好文 时间:
2017-10-13 16:14:11
阅读次数:
136
[硬件环境] RaspberryPi 3代B型(英国版) [软件环境] 操作系统:Raspbian Python版本:2.7.3 Python库: 1.1) opencv-python(3.2.0.6) [搭建过程] OpenCV Python库: 1. pip安装 [相关代码(暂时未验证,去掉了作 ...
分类:
编程语言 时间:
2017-10-10 11:24:11
阅读次数:
714
近日,HTC宣布,董事会一致通过了与Google签订合作协议书,HTC负责研发Pixel手机的团队及相关人员加入谷歌,并将部分知识产权非专属授权予谷歌,交易共计11亿美元。这次交易进一步强化了谷歌对智能手机及硬件产品事业的投入。 这并不是第一次谷歌为了专利和人才狂下血本,遥想2012年,谷歌还砸下过 ...
分类:
其他好文 时间:
2017-10-09 18:36:26
阅读次数:
628
/* iphone4 */ @media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2){ } /* iphone5 */ @media screen an ...
分类:
移动开发 时间:
2017-09-30 13:25:55
阅读次数:
165
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Drawing; using System... ...
分类:
其他好文 时间:
2017-09-27 13:29:37
阅读次数:
239
>>> from tkinter import *>>> root=Tk()>>> text=Text(root,width=40,height=10) #创建一个text 文本框。长度是40 pixel 高度是10pixel>>> text.pack() #排版>>> text.config(wr ...
分类:
其他好文 时间:
2017-09-27 10:22:20
阅读次数:
168
qrcode.js 1 /*from tccdn minify at 2014-6-4 14:59:43,file:/cn/c/c/qrcode.js*/ 2 /** 3 * @fileoverview 4 * - Using the 'QRCode for Javascript library' ...
分类:
其他好文 时间:
2017-09-26 21:15:36
阅读次数:
268
环境:树莓派3B、最新RASPBIAN系统 方法: ...
分类:
编程语言 时间:
2017-09-26 17:46:20
阅读次数:
517
Given a picture consisting of black and white pixels, find the number of black lonely pixels. The picture is represented by a 2D char array consisting ...
分类:
其他好文 时间:
2017-09-25 13:12:22
阅读次数:
145