码迷,mamicode.com
首页 >  
搜索关键字:functions    ( 1849个结果
(转)MVC语法-@helpers和@functions(Razor内定义函数)
(转)MVC语法-@helpers和@functions(Razor内定义函数) 转自:http://www.mikesdotnetting.com/Article/173/The-Difference-Between-@Helpers-and-@Functions-In-WebMatrix The ...
分类:Web程序   时间:2016-06-15 15:46:12    阅读次数:257
R语言:SMOTE - Supersampling Rare Events in R:用R对非平衡数据的处理方法
SMOTE-SupersamplingRareEventsinR:用R对稀有事件进行超级采样在这个例子中将用到以下三个包{DMwR}-Functionsanddataforthebook“DataMiningwithR”andSMOTEalgorithm:SMOTE算法{caret}-modelingwrapper,functions,commands:模型封装、函数、命令{pROC}-AreaUndertheCurve(AUC..
分类:编程语言   时间:2016-06-14 12:11:45    阅读次数:314
[Javascript] MetaProgramming: new.target
new.target is a new “magical” value available in all functions, thoughin normal functions it will always be undefined. In any constructor,new.target a ...
分类:编程语言   时间:2016-06-13 21:47:31    阅读次数:123
Python3中的内置函数,实例讲解-每日持续更新
all>>>m=[] >>>n=[1,2,3] >>>l=[1,‘‘] >>>all(m) True >>>all(n) True >>>all(l) False >>>dirWithoutarguments,returnthelistofnamesinthecurrentlocalscope.eg:>>>dir() [‘__builtins__‘,‘__doc__..
分类:编程语言   时间:2016-06-13 19:25:10    阅读次数:206
mongodb服务启动脚本
#!/bin/sh # #mongod-Startupscriptformongod # #chkconfig:-8515 #description:Mongodbdatabase. #processname:mongod #Sourcefunctionlibrary ./etc/rc.d/init.d/functions #thingsfrommongod.confgettherebymongodreadingit #OPTIONS OPTIONS="--dbpath=/home/data/mongodb..
分类:数据库   时间:2016-06-13 07:44:37    阅读次数:255
new thoughts over function pointers
Previous works do not relate to function pointers, but reading some documents reading and learning STL functions lets me know the pointer of functions ...
分类:其他好文   时间:2016-06-12 13:46:20    阅读次数:133
C++11 多线程 future/promise简介
1. 头文件简介 Classes std::future std::future_error std::packaged_task std::promise std::shared_future Functions std::async std::future_category 2. std::future简单来说,std::future提供了一种访问异步操作结果的...
分类:编程语言   时间:2016-06-12 03:09:32    阅读次数:235
Jquery detect page refresh
first thing there are 3 functions we will use: Now we will start with the page load: ...
分类:Web程序   时间:2016-06-11 15:51:30    阅读次数:182
让Qt支持Win7的Aero和毛玻璃效果
Qt5增加了许多特性,其中 Qt Windows Extras 模块就增加了对Win7 Aero 效果的支持。官网的介绍如下: Qt Windows Extras provide classes and functions that enable you to use miscellaneous W ...
分类:Windows程序   时间:2016-06-10 21:43:49    阅读次数:724
NPTL vs PThread
NPTL vs PThread POSIX threads (pthread) is not an implementation, it is a API specification (a standard, on paper, in english) of several functions wh ...
分类:其他好文   时间:2016-06-10 14:54:34    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!