1 office-converter. https://cn.office-converter.com/ 一个十分强大的转换网站,各种办公文档的转换,视频格式的转换,音乐格式的转换,图形格式的转换,电子书格式的转换,压缩文件的转换,单位的转换;满足你对转换的所有需求 2 史莱姆搜索 //www.sl ...
分类:
其他好文 时间:
2017-09-20 00:55:47
阅读次数:
283
一. border-color border-width border-style 属性用法遵循顺时针顺序。 border-top- border-left- border-bottom- border-right- a>border-width:值; thin medium thick b>bor ...
分类:
Web程序 时间:
2017-09-19 00:29:39
阅读次数:
364
@echo off for /F "usebackq delims=" %%a in (`echo %1^^^|iconv -f utf-8 -t gb18030`) do ( set xxxx=%%a)echo start D:\Apps\totalcmd\TOTALCMD64.EXE /O %x ...
分类:
其他好文 时间:
2017-09-18 22:17:00
阅读次数:
116
用Visual Studio 2010编译一个C++工程时突然遇到下面这个编译错误:fatal error LINK1123:failure during conversion to COFF:file invalid or corrupt 这是因为VS用来进行COFF格式转换的工具cvtres.e ...
分类:
其他好文 时间:
2017-09-18 20:39:19
阅读次数:
209
实例一:输出12个星座符号,以反斜线分隔 for i in range(12): print(chr(9800+i),end='\\') 实例二:恺撒密码的编码 plaincode=input("明文:") print("密文:") x=ord('A') y=ord('Z') i=ord('a') ...
分类:
其他好文 时间:
2017-09-18 19:48:22
阅读次数:
232
所需要的数据结构 option = { legend:['全市平均','酒仙桥'], series : [{ data:[120, 118, 130] }, { data:[120, 118, 130] }, ] } ...
分类:
其他好文 时间:
2017-09-18 17:36:04
阅读次数:
125
/** 获取字符串 只定宽度内 所需的高度 circleOfFriendsModel.content:字符串内容 DEF_FontSize_12:字体大小 309:只定空间的大小 这里指容放字符串的 宽度 */ CGSize strSize = [circleOfFriendsModel.conte... ...
分类:
其他好文 时间:
2017-09-18 14:55:30
阅读次数:
203
class Solution { class Task { public char task; public int numTasks; } public int leastInterval(char[] tasks, int n) { if (tasks.length == 0) { return... ...
分类:
其他好文 时间:
2017-09-18 13:23:04
阅读次数:
124
162:Post Office 162:Post Office 总时间限制: 1000ms 内存限制: 65536kB描述There is a straight highway with villages alongside the highway. The highway is represent ...
分类:
其他好文 时间:
2017-09-18 11:03:17
阅读次数:
184