码迷,mamicode.com
首页 >  
搜索关键字:argument    ( 2191个结果
Python内置函数(65)——type
英文文档: class type(object) class type(name, bases, dict) With one argument, return the type of an object. The return value is a type object and generall ...
分类:编程语言   时间:2016-12-04 06:56:52    阅读次数:182
scip习题(1) scheme和c实现的对比
习题1.3 Define a procedure thats three numbers as argument and return the sum of the square of two large number. scheme实现 c语言实现 ...
分类:其他好文   时间:2016-12-03 14:36:10    阅读次数:165
gulp-babel 取消严格模式方法
最近项目决定用ES6语法重构,于是引入了gulp-babel去编译ES6。 问题来了,babel编译ES6会自动添加"use strict"在js文件的最前面,这就导致之前的项目文件很多都报错。 因为之前的代码都编写的比较随意,比如var忘了加,还有一些严格模式中不准使用的语法,比如argument ...
分类:其他好文   时间:2016-12-02 14:24:24    阅读次数:2090
charles 抓取eclipse中的请求
charles抓取eclipse中的请求 有时候,想要监测eclipse中发送get获取post请求,一样可以使用代理方式: 代码中添加,可以就写在主函数中,然后再调用请求函数。 System.setProperty("http.proxySet", "true"); System.setPrope ...
分类:系统相关   时间:2016-12-02 14:05:03    阅读次数:242
sscanf_强大的数据读取-转换
function <cstdio> sscanf int sscanf ( const char * s, const char * format, ...); Read formatted data from string Reads data from s and stores them acc ...
分类:其他好文   时间:2016-11-30 02:15:42    阅读次数:257
jQuery原生框架-----------------事件
jQuery.extend({ // 绑定事件 addEvent: function( ele, type, fn ) { // ele不是DOM,type不是字符串,fn不是函数,打包打走 if( !jQuery.isDOM( ele ) || !jQuery.isString( type ) | ...
分类:Web程序   时间:2016-11-29 23:02:01    阅读次数:206
ASP.Net Web API 输出缓存 转载 -- Output caching in ASP.NET Web API
原文的转载地址:http://www.strathweb.com/2012/05/output-caching-in-asp-net-web-api/ 一.Nuget安装相关dll Web API 2 : Install-Package Strathweb.CacheOutput.WebApi2 W ...
分类:Windows程序   时间:2016-11-29 07:42:06    阅读次数:318
T4模版 mysql
MysqlDbhelper.ttinclude 》》 <#@ assembly name="System.Core"#><#@ assembly name="System.Data"#><#@ assembly name="MySql.Data"#> <#@ import namespace="Sy ...
分类:数据库   时间:2016-11-28 15:05:11    阅读次数:593
Posix消息队列
转载于:http://blog.csdn.net/zx714311728/article/details/53197196、 1.消息队列 消息队列可以认为是一个消息链表,消息队列是随内核持续的。队列中每个消息的属性有:一个无符号整数优先级(Poxis)或一个长整数类型(System V);消息的数 ...
分类:其他好文   时间:2016-11-28 00:36:55    阅读次数:219
我和我的广告前端代码(六):webpack工程合并、也许我不需要gulp
随着年初开始使用webpack重构公司的广告代码,已经有将近一年的时间了,需求也渐渐的稳定了。我想也是时候将这几个工程整理一下,顺带着处理一些历史问题。 由于当年各个业务线没有整合、需求也没有固定,考虑到将来随着不同业务线的发展方向不同,我为不同业务线的广告代码创立了不同的git工程,分别开发。但是 ...
分类:Web程序   时间:2016-11-27 16:46:39    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!