??xml version="1.0" encoding="utf-8" standalone="yes"?>
官方介绍Q?
Remember everything. Evernote allows you to easily capture information in any environment using whatever device or platform you find most convenient, and makes this information accessible and searchable at any time, from anywhere.
1.Google NotebookQ?/p>
介:View and edit your notebooks
星Q??
d|址Q?
http://www.google.com/ig/directory?root=/ig&dpos=top&num=24&url=http:...
2.Remember the MilkQ?/p>
介:Official gadget for task management and to-do list service,
Remember The Milk.
星Q四星半
d地址Q?
http://www.google.com/ig/directory?root=/ig&dpos=top&num=24&url=http:...
3.Sticky NoteQ?/p>
介:Add sticky notes to your homepage.
星Q三星半
d地址Q?
http://www.google.com/ig/directory?root=/ig&dpos=top&num=24&url=http:...
4.To-Do ListQ?/p>
介:A simple to-do list that sorts by priority.
星Q三星半
d地址Q?
http://www.google.com/ig/directory?root=/ig&dpos=top&num=24&url=http:...
5.To-Do ListQ?/p>
介:Maintains a list of stuff you need to do. NEW 11/12/06: Saves lists
on Google's servers so you can view and edit your lists from anywhere!
星Q四?
d地址Q?
http://www.google.com/ig/directory?root=/ig&dpos=top&num=24&url=http:...
6.ToDo Reminder ListQ?/p>
介:To Do List, with self-email reminder option
星Q(未评Q?
d地址Q?
http://www.google.com/ig/directory?root=/ig&dpos=top&num=24&url=http:...
7.Uday's Scratch PadQ?br />
介:Looking for a scratch pad on your homepage? Here it is.. Write down
whatever you want and never worry about saving it..
星Q(未评Q?
d地址Q?
http://www.goog2.le.com/ig/directory?root=/ig&dpos=top&num=24&url=htt...
2、加重显C网中的文字:有时候我们可能要对网中的某一部分文字q行加重昄Q来方便区别Q单?#8220;Text Markups”按钮Q在它的下面会列Z下效果:加粗效果B、高亮显CH、倾斜昄I、删除效果S和添加下划线U。从中Q选一U效果,然后扑ֈ|页中要做标记的文字上单击鼠标左键,文字׃发生相应的变化,q且在前面加上一个iMarkup的标志(如图1Q?/p>
3、对|页部分内容做圈释:利用ȝ工具我们q可以对|页q行圈释Q单?#8220;Paint Brush”按钮Q首先选择“Brush Color”讄ȝ的颜Ԍ然后选择“Brush Width”调整ȝ的宽度,接下来选择“Paint Brush”l制LU条或?#8220;Straight Brush”l制直线Q用鼠标圈选要q行注释的文字,双击刚才d的文字部分,在弹出的“Add Your Annotation”H口中输入注解文字,以后鼠标指向q里的时候你的注解就会显C出来(如图1Q?/p>
4、其他注释:?#8220;Objects”中你可以为网|加箭头、声韛_附加文g{更为强大的注释Q但q样做会增大|页体积Q不利于我们发送给其他|友Q另?#8220;Office”中的注解工具和上面的使用Ҏ差不多,我们在这里就不多说了?/p>
提C:对于我们已经注解的网,Z我们方便阅读Q可以单击鼠标右键,在弹出的快捷菜单中选择“Minimize”命oQ将注解最化Q当鼠标Ud到注解位|时Q注解就会自动弹出来Q或者选择“Office”中的“Transparent Sticky”l网|加透明注释?/p>
三、把注解q的|页发送给其他|友
使用iMarkup的发送注解功能可以o我们的网上交更加方便,举一个最单的例子Q比如我要告诉我一个刚刚学会上|的朋友Q如何在Web方式下登录E-mail信箱Q那么我可以先打开该网站的d面Q然后在需要做注解的地Ҏ加上说明性的文字Q如?Q,
然后单击工具栏上?#8220;Collaborate”下拉菜单中的“Email Annotations”命oQ则可以把网连同注解一起发送给其他|友Q注意第一ơ用该功能Ӟ需要你讄自己的邮件地址和SMTP服务器地址Q然后把|页q同注解保存下来后,输入Ҏ的邮地址可以发送了Q如?Q,
Ҏ只要安装了iMarkup的插件就可以看到我们的注解了?/p>
四、iMarkup的管理功?/strong>
如果我们使用的时间长了,也许会记不清我们曄做过注释的网了Q不要紧QiMarkup本n自带了强大的理功能Q它会自动记录下我们dq注释的|页Q单d具面板上?#8220;Organize”按钮Q就会发现我们以前注释过的网一个也不少的被保存在这里,?#8220;Group by”下拉菜单中可以选择它们的排列方式,如果你想要查找某一|页Q可以在下方的查询框中输入要查找|页的关键字Q单?#8220;Go”按钮卛_开始查找(如图4Q?/p>
另外QiMarkupq提供了多种多样风格的注解样式,你可以从它的|站上下载,单击“iMarkup Main Menu”菜单下的“Download new Sticky Notes”命oQ该软g׃自动q接到iMarkup的下载中心,选择你喜Ƣ的样式q行下蝲卛_?/p>
If use locale
is in effect, the case map is taken from the current locale. See the perllocale manpage.
The /s and /m modifiers both override the $*
setting. That is, no matter what $*
contains, /s without /m will force ``^'' to match only at the beginning of the string and ``$'' to match only at the end (or just before a newline at the end) of the string. Together, as /ms
, they let the ``.'' match any character whatsoever, while yet allowing ``^'' and ``$'' to match, respectively, just after and just before newlines within the string.
These are usually written as ``the /x
modifier'', even though the delimiter in question might not actually be a slash. In fact, any of these modifiers may also be embedded within the regular expression itself using the new (?...)
construct. See below.
The /x
modifier itself needs a little more explanation. It tells the regular expression parser to ignore whitespace that is neither backslashed nor within a character class. You can use this to break up your regular expression into (slightly) more readable parts. The #
character is also treated as a metacharacter introducing a comment, just as in ordinary Perl code. This also means that if you want real whitespace or #
characters in the pattern (outside of a character class, where they are unaffected by /x
), that you'll either have to escape them or encode them using octal or hex escapes. Taken together, these features go a long way towards making Perl's regular expressions more readable. Note that you have to be careful not to include the pattern delimiter in the comment--perl has no way of knowing you did not intend to close the pattern early. See the C-comment deletion code in the perlop manpage.
关于 /m/s l出一个合理的解释Q(通过现象分析实质Q?br />
By default, the ``^'' character is guaranteed to match at only the beginning of the string, the ``$'' character at only the end (or before the newline at the end) and Perl does certain optimizations with the assumption that the string contains only one line. Embedded newlines will not be matched by ``^'' or ``$''. You may, however, wish to treat a string as a multi-line buffer, such that the ``^'' will match after any newline within the string, and ``$'' will match before any newline. At the cost of a little more overhead, you can do this by using the /m
modifier on the pattern match operator. (Older programs did this by setting $*
, but this practice is now deprecated.)
To facilitate multi-line substitutions, the ``.'' character never matches a newline unless you use the /s modifier, which in effect tells Perl to pretend the string is a single line--even if it isn't. The /s modifier also overrides the setting of $*
, in case you have some (badly behaved) older code that sets it in another module.
当有.出现在匹配换行符的位|的时候, 那么将正则在解析的时?/s 的优先要高Q也是字W串q行 sigle line 的解析了?br />
当出?^ 或?$ 来匹配开始位|和l束位置的时候,即ɘq个时候也出现?. W号来匹配换?正则在解析的时?/m 的优先要搞Q也是字W串q行 multiple lines 的解析了?/p>
q就是两个的正则W号的ƈ集,一个不行,另一个顶上的原则?br />
具体可以通过相应的正则调试工兯行测试?
?multiple lines ?. W号是永q也不会用来匚w newline 的,也就?/m 的优先屏蔽?. W号对于 newline 的匹配,如果要 . 能够匚w newline, 那么请?/s
使用 \Q 开始,\E l束Q可使中间的标点W号失去Ҏ意义Q将中间的字W作为普通字W?/p>
使用 \U 开始,\E l束Q除了具?\Q...\E 相同的功能外Q还中间的写字母转换成大写。在大小写敏感模式下Q只能与大写文本匚w?/p>
使用 \L 开始,\E l束Q除了具?\Q...\E 相同的功能外Q还中间的大写字母转换成小写。在大小写敏感模式下Q只能与写文本匚w?/p>
\Q...\E 适合用于Q表辑ּ中需要比较长的普通文本,而其中包含了ҎW号?/p>
表达?/p>
说明
\Q(a+b)*3\E
可匹配文?"(a+b)*3"?/p>
\(a\+b\)\*3
如果不?\Q...\E q行转义Q则Ҏ个特D符可行{义?/p>
首先我们要在台式电脑上安装上UB11B无线|卡?a title="驱动" style="color: #000000" target="_blank">驱动E序Q接下来需要更?a title="无线|卡" style="color: #000000" target="_blank">无线|卡的通讯模式Q在“|络q接”中右键单?#8220;无线q接”q入“属?#8221;讄Q然后选择“无线|络配置”选项卡,单击下面?#8220;高”按钮Q你会看?a title="无线|卡" style="color: #000000" target="_blank">无线|卡的网l连接方式,默认?#8220;M可用的网l(首选访问点Q?#8221;Q由于笔者要l徏的是两块无线|卡之间的对炚w讯Q所以将q个讄改ؓ“仅计机到计机Q特定)”Qƈ?#8220;自动q接到非首选的|络”N。注意,所有这个局域网内的无线|卡都要q行q个讄。(如图3Q?nbsp;
?Q点ȝ大图Q?/td>
![]() |
?Q点ȝ大图Q?/td> |
![]() |
?Q点ȝ大图Q?/td> |
![]() |
?Q点ȝ大图Q?/td> |
![]() |
?Q点ȝ大图Q?/td> |
![]() |
?Q点ȝ大图Q?/td> |
![]() |
?Q点ȝ大图Q?/td> |
![]() |
?0Q点ȝ大图Q?/td> |
![]() |
?1Q点ȝ大图Q?/td> |
l束讄后,pȝ会提CZ重新启动计算机,重启之后Q主机的无线配网卛_完成。这时候客h也重启一ơ后卛_搜烦到无U信号ƈ且可以浏览InternetQ如果还无法上网可以右键点击启动栏内的无U连接指C器选择“查看可用的无U连?#8221;Q这时会搜烦到当前所有可用的无线q接Q我们选择“A4-508”后将“允许我连?#8230;…”N后定卛_。(如图12?3Q?br />
?2
![]() |
?3Q点ȝ大图Q?/td> |
![]() |
?4Q点ȝ大图Q?/td> |