码迷,mamicode.com
首页 >  
搜索关键字:zoj 3686 a simple tr    ( 14369个结果
liunx安装mysql .rpm格式
#####liunx安装mysql .rpm格式 1.通过scrt把mysql文件放到/simple/soft目录下 2.配置yum源 yum -y install perl* 安装perl yum remove -y ··· 删除maridb包 rpm -ivh MySQL-* 安装数据库serv ...
分类:数据库   时间:2020-06-21 16:21:52    阅读次数:59
在windows上 定时执行 Schtasks命令详解(计划任务DOS批处理)
例子: 执行每过一分钟执行bat里的内容:SCHTASKS /Create /sc minute /mo 1 /tn "biaoti" /tr "C:\inetpub\wwwroot\caiji\aaa.bat" 删除:SCHTASKS /Delete /tn "biaoti" 下面详解: Scht ...
分类:Windows程序   时间:2020-06-21 16:19:32    阅读次数:198
HTML设置input框只能输入数字
通过正则,设置input只能输入数字 onkeyup="this.value=this.value.replace(/\D/g,'')" 代码如下 <tr class="b"> <td width="20%">價格</td> <td> <input class="input" type="text" ...
分类:Web程序   时间:2020-06-21 15:36:53    阅读次数:131
国内镜像源
pip国内的一些镜像 (1)阿里云 http://mirrors.aliyun.com/pypi/simple/(2)豆瓣 http://pypi.douban.com/simple/(3)清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ (推荐)(4)中 ...
分类:其他好文   时间:2020-06-21 12:01:54    阅读次数:114
python-----拓展包下载地址
默认的是“https://pypi.python.org/simple”,我们可将其替换为如下的几个数据来源,这些都是国内的pip镜像:清华:https://pypi.tuna.tsinghua.edu.cn/simple阿里:http://mirrors.aliyun.com/pypi/simpl ...
分类:编程语言   时间:2020-06-20 21:53:29    阅读次数:105
java一个调用webapi的工具类
package com.hy.fddsvr.utils; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileOutputStream; import java.sql.Timestamp; imp ...
分类:编程语言   时间:2020-06-20 19:43:12    阅读次数:109
python项目_使用异步功能,celery
1.安装celery pip install -U celery -i https://pypi.douban.com/simple ##-U是指update的意思 2.创建mycelery目录 luffyapi/ ├── mycelery/ ├── config.py # 配置文件 ├── __i ...
分类:编程语言   时间:2020-06-20 17:00:26    阅读次数:66
tr的用法
shell中tr的用法 紫颖 2011-09-27 11:59:43 22794 收藏 3 分类专栏: Linux 知识小结 文章标签: shelloraclelinuxdelete 版权 tr(translate缩写)主要用于删除文件中的控制字符,或进行字符转换。 语法:tr [–c/d/s/t] ...
分类:其他好文   时间:2020-06-20 15:46:17    阅读次数:310
python项目_跨域问题
1.可以通过settings/dev.py的ALLOWED_HOSTS,设置允许访问 # 设置哪些客户端可以通过地址访问到后端 ALLOWED_HOSTS = [ 'api.luffycity.cn', ] 2.安装跨域模块(一下代码修改都是在settings.dev下进行的) pip instal ...
分类:编程语言   时间:2020-06-20 11:36:32    阅读次数:76
Les options du puissant laser
J'ai pas mal de modules laser et j'en ai acquis certains qui ont des lumières LED au lieu des styles plus anciens. Ils fonctionnent très bien, surtout ...
分类:其他好文   时间:2020-06-20 11:12:34    阅读次数:50
14369条   上一页 1 ... 33 34 35 36 37 ... 1437 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!