码迷,mamicode.com
首页 >  
搜索关键字:doctor who    ( 2627个结果
Perl语言中的ig
Perl 中s/// 和 tr/// 的差别 说真的,要学好 perl 还真的不简单,因为 perl 的程序代码比C来得精简一半1,靠得就是在撰写时的大脑运作。程设师得花更多时间写出精简的 code,同时也要将「语意上的错误」减少到最低,这就是要靠经验的累积。废话不多说,先说s/// 置换的功能,s ...
分类:编程语言   时间:2020-01-30 22:58:20    阅读次数:89
LeetCode 464 - Can I Win - Medium (Python)
In the "100 game," two players take turns adding, to a running total, any integer from 1..10. The player who first causes the running total to reach o ...
分类:编程语言   时间:2020-01-29 10:50:52    阅读次数:93
PHP Function
``` '; require('reusable.php'); echo 'The script will end now.'; /* there are three situations here 1. if the reusable.php are those codes, which incl... ...
分类:Web程序   时间:2020-01-27 00:16:25    阅读次数:93
Linux常用命令
一、系统信息 date : 显示系统日期 cal 2020 : 显示2020年日历 who :查看历史登入用户 whoami:查看当前登陆用户 二、系统的关机、重启以及登出 shutdown -h 关闭系统 init 0 关闭系统 shutdown -r 重启系统 reboot 重启 logout ...
分类:系统相关   时间:2020-01-22 20:10:20    阅读次数:93
Appnium 环境搭建
NodeJs 下载安装 npm install g appium doctor Java JDK jdk 8u241 windows x64 添加环境变量:JAVA_HOME 在环境变量Path中添加 Android SDK 下载安装Android Studio 添加环境变量:ANDROID_HOM ...
分类:移动开发   时间:2020-01-21 23:27:14    阅读次数:197
Codeforces Round #611 (Div. 3) C
There are nn friends who want to give gifts for the New Year to each other. Each friend should give exactly one gift and receive exactly one gift. The ...
分类:其他好文   时间:2020-01-21 13:24:12    阅读次数:49
[hdu-5795]A Simple Nim 博弈 尼姆博弈 SG函数打表找规律
【题目】题目链接 Two players take turns picking candies from n heaps,the player who picks the last one will win the game.On each turn they can pick any number ...
分类:其他好文   时间:2020-01-16 14:47:51    阅读次数:57
HDU-4609 3-idiots
Description King OMeGa catched three men who had been streaking in the street. Looking as idiots though, the three men insisted that it was a kind of ...
分类:其他好文   时间:2020-01-13 15:54:33    阅读次数:71
shell系统监控及日志分析
shell系统监控及日志分析 系统监控: CPU相关信息在/proc/stat 内存/proc/meminfo 流量监控proc/net/dev 磁盘io/proc/vmstat 脚本代码 1 #!/bin/bash 2 #监控linux主机系统信息 3 #导入工具模块 4 source utils ...
分类:系统相关   时间:2020-01-09 20:31:44    阅读次数:125
Sql Server 2008 死锁 查询和杀死
Create procedure [dbo].[sp_who_lock] ( @bKillPID Bit=0 -- 0: 查询 1: 结束掉相对应的死锁ID (可能导致数据异常)) as begin declare @spid int declare @blk int declare @count ...
分类:数据库   时间:2020-01-09 10:33:42    阅读次数:368
2627条   上一页 1 ... 16 17 18 19 20 ... 263 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!