最新 最热

顶级域名Home.loans近320万元易主终端

在域名投资中,目前有越来越多的投资人和终端把目光转向了优质的顶级域名,这些顶级域名也偶有高价成交案例。

2018-01-26
0

富文本编辑器的一键排版功能

在做CMS系统的时候,用户常常会从word粘贴一些东西到编辑器中,早起的富文本编辑器也都提供了去除word格式的功能(尽管有时候比较难用),甚至有时候用户要求打开一个本地的word文件的时候系统能够直接把word文件转换为网站上...

2018-01-19
1

【前端开发系列】—— 文字阴影与样式

id与class的区别id是这个界面唯一的元素,标识某个特定的容器,比如div等等。而class是一种样式,可以应用与多个div。另外他们在配置CSS也是不同的:id:div#test1{...}class:div.test2{}text-shadow为字体属性添加样式阴影wo...

2018-01-18
1

xml-rpc(1)-first demo

今天简单的研究了一下xml-rpc,做了一个小demo,使得最近开发的一个blog系统可以试用word2007来发表文章,现在还没有具体的实现,只是试Word能识别我写的Api. MetaWeblogService.cssusing System;using System.Collect...

2018-01-16
1

Leetcode 79 Word Search

Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cel...

2018-01-12
1

Leetcode 140 Word Break II

Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each word is a valid dictionary word. Return all such possible ...

2018-01-12
1

Leetcode 211 Add and Search Word - Data structure design

Design a data structure that supports the following two operations:void addWord(word)bool search(word) search(word) can search a literal word or a regular e...

2018-01-12
1

Word转PDF文档时,如何嵌入字体

在很多情况下,上传论文的Camera Ready版本时,要求提交PDF版本。下面的文章转自http://blog.csdn.net/chenyusiyuan/article/details/4078671。今天投稿一个IEEE会议时遇到了一个不大不小的问题,在指定的论文提交网站进行...

2018-01-10
1