码迷,mamicode.com
首页 >  
搜索关键字:nes    ( 3286个结果
js判断字符串中是否包含特殊字符、中文
/** * @author:xc * @desc: 特殊字符校验 除了下划线 */ containSpecial(str) { var containSpecial = RegExp( /[(\ )(\~)(\!)(\@)(\#)(\$)(\%)(\^)(\&)(\*)(\()(\))(\-)(\+ ...
分类:Web程序   时间:2020-06-20 14:22:22    阅读次数:233
Office Online Server部署--和SharePoint绑定
Office Online Server部署--和SharePoint绑定
分类:其他好文   时间:2020-06-20 10:44:22    阅读次数:87
mysql简单sql命令
客户端命令: status # 查看客户端状态 help # 查看所有客户端可执行命令 服务器端命令: 1、查看版本 select version(); 2、创建用户并授权 create user "root"@"%" identified by "mageedu.com"; GRANT ALL P ...
分类:数据库   时间:2020-06-19 22:39:38    阅读次数:70
subprocess.call和subprocess.Popen
# 执行命令,返回是否执行成功retcode = subprocess.call("for tar in %s/*.tar.gz;do tar zxvf $tar -C %s;done" %(first_dir,first_dir))#执行命令,返回执行命令的结果,close_fds防止僵尸进程大量 ...
分类:其他好文   时间:2020-06-19 15:59:17    阅读次数:45
Postgis 地理函数使用
最近使用postgis的地理函数做一些区域查询判断,SQL代码如下:<sqlid="region_condition_geo"><iftest="geog!=null"><iftest="geog.type==‘circle‘">ANDST_Intersects(ST_Buffer(ST_GeomFromText(‘POINT(${geog.centerStri
分类:其他好文   时间:2020-06-18 16:30:39    阅读次数:114
内存还剩余很多,却使用 swap 分区
内存还剩余很多,却使用swap分区作者:张首富时间:2020-06-18wx:y18163201原因今天早上AI部门工程师来找我说,你会给ubuntu设置swap分区吗,我们机器内存好像不咋够用了,给我搞个swap分区吧!我说好的,这么简单分分钟钟的事情,我三下五除二的就给他搞定了,给他说好了,你用吧,但是过一会他就跑来说,你给我弄好swap分区之后这台机器就特别特别卡,你能帮我看看什么问题吗?排
分类:其他好文   时间:2020-06-18 16:18:35    阅读次数:145
pat 1072
1072 Gas Station (30分) A gas station has to be built at such a location that the minimum distance between the station and any of the residential housi ...
分类:其他好文   时间:2020-06-17 18:32:50    阅读次数:58
爬虫框架-Scrapy 机构介绍
简述:爬取整个网站级别等需求复杂的爬虫,可以使用Scrapy框架。并发性好,速度快。 构成: 5+2结构 1. Engine模块 作用:1. 控制所有模块(2,3,4,5,a,b)之间的数据流 2. 根据条件来触发事件 a. Downloader Middleware(Downloader模块和en ...
分类:其他好文   时间:2020-06-16 20:14:06    阅读次数:56
Reading geometries
Reading geometries ArcGIS 10.7 Locate topic Each feature in a feature class contains a set of points defining the vertices of a polygon or line, or a ... ...
分类:其他好文   时间:2020-06-14 18:40:45    阅读次数:66
2014年12月第三套卷
section C inaction 不作为 proactive 主动出击的 leading-edge 走在前沿的 tackle 处理 commit 努力,致力于 efficiency 效率 prior to 2010 2010年之前的 profit 利润 out of realisation 认识 ...
分类:其他好文   时间:2020-06-13 21:19:17    阅读次数:59
3286条   上一页 1 ... 16 17 18 19 20 ... 329 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!