1,进入LOG : 按住ALT再按LGLG

2,手机测试:选项——状态——输入test            71,81机型输入要按两次a(s)键

3,显示IMEI串号:拨号状态下输入*#06#,然后按拨号键

4,查看网络禁用状态:选项——高级选项——sim卡——71,81机型输入meppd,其他机型输mepd

5,解锁:以上第4个步骤后,输入mep2

6,显示通话总时间:qwerty键盘:选项-状态-依次输入字符BUYR
                                  qwertZ键盘:选项-状态-依次输入字符BUZR
                                  super type键盘:832211

7,显示详细通话纪录:短信——按住ALT+P

8,查看ROM版本:按住ALT+CAP+H(全键盘)

9,正在运行的菜单:##038601(全键盘机型)

10,帮帮我:ALT+E+S+C+R

11,手机信号的图标换成数字显示:alt+nmll   (增强键盘要按两下n键)

12,给对方发短信时自动加入时间:输入法调成英文,然后输入LT 之后按空格键,显示时间;输入LD后按空格键,

CD-ROM

10
2009

CD-ROM stands for compact disk read-only memory. Unlike floppy and hard disks, which use magnetic charges to represent 1s and 0s, optical disks use reflected light. On a CD-ROM disk, 1s and 0s are represented by flat areas and bumpy areas (called “pits”) on its bottom surface. The CD-ROM disk is read by a laser that projects a tiny beam of light on these areas. The amount of reflected light determines whether the area represents a 1 or a 0.

 

Like a commercial CD found in music stores, a CD-ROM is a “read-only” disk. Read-only means it cannot be written on or erased by the user. Thus, you as a user have access only to the data imprinted by the publisher.

  Read the rest of this entry »

春花

9
2009

Vickey

21
2009

dsc_1150_2

PHPMailer简单说明

11
2009

PHPmail是一个简单灵活的mail类,好像wordpress也用它,今天试了一下,果然不错。

下载地址:http://phpmailer.codeworxtech.com/

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?php
 
// 引用类
 
require("../class.phpmailer.php");
 
//实例化
 
$mail = new PHPMailer();
 
//设定编码
 
$mail->CharSet ="GB2312";
 
$mail->IsSMTP(); // send via SMTP
 
$mail->Host = "smtp.163.com"; // SMTP servers
 
$mail->SMTPAuth = true; // turn on SMTP authentication
 
$mail->Username = "lwyzsc"; // SMTP username
 
$mail->Password = "rjgxvv88#"; // SMTP password
 
$mail->From = "lwyzsc@163.com";
 
$mail->FromName = "zsc";
 
$mail->AddAddress("lwyzsc@163.com","Josh Adams");
 
$mail->AddAddress("lwyzsc@gmail.com","zsc");
 
//$mail->AddAddress("pietro51@163.com"); // optional name
 
//$mail->AddReplyTo("pietro51@163.com","Information");
 
$mail->WordWrap = 50; // set word wrap
 
//$mail->AddAttachment("/var/tmp/file.tar.gz"); // attachment
 
//$mail->AddAttachment("/123.jpg", "new.jpg");
 
$mail->IsHTML(true); // send as HTML
 
$mail->Subject = "Here is the subject";
 
$mail->Body = '<meta http-equiv=content-type content="text/html; charset=GB2312">This is the <b>HTML body</b>支持中文';
 
$mail->AltBody = "This is the text-only body";
 
if(!$mail->Send())
 
{
 
echo "Message was not sent <p>";
 
echo "Mailer Error: ".$mail->ErrorInfo;
 
exit;
 
}
 
else {
 
echo "Message has been sent";
 
}
?>

ina股票数据接口
以大秦铁路(股票代码:601006)为例,如果要获取它的最新行情,只需访问新浪的股票数据
接口:http://hq.sinajs.cn/list=sh601006这个url会返回一串文本,例如:

1
2
3
var hq_str_sh601006="大秦铁路, 27.55, 27.25, 26.91, 27.55, 26.20, 26.91, 26.92,
22114263, 589824680, 4695, 26.91, 57590, 26.90, 14700, 26.89, 14300,
26.88, 15100, 26.87, 3100, 26.92, 8900, 26.93, 14230, 26.94, 25150, 26.95, 15220, 26.96, 2008-01-11, 15:05:32";

这个字符串由许多数据拼接在一起,不同含义的数据用逗号隔开了,按照程序员的思路,顺序号从0开始。
0:”大秦铁路”,股票名字;
1:”27.55″,今日开盘价;
2:”27.25″,昨日收盘价;

Read the rest of this entry »

Twiki 语法快速指南

摘要:

这份文档主要给出了一些常用的 TWiki 文章编辑方法。TWiki 是一个广泛使用的开源 wiki 系统,通常被企业和组织用户用来共享知识等。更多介绍请看它的官方站点:http://twiki.org

这只是作者的一份编程笔记,其实与网上早期版本的 TWiki 文档中文翻译有些重复,需要更多内容请查看参考文章和链接。

目录

1. 基本语法
1.1 话题
1.2 标题和段落
1.3 字体
1.4 列表
1.4.1 无序号列表

Read the rest of this entry »

BlackBerry IPD file to XLS Converter

abcberryBackup BlackBerry file to XLS on PC

Convert IPD of BlackBerry to XLS file, so as to open it with Excel and edit it in your opinion.

IPD is the file format backuped from BlackBerry. You won’t open or edit it directly. ABC Amber BlackBerry Converter can help you. With it, you can open your IPD file, and convert it to other document formats, like XLS, PDF, HTML, DOC, TXT, CHM, etc.

Here show you the details of converting BlaackBerry backup file(.ipd) to XLS file with ABC Amber BlackBerry Converter step by step. Other formats conversion is similar.

XLS is the file extension of Microsoft Excel. Just add your BlackBerry backup IPD file to it, and choose XLS for the output file format, then click save as button. Wait a minute, you can get your XLS file from IPD. It’s so easy. Then you can open and edit it with your Microsoft Excel. You can also create PDF, HTML, CHM with it.

top