码迷,mamicode.com
首页 >  
搜索关键字:functions    ( 1849个结果
std::nothrow
This constant value is used as an argument for operator new and operator new[] to indicate that these functions shall not throw an exception on failur ...
分类:其他好文   时间:2019-08-03 21:37:03    阅读次数:81
rsync 启动脚本
#!/bin/bash . /etc/init.d/functions pidfile="/var/run/rsyncd.pid" start_rsync="rsync --daemon --config=/etc/rsyncd.conf" status1=$(ps -ef | egrep "rsy... ...
分类:其他好文   时间:2019-07-26 14:52:35    阅读次数:116
select模块
select模块 1. select模块 源:select.py This module provides access to the select() and poll() functions available in most operating systems, devpoll() avail ...
分类:其他好文   时间:2019-07-25 00:14:30    阅读次数:142
gcc的__builtin_函数(注意前面是两个下划线)
说明: GCC provides a large number of built-in functions other than the ones mentioned above. Some of these are for internal use in the processing of exc ...
分类:其他好文   时间:2019-07-21 16:34:04    阅读次数:94
python-unittest单元测试
city_functions.py:def get_city_country(city_name,country_name,population=''): if population: full_city_country=city_name+', '+country_name+'-'+str(pop... ...
分类:编程语言   时间:2019-07-20 09:27:45    阅读次数:109
EasyUEFI---EFI/UEFI boot option management
EasyUEFI owns comprehensive EFI/UEFI boot option management functions, such as create, delete, edit, clean up, backup and restore EFI/UEFI boot option ...
分类:其他好文   时间:2019-07-19 12:48:02    阅读次数:94
vue中引入mui报Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them的错误
在vue中引入mui的js文件的时候,报如下的错误: 那是因为我们在用webpack打包项目时默认的是严格模式,我们把严格模式去掉就ok了 第一步:npm install babel-plugin-transform-remove-strict-mode 第二步:在.bablerc文件中加入"plu ...
分类:数据库   时间:2019-07-18 19:32:12    阅读次数:165
vue 页面添加水印 ts
"use strict"; // tslint:disable-next-line: only-arrow-functions const setWatermark: (str: any) => any = function(str: any) { const id: string = "1.234 ...
分类:其他好文   时间:2019-07-17 16:48:11    阅读次数:806
python 内置参数
https://docs.python.org/3/library/functions.html?highlight=built#ascii 8. 内置参数 ...
分类:编程语言   时间:2019-07-15 13:36:24    阅读次数:105
nginx
一、安装: cd /etc/init.d/ vi nginx 把下面东西放进去: #!/bin/bash# chkconfig: - 30 21# description: http service.# Source Function Library. /etc/init.d/functions# ...
分类:其他好文   时间:2019-07-12 18:30:35    阅读次数:135
1849条   上一页 1 ... 20 21 22 23 24 ... 185 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!