Description
Problem D: Power Strings
Given two strings a and b we define a*b to be their concatenation. For example, if
a = "abc" and b = "def" then a*b = "abcdef". If we think of concatenation a...
分类:
其他好文 时间:
2014-07-20 09:39:37
阅读次数:
263
In one embodiment, a network management system (NMS) determines an intent to initialize a request-response exchange with a plurality of clients in a l...
分类:
Web程序 时间:
2014-07-20 08:31:43
阅读次数:
382
这是一个简单的shell脚本,里面包含了很多的shell脚本编写技巧,虽然脚本是从别的视频教程里面整理而来,但是对我的以后的编写shell脚本的道路有了一定的铺垫。#!/bin/bash
#############
#mainmenu#
#############
main_menu()
{
echo
echo
dis_mainmenu="CREATEMINISITEINCHI..
分类:
其他好文 时间:
2014-07-20 03:13:21
阅读次数:
213
Power of Cryptography
Time Limit: 1000MS
Memory Limit: 30000K
Total Submissions: 18408
Accepted: 9292
题目大意 给出两个数n,k
要你求个数ans ans^n=k
关于题目中的数据范围完全可以用double完爆 没必要用到二分...
分类:
其他好文 时间:
2014-07-20 00:15:46
阅读次数:
196
Description
Given two strings a and b we define a*b to be their concatenation. For example, if a = "abc" and b = "def" then a*b = "abcdef". If we think of concatenation as multiplication, exponentiat...
分类:
其他好文 时间:
2014-07-19 23:47:19
阅读次数:
418
Visual F# Power Tools 简介
Auto-generating XmlDoc (via
F# XmlDoc extension)Formatting document / Formatting selection (via
Fantomas extension)Navigation bar (see
this article)Highlight re...
分类:
其他好文 时间:
2014-07-19 23:18:17
阅读次数:
299
1) !!:重复执行上一条指令2) !a:重复执行上一条以a为首的指令3) !number:重复执行上一条在history表中记录号码为number的指令4) !-number:重复执行前第number条指令5) !$:表示获得上一条命令中的最后一项内容6) 用Ctrl + r 组合键来进入历史搜索...
分类:
其他好文 时间:
2014-07-19 22:20:52
阅读次数:
262
1.shell脚本
脚本是包含shell命令的文件,它是一个shell程序,有两种方式运行它们。...
分类:
其他好文 时间:
2014-07-19 18:28:38
阅读次数:
188
功能:在linux系统上实现wifi STA与AP功能的转换
实现成果:1、添加wifi密码账户add_wifi_account;
2、wifi两种模式启动的脚本wifi_start;
3、帮助信息README_WIFI_START;...
分类:
系统相关 时间:
2014-07-19 18:27:33
阅读次数:
705
还在为分析nginx大日志犯愁吗?也许你会想到用shell处理,1G文件没有问题,上了10G文件,会消耗很久时间,用shell结合python多线程处理没有错。什么都不用说了,直接上代码了#!/usr/bin/python
#coding:utf8
importthreading#载入多线程模块
importtime#载入时间模块
importos#..
分类:
编程语言 时间:
2014-07-19 18:16:00
阅读次数:
216