PCB_触摸延时开关
11月17日
#include<stdio.h>#include<stdlib.h>#include<time.h>int main(){ int n1,n2,answer; srand(time(NULL)); n1=0+rand()%100; n2=0+rand()%1...
GD库处理图片文字水印/图片水印/图片压缩
<?php require 'image.GD.class.php'; $img_url = 'image/1.jpg';  ...
关关采集器
基于IIS服务器自动配置PHP和MySQL环境
本文所介绍的方式为使用zkeys安装包进行安装,整个过程非常简单,适合新手使用。安装PHP和MySQL服务器之前需要先安装IIS。软件版本: PHP 5.2.10eAccelerator0.9.5.3for PHP 5.2.10ZEND3.3.3MYSQL5.0.85PHPMYADMIN2...
Python正则采集邮箱脚本
def regcontent(urlstr): respose=urllib.request.urlopen(urlstr) html=respose.read() f=re.compile(r'\d{3,12}@.{2,3}.com') items=f...
Sublime Text2 汉化/破解
下载 SublimeText2并安装完成下载汉化包Sublime-Text-2中文包.zip将压缩包解压到Sublime-text-2/Packages/Default目录即可汉化完成注册码:----- BEGIN LICENSE -----Andrew WeberSing...
Bt种子转磁力链
test.php include 'BEncode.php';include 'BDecode.php'; $torrent_content = file_get_contents('filename.torrent'); $desc = BDecode($torrent_content);$in...
mysql 12条入门语句
连接到数据库服务器 mysql-h地址-u用户名-p密码;创建数据库 createdatabase库名;查看所有库 showdatabases;选择目标库 use库名;删除数据库 drop...
字符串的拆分与合并
拆分字符串可以使用explode('拆分字符',文本);合并字符串可以使用implode(数组,'合并字符');<?php$str='php,linux,mysql';$arr=explode(',',$str);//返回的类型为数组implode($arr,',');?>...
友情链接
人生重开模拟器Powered By Cheug's Blog
Copyright Cheug Rights Reserved.