码迷,mamicode.com
首页 >  
搜索关键字:word 模板与加载项    ( 17506个结果
hdu1247Hat’s Words (组合单词,字典树+DFS)
Problem Description A hat’s word is a word in the dictionary that is the concatenation of exactly two other words in the dictionary. You are to find all the hat’s words in a dictionary. Input ...
分类:其他好文   时间:2014-07-26 15:02:10    阅读次数:220
【SAS BASE】SCAN函数
1 【例子】 2 3 data a; 4 arg='ABC.DEF(X=Y)'; 5 word=scan(arg,3); 6 put word; 7 run;/*word:X=Y*/ 8 9 data b;10 arg='ABC.DEF(X=Y)';11 word=scan(arg,-3);1...
分类:其他好文   时间:2014-07-26 14:00:15    阅读次数:1364
js计算字数的方法(与word计算出来一样)
【背景】 用户经常要求某个字段要求限制填写多少字,可是js通过value.length取出来的往往跟实际字数相差很多。经常有用户抱怨,明明没写那么多字,可是系统却提示超出字数限制。于是,我研究了word计算字数的规则,写了一段这样程序。...
分类:Web程序   时间:2014-07-26 02:44:36    阅读次数:236
样式里常用的字段截取方式
word-breakoverflow-wrapword-wrap参考:你真的了解word-wrap和word-break的区别吗?Difference between overflow-wrap and word-breakoverflow: hidden;white-space: nowrap;t...
分类:其他好文   时间:2014-07-25 18:56:31    阅读次数:216
可以用来转换JPG格式的PDF转换器
PDF文件无法编辑的问题对于用户来说,困扰比较大。虽然出于定位的原因,PDF文件不提供轻松便捷的编辑功能,但是网友们可以通过不少方法将PDF文件格式转换成为其他格式例如Word,从而实现二次编辑的目的。事实上,...
分类:其他好文   时间:2014-07-25 11:39:22    阅读次数:250
20140724
1、菜单制作:制表位(段落->制表位->) 叶轩楠·········· 上海大学 轩楠叶·········· 上海大学 楠轩叶·········· 上海大学 选完后要选“设置” 2、光盘制作的左对齐,斜体,每篇文章之间的间隙。 3、word中的的三种缩进 从上到下分别是首行缩进、悬挂缩进
分类:其他好文   时间:2014-07-25 02:28:44    阅读次数:265
[leetcode]Length of Last Word
Length of Last WordGiven a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the string.I...
分类:其他好文   时间:2014-07-25 02:26:04    阅读次数:322
支持多转换的PDF在线软件
由于越来越多的文档采用PDF格式,但是用户却无法便捷地对文件内容进行编辑操作,所以就需要将PDF文件转换为WORD文件,转换后利用微软Office或者WPS就可以进行方便地编辑修改了。所谓PDF文件转换就是指从PDF格式文...
分类:其他好文   时间:2014-07-25 00:08:04    阅读次数:183
开源Office Word——DocX
今天,我们来讲一下如何在word中的表格插入数据,这个应该也是相对来比较实用的功能,也算是为上面这位大神补充回善资料吧。...
分类:其他好文   时间:2014-07-24 23:33:33    阅读次数:401
leetcode-Word Search
Word Search  Total Accepted: 11535 Total Submissions: 58659My Submissions Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of seq...
分类:其他好文   时间:2014-07-24 23:04:13    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!