码迷,mamicode.com
首页 >  
搜索关键字:sep    ( 2064个结果
python3 字符串属性(四)
1、 S.partition(sep) -> (head, sep, tail) Search for the separator sep in S, and return the part before it, the separator itself, and the part after it
分类:编程语言   时间:2016-03-11 22:17:16    阅读次数:321
golang笔记——string
任何语言中,字符串操作API都是非常重要的,有些还是熟记比较好,当然如果记不住可以去看源码文件,不得不说GO语言源码看起来非常舒服。 字符串操作相关的API大多封装在 strings 包里,下面列一些常见的 func Count(s, sep string) int 获取指定子字符串的个数 func
分类:其他好文   时间:2016-03-04 11:46:40    阅读次数:147
python print及格式化
print(value,sep=' ',end='\n',file=sys.stdout, flush=False) sep=' '默认空格 print('hello','world') #hello world print('hello','world',sep='|') #hello|world
分类:编程语言   时间:2016-02-26 23:35:09    阅读次数:391
oracle SQL优化之高效的函数调用
原文地址:https://oracle-base.com/articles/misc/efficient-function-calls-from-sql http://www.oracle.com/technetwork/issue-archive/2011/11-sep/o51asktom-453
分类:数据库   时间:2016-02-21 14:12:48    阅读次数:321
strlen 与 sizeof 的区别
voidngx_time_init(void){ ngx_cached_err_log_time.len = sizeof("1970/09/28 12:00:00") - 1; ngx_cached_http_time.len = sizeof("Mon, 28 Sep 1970 06...
分类:其他好文   时间:2016-01-24 22:27:26    阅读次数:223
如何导入SEPM没有的安装包 How to manually import a client packages into SEPM 12.1
OS:Windows2008R2SEPM-->12.1RU6MP3SEPM-->12.1RU5Referarticle:https://support.symantec.com/en_US/article.TECH122824.htmlunziptheinstallfile,thereisafoldernamed“Packages”ThesefilesisusedtobeimportedClick“Admin”-->“InstallPackages”-->“Clienti..
分类:其他好文   时间:2016-01-15 17:59:21    阅读次数:298
算法之道
'''Created on Sep 16, 2010kNN: k Nearest NeighborsInput: inX: vector to compare to existing dataset (1xN) dataSet: size m data set of ...
分类:编程语言   时间:2016-01-12 22:46:35    阅读次数:235
如何下载symhelp工具并使用,收集SEP日志(How to download symhelp tools)
OS:windows2008R2SEPM-->12.1RU6MP3SEP-->12.1RU6Referarticle:AboutSymantecHelp(SymHelp)https://support.symantec.com/en_US/article.TECH170735.htmlSymantecHelp(SymHelp)FAQhttps://support.symantec.com/en_US/article.TECH203496.htmlForSEPMsideClick“Help”at..
分类:其他好文   时间:2016-01-05 18:59:17    阅读次数:285
R初学,边学边写博客。日常小应用。R处理exel。
有几个excel表,但是每个表中的数据都不一样,所以读进R里面进行简单的处理。过程很简单,基本是数据筛选,重命名,添加列还有合并。还包含了读取表和存储表的注意事项。#百度setwd("e:/baidu")#设置工作目录a<-read.table("20151125.csv",sep=",",fill...
分类:其他好文   时间:2015-12-02 20:26:05    阅读次数:195
REDHAT的虚拟化
虚拟机里面VT设置: 系统的vmx和kvm要开启: [root@sky ~]# cat /proc/cpuinfo | grep vmx flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 c...
分类:其他好文   时间:2015-11-30 02:17:16    阅读次数:175
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!