前言: 心血来潮。(受不了现在某翻译app烦人的广告)冒出想法,自己通过百度提供的翻译api接口自己去做一个简易的app来用。小白项目,大佬勿喷 :) 前言: 心血来潮。(受不了现在某翻译app烦人的广告)冒出想法,自己通过百度提供的翻译api接口自己去做一个简易的app来用。小白项目,大佬勿喷 : ...
分类:
移动开发 时间:
2018-11-13 13:08:04
阅读次数:
236
(1)全文的总结, 告诉老师这封信是做什么的.The summary of the letter to tell teacher what you are going to tell him. (2)简述自己为什么做了不好的事情.Summarizing the reasone. (3)写出补救措施. ...
分类:
其他好文 时间:
2018-11-13 02:43:22
阅读次数:
226
Jamie's Contact Groups Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 125536/65536 K (Java/Others) 题目链接:http://poj.org/problem?id=2289 Descripti ...
分类:
其他好文 时间:
2018-11-12 22:18:57
阅读次数:
327
hash hashcode java 1.hash 2.hash算法 1.hash Hash,一般翻译做“散列”,也有直接音译为“哈希”的,就是把任意长度的输入(又叫做预映射pre-image)通过散列算法变换成固定长度的输出,该输出就是散列值。这种转换是一种压缩映射,也就是,散列值的空间通常远小于 ...
分类:
编程语言 时间:
2018-11-12 14:59:44
阅读次数:
210
Given s = "internationalization", abbr = "i12iz4n": Return true.abbr 里数字代表相应的字符数,问字符串是否相等虽然是一个easy 的题但却有两个坑:1. abbr 结尾的地方是数字 例如: s= "internationalizat... ...
分类:
其他好文 时间:
2018-11-12 14:58:26
阅读次数:
299
题目1 混合类型数据格式化输入 (1)实验代码 include int main() { int a; double b,c; char d; scanf("%lf %d %c %lf",&b,&a,&d,&c); printf("%c %d %.2lf %.2lf",d,a,b,c); retur ...
分类:
其他好文 时间:
2018-11-12 12:06:44
阅读次数:
194
Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where the candidate numb ...
分类:
其他好文 时间:
2018-11-11 20:17:13
阅读次数:
117
因为不熟悉 Java 字符串处理的一些function, 一开始写了一个特别丑陋的code: 用了Character 类里的function 后的code: 优化到了95% ...
分类:
其他好文 时间:
2018-11-10 12:35:12
阅读次数:
163
直接上代码!!! /*设置第一个首字母的样式*/ p:first-letter{ color: red; font-size: 30px; } /* 在....之前 添加内容 这个属性使用不是很频繁 了解 使用此伪元素选择器一定要结合content属性*/ p:before{ content:'al ...
分类:
其他好文 时间:
2018-11-10 10:52:37
阅读次数:
125
题目链接:http://bailian.openjudge.cn/practice/1451/ 总时间限制: 1000ms 内存限制: 65536kB 描述 Background A while ago it was quite cumbersome to create a message for ...
分类:
其他好文 时间:
2018-11-10 00:12:01
阅读次数:
188