好久没写了,平时也就能改一下E线图而已……
发现这个PJ的AntiSpam太差了点……我这小空间哪还经得起这样的折腾啊……
昨天碰到一个正则的问题,想了老半天也没能解决……
会计这东西真的很重要啊,但是我怎么就没有这根经呢……
恶心的事情还是蛮多的,还是做一个疯疯癫癫的人比较好……
立此存照:
Generated Sun Mar 11 2007 01:01:29 GMT+0800
Enabled Extensions: (15)
Blue Ice 1.2.2
Clipmarks 1.0.0
Cooliris Previews 2.1
del.icio.us Bookmarks 1.3.87
Firebug 1.01
GNOME 2.0.0
IE Tab 1.3.1.20070126
ListZilla 0.8
macfoxIIgraphite 2.1.1
Maxi 1.0
Performancing 1.3.5
Super DragAndGo 0.2.6
United States English Dictionary 2.0.0.6
Web Developer 1.0.2
Winestripe 1.2.1
HLW,Always。
发表评论
-
创意+行动
2007-08-04 18:26 676 -
A song to sing
2007-07-08 18:25 867你怎么舍得我难过词曲唱:黄品源对你的思念 是一天又一天孤单的我 ... -
Learn to be lonely
2007-07-08 18:25 1067Learn To Be Lonely词:Charles Har ... -
流水账
2007-06-17 18:21 9081. Flickr真的被hx了……是不是因为厦门的原因?Zuo ... -
Windows Vista did not steal ideas from Mac OS X!
2007-06-02 17:56 972 -
神奇的图片
2007-05-13 18:26 977今天翻电脑的时候发现一张图片,在缩略图查看的时候是一张美女在床 ... -
百度“免责声明”
2007-04-26 17:51 1386百度提醒您:在使用百 ... -
承诺就好比拉肚子
2007-04-07 18:09 840“承诺就好比拉肚子。冲到厕所拉好了,爽了,才发现自己没带纸。承 ... -
对话
2007-04-06 18:11 846H : 我晚上喝了好多水,但是都还没有上过厕所…… W : 那 ... -
生活中总有一些事情让人狂汗
2007-04-05 18:08 8871、一觉醒来,我从一个健康的人沦落为病号。2、本来有戏的东西, ... -
Dump Vista, take Linux with beryl!
2007-03-23 18:09 781别再去想那Vista了,用beryl吧! -
What a wonderful job you have done! Web Gtalk!
2007-03-18 17:47 873 -
马上就删
2007-03-16 17:47 746... -
点名……
2007-03-14 17:44 750今天刚登上MSN就来了一条离线留言: 2007-3-11 1 ... -
不再妄想站在风口浪尖,沉入我的深洋,步入夜一般的黑暗,那里才是归宿,才是神的旨意。
2007-03-14 17:44 732 -
Is it good news or bad news? I dont even know
2007-03-14 17:44 475今天的两件事,于我来说,不知道是什么。三大中的两大。但是,Be ... -
GoogleTube
2007-03-14 17:44 738收购之后该何去何从?YouTube+Google=Google ... -
给关心我的人们
2007-03-14 17:44 893谢谢你们对我的关心,但我只能说,我又一次让你们失望了。总是被动 ... -
一个昏沉的大脑+微软Live I'm计划
2007-03-14 17:44 914今天一晚上都在网上忙 ... -
googlesyndication--Google企业联合组织?
2007-03-14 17:44 1376今天上月光博客的时候发现http://www.googlesy ...
相关推荐
import re import requests from lxml import etree import math '''源地址''' ...'''模拟浏览器头部信息''' ... response = requests.get(url_source,headers=headers).text res = etree.HTML(response
).getTable("MyTable").display()); 创建表并写入数据: Database db = Database.create(new File("new.mdb"));Table newTable = new TableBuilder("NewTable") .addColumn(new ColumnBuilder("a") ....
-fdl Reset to the factory default. (Clean LAN) option: -d | Detected IPMI device for BMC reset. -fde Reset to the factory default. (Clean FRU & LAN) option: -d | Detected IPMI device for BMC reset...
file_get_contents() 函数把整个文件读入一个字符串中,和 file() 一样,不同的是 file_get_contents() 把文件读入一个字符串. file_get_contents() 函数是用于将文件的内容读入到一...
public FileResult GetFile(string html) { html = Server.UrlDecode(html); ExportFile result = new ExportFile(html); result.AlertErrmsg = "HTML不正确:" + html; return result.Get...
// file_get_contents("php://input")得到的是jpg格式的180*180图片内容,存成图片文件即可 // get中会带有activityKey=xxx,其中xxx为sina.php中的verifycode参数 file_put_contents('upload_profile.txt',...
private String getData(String result, String path) { try { Scanner in = new Scanner(new File(path)); while (in.hasNextLine()) { result += in.nextLine() + "\r\n"; } } catch ...
Django 中request.get和request.post的区别 POST和GET差异: POST和GET是HTTP协议定义的与服务器交互的方法。GET一般用于获取/查询资源信息,而POST一般用于更新资源信息。另外,还有PUT和DELETE方法。 POST和GET都...
而Jquery库提供了一系列封装好的Ajax函数,如$.get(), $.post(), $.ajax(), 和$.getJSON(),这些函数简化了前端开发者与后端数据交互的过程。 ### 1. $.get() `$.get()`函数是最简单的一种异步请求方式,它发送一...
音频文件输入连接示例: var concatenateAudios = [ Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory, '1.mp3').nativePath, Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory, '2....
In order to get started with ROS, there are some prerequisites to be satisfied. The prerequisites are to have a good understanding of Linux, especially Ubuntu; a good understanding of Linux shell ...
本篇将详细介绍如何解决jQuery跨域问题,涉及的方法包括$.get、$.post和$.getJSON等。 首先,我们需要理解什么是跨域。同源策略是浏览器为保障安全而实施的一项机制,它规定JavaScript只能访问与当前页面同源(协议...
SIFT: Scale Invariant Feature Transform SIFT isn’t just scale ... You can change the following, and still get good results: • Scale (duh) • Rotation • Illumination • Viewpoint
Get.Smart.1965.s01e19.Back.to.the.Old.Drawing.Board.avi [175.48 Mb] Get.Smart.1965.s01e20.All.in.the.Mind.avi [175.44 Mb] Get.Smart.1965.s01e21.Dear.Diary.Dear.Diary.avi [175.40 Mb] Get.Smart....
后来,我通过跟踪发现,这类情况的出现,跟 PHP 的 file_get_contents() 函数有着密切的关系。 大、中型网站中,基于 HTTP 协议的 API 接口调用,是家常便饭。PHP 程序员们喜欢使用简单便捷的 file_get_...
sprintf(pcOut,"{\"base64\":\"%s\",\"filename\":\"%s\"}",*p.get(),"D:\\\\job\\\\greatwall\\\\test\\\\out.jpg"); //const char* ret = _64tofile(pcOut); std::unique_ptr*>ret(new const char*(_64...
var inputAudio = Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory, 'example.mp3'); var outputAudio = Ti.Filesystem.getFile(Ti.Filesystem.applicationDataDirectory, 'cropped-example....
NETDATA,AWSTAPE和HET文件Python库打开并解压缩(卸载)XMI / AWS / HET大型机文件。安装您可以使用以下方法从PyPI安装xmi库: python3 -m pip install xmi-reader如何使用使用此库的最简单方法是导入此模块,... get
PHP SHOW 防火墙 1.1.2 更新日志: 修正小细节 使用方法: if ( is_file( "./firewall.php" ) ){require_once ("./...把$_GET["str"]; 替换为 check($_GET["str"]); 编码格式:utf-8
EXIF.getData(file, function() { // alert(EXIF.pretty(this)); EXIF.getAllTags(this); //alert(EXIF.getTag(this, 'Orientation')); Orientation = EXIF.getTag(this, 'Orientation'); //...