onlyou13

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 4 5 6 7 8 9 10 下一页

2018年11月6日

摘要: 链接: https://pan.baidu.com/s/1Fy2LbcpmujOiqtNZ3ZySOQ 提取码: ts5k 阅读全文
posted @ 2018-11-06 09:50 onlyou13 阅读(89) 评论(0) 推荐(0) 编辑

2018年10月23日

摘要: unit Unit2; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm2 = class(TForm) Button1: TButton; procedure FormCr... 阅读全文
posted @ 2018-10-23 15:33 onlyou13 阅读(122) 评论(0) 推荐(0) 编辑

2018年9月17日

该文被密码保护。 阅读全文
posted @ 2018-09-17 19:00 onlyou13 阅读(12) 评论(0) 推荐(0) 编辑

2018年8月1日

该文被密码保护。 阅读全文
posted @ 2018-08-01 20:48 onlyou13 阅读(5) 评论(0) 推荐(0) 编辑

2018年7月11日

摘要: procedure TForm1.Button1Click(Sender: TObject); var hGame: THandle; pid, ProcessID: Cardinal; readCount: Cardinal; arrByte:array[0..1023] of Byte; gWidth, gHeight: Integer; totalBytes: In... 阅读全文
posted @ 2018-07-11 22:06 onlyou13 阅读(128) 评论(0) 推荐(0) 编辑

2018年6月3日

摘要: import urllib, urllib.request, urllib.parse import random import zlib import re import os, time SavePath="Save" def InitDev(): AllHanzi = "" if not os 阅读全文
posted @ 2018-06-03 16:31 onlyou13 阅读(352) 评论(0) 推荐(0) 编辑

2018年3月21日

摘要: // test.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #include using namespace std; int _tmain(int argc, _TCHAR* argv[]) { TCHAR szPath[MAX_PATH]; GetSystemDi... 阅读全文
posted @ 2018-03-21 15:40 onlyou13 阅读(2439) 评论(0) 推荐(0) 编辑

2018年3月12日

该文被密码保护。 阅读全文
posted @ 2018-03-12 15:13 onlyou13 阅读(1) 评论(0) 推荐(0) 编辑

2018年2月23日

摘要: function GetLeft(sText, sepStr: string): string; var p: Integer; begin p := Pos(sepStr, sText); if p = 0 then Exit(''); Result := Copy(sText, 1, p - 1); end; function GetRight(sText, sepStr... 阅读全文
posted @ 2018-02-23 10:38 onlyou13 阅读(232) 评论(0) 推荐(0) 编辑

2017年12月21日

摘要: 改编自:http://www.jianshu.com/p/588241a313e7 # _*_ coding:utf-8 _*_ import urllib2 import re class TestProxy(object): def __init__(self, timeout): self.url = 'http://www.baidu.com' ... 阅读全文
posted @ 2017-12-21 14:11 onlyou13 阅读(1224) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 下一页