码迷,mamicode.com
首页 > 2016年08月10日 > 全部分享
Fraction to Recurring Decimal
Given two integers representing the numerator and denominator of a fraction, return the fraction in string format. If the fractional part is repeating ...
分类:其他好文   时间:2016-08-10 06:35:48    阅读次数:172
javaScript的function
一、函数的声明方式 1、普通的函数声明 2、使用变量初始化函数 3、使用Function构造函数 第三种不推荐,因为这种语法导致解析两次代码(第一次解析常规ECMAScript代码,第二次解析传入构造函数中的字符串),从而影响性能,但我们可以通过这种语法来理解,函数是对象,函数名是指针的概念 二、作 ...
分类:编程语言   时间:2016-08-10 06:35:48    阅读次数:220
离散化+线段树 POJ 3277 City Horizon
POJ 3277 City Horizon Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 18466 Accepted: 5077 Time Limit: 2000MS Memory Limit: 65536K Total Su ...
分类:其他好文   时间:2016-08-10 06:35:20    阅读次数:176
Sum of Two Integers
Calculate the sum of two integers a and b, but you are not allowed to use the operator + and -. Example:Given a = 1 and b = 2, return 3. Credits:Speci ...
分类:其他好文   时间:2016-08-10 06:36:05    阅读次数:148
getSpecialDemandShort 取明装暖气片之 特殊需求
post request: { "action": "getSpecialDemandShort", "token": "2ef62304-6c03-4ae9-88c4-9889cc45f613", "isDebug": 1, "requestData": { "DeviceBrandKey": " ...
分类:其他好文   时间:2016-08-10 06:36:19    阅读次数:165
关于路由器的设置
最近从芬兰的oulu转到espoo学习,设置路由器困扰了我一个多星期。在以前学习的地方,只要按照正常的程序设置路由器,就可以直接用了,但是到了这里,路由器连上Wi-Fi以后显示的无internet连接,莫名其妙。首先说一下,aalto这边的网络是不需要输入账户和密码就可以直接联网的。所以按照正常的输 ...
分类:其他好文   时间:2016-08-10 06:33:26    阅读次数:274
[Practical Git] Navigate git command pager output with Unix less commands
When using a git command that can have a large amount of output (like git log, git diff, or git blame), Git opens the command output in our terminal " ...
分类:其他好文   时间:2016-08-10 06:33:05    阅读次数:139
javascript面向对象系列第二篇——创建对象的5种模式
[1]对象字面量 [2]工厂模式 [3]构造函数模式 [4]原型模式 [5]组合模式 ...
分类:编程语言   时间:2016-08-10 06:35:06    阅读次数:297
getDictionarys 取 明装暖气片之 锅炉品牌
post request: { "action":"getDictionarys", "token":"026cc2dd-7dbe-4be9-8adb-d7e024f4f918", "Tag":"FurnaceBrand" } response: { "data": { "List": [ { "C ...
分类:其他好文   时间:2016-08-10 06:33:33    阅读次数:223
javaScript的call关键字
...
分类:编程语言   时间:2016-08-10 06:35:23    阅读次数:206
[Practical Git] Switching between current branch and last checkout branch
When working on a project, it is much easier to work on features and bugs in isolation of the rest of the project. We can do this with git branches; a ...
分类:其他好文   时间:2016-08-10 06:35:13    阅读次数:175
getDictionarys 取明装暖气片之 水箱品牌
post request: { "action":"getDictionarys", "token":"026cc2dd-7dbe-4be9-8adb-d7e024f4f918", "Tag":"WaterBoxBrand" } response: { "data": { "List": [ { " ...
分类:其他好文   时间:2016-08-10 06:33:23    阅读次数:171
夺命雷公狗---2016-linux---3之目录一般作用
最好文件还是存放在自己的home目录下 建议:在很多时候如果需要系统备份最好去备份boot和etc这两个目录 ...
分类:系统相关   时间:2016-08-10 06:31:44    阅读次数:221
数字信号处理C语言(3) ------FFT
快速傅里叶变换 fft.c ...
分类:编程语言   时间:2016-08-10 06:31:23    阅读次数:398
c++分割字符串(类似于boost::split)
由于c++字符串没有split函数,所以字符串分割单词的时候必须自己手写,也相当于自己实现一个split函数吧! 如果需要根据单一字符分割单词,直接用getline读取就好了,很简单 如果是多种字符分割,比如,。!等等,就需要自己写一个类似于split的函数了: 例如:输入hello world!W ...
分类:编程语言   时间:2016-08-10 06:33:44    阅读次数:269
css3变形-translate
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>css变形功能</title> <style> body{ background-color: #b9eef0; } h3,p{ margin:100px 0px; ...
分类:Web程序   时间:2016-08-10 06:33:10    阅读次数:463
Http请求中Content-Type讲解以及在Spring MVC中的应用
引言: 在Http请求中,我们每天都在使用Content-type来指定不同格式的请求信息,但是却很少有人去全面了解content-type中允许的值有多少,这里将讲解Content-Type的可用值,以及在Spring MVC中如何使用它们来映射请求信息。 1. Content-Type Medi ...
分类:编程语言   时间:2016-08-10 06:32:30    阅读次数:479
1733条   上一页 1 ... 83 84 85 86 87 88 89 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!