码迷,mamicode.com
首页 >  
搜索关键字:记事本 word    ( 19912个结果
设置快捷键 让word轻松实现无格式粘贴
设置快捷键 让word轻松实现无格式粘贴使用word时,我们经常会遇到需要将网页上的内容复制到word进行编辑的情况,但是通常这样复制进来的内容都是带有格式的,编辑起来非常不便。虽然我们可以利用“记事本”来消除格式,也可以在word中,通过执行“编辑”→“选择性粘贴”的方式选择无文本粘贴,但是这些还...
分类:其他好文   时间:2014-05-16 06:39:31    阅读次数:284
LeetCode OJ - Reverse Words in a String
题目: Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the".解题思路: 1、先对字符串进行一次总...
分类:其他好文   时间:2014-05-16 05:44:30    阅读次数:263
pdu(No.1004)
注意是>=//#define LOCAL#include#include#include#include#includeusing namespace std;int T,maxx;std::map word_count;std::map::iterator be,ed,result;string ...
分类:其他好文   时间:2014-05-16 05:20:32    阅读次数:294
emacs quick open and jump file (or buffer) which name is current word
Sometime, we need to open a file or buffer which name began with current word in emacs. Here I give the solution as follows. (provide 'quick-file-jump) (defun ab/quick-buffer-jump () "Quickly jum...
分类:其他好文   时间:2014-05-15 15:02:20    阅读次数:373
使用 Edit + MASM 5.0 编译器 + Linker 连接器
其实这种方式是很简单的,只是很麻烦,因为简单而且麻烦, 所以我采用尽可能的将截图传上来,然后稍加注解的方式进行介绍, 软件准备: 需要 MASM 5.0 或者以上的汇编编译器 首先,是要编辑汇编源代码: 其实对于源码的编辑根本不需要向如下这么麻烦,直接拿个记事本就 OK 了 运行 cmd 命令 输入...
分类:其他好文   时间:2014-05-15 11:07:10    阅读次数:304
WORD2007不能添加页码的解决方法
1.打开Word20072.单击MicrosoftOffice按钮(左上角的圆圈)3.单击“Word选项”(在页面的右下方)4.单击“加载”项(页面左边一排,倒数第三个,出现的页面中,向最下面那排看,找到“管理”)5.在“管理”的下拉列表中,选择“模板”,然后单击“转到”6.按添加从以下位置添加..
分类:其他好文   时间:2014-05-15 08:56:33    阅读次数:332
xmapp 配置虚拟主机
开启了httpd-vhosts.conf,默认的httpd.conf默认配置失效(确保httpd-vhosts.conf文件里也开启了虚拟主机配置,见第3条),访问此IP的域名将全部指向vhosts.conf中的第一个虚拟主机。1、首先修改C盘WINDOWS\system32\drivers\etc目录下的hosts文件,用记事本打开,加入:127.0...
分类:移动开发   时间:2014-05-15 08:37:06    阅读次数:342
Web应用Word生成
Web应用Word生成方案...
分类:Web程序   时间:2014-05-15 06:02:11    阅读次数:414
POJ 1002 487-3279
Description Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or phrase. For example, you can call the Universit...
分类:其他好文   时间:2014-05-15 00:20:39    阅读次数:332
如何批量部署Office 2013 (四)——部署本地安装源
所谓本地安装源也就是Office安装完成后,在本地的C盘可以看到MSOCACHE这个隐藏文件夹,后续安装完成后如果想对Office进行任何组件上的更改都需要依靠这个隐藏的缓存文件夹来实现在部署Office的过程中首先也会把这个缓存文件夹拷贝到对应的客户端中,因此对于批量部署来说这有可..
分类:其他好文   时间:2014-05-14 15:41:50    阅读次数:334
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!