码迷,mamicode.com
首页 >  
搜索关键字:tmp    ( 7796个结果
python递归小应用
__author__=abcddic={ :, :, :{ :, :{ :, :, :{ :, :{ :, :, :{ :, :, :{} } } } } } } Serchabcd(name,dic,list_tmp=[]): idic: dic[i]==name: list_tmp.append(name) (dic[i])(dic[i])!=: Serchabcd(name,dic[i],list_tmp) (list_tmp),name count,=Serchabcd(,abcddic) %(..
分类:编程语言   时间:2015-09-23 11:53:33    阅读次数:131
C基础--泛型函数
#include #include #include void show_arry(int a[], int n){ int i; for (i = 0; i y;}void swap_int(void *a, void *b){ int tmp; tmp = *((int...
分类:其他好文   时间:2015-09-23 08:58:05    阅读次数:152
iOS模拟器的应用沙盒在MAC中的位置
每个iOS应用都有自己专属的应用沙盒。分别为应用程序包Documents/Library/Caches/Library/Preferences/tmp/当运行模拟时,在MAC下找到对应路径的规则随XCode的版本会有不同,在XCode6下的路径为应用程序包~Library/Developer/Cor...
分类:移动开发   时间:2015-09-23 00:57:37    阅读次数:251
laravel 输出sql
$queries = DB::getQueryLog(); $a = end($queries); $tmp = str_replace('?', '"'.'%s'.'"', $a["query"]); echo vsprintf($tmp, $a['bindings']); exit;
分类:数据库   时间:2015-09-22 23:19:24    阅读次数:205
bash编程:Shell练习题
bash编程:练习题1.写一个脚本:如果某路径不存在,则将其创建为目录;否则显示其存在,并显示内容类型#!/bin/bash # baseurl=/var/tmp/testdir if[-e$baseurl];then echo"fileisnoexists." else mkdir-p$baseurl file$baseurl fi2.写一个脚本,完成如下功能;判断给定的两个数..
分类:系统相关   时间:2015-09-22 00:13:04    阅读次数:389
磁盘性能分析之iotop
一、安装.yum install iotop[root@localhost tmp]# iotop -oiotop命令的键盘快捷键:1、左右箭头改变排序方式,默认是按IO排序2、r键是反向排序3、o键是只显示有IO输出的进程4、同样q是退出
分类:其他好文   时间:2015-09-21 23:59:51    阅读次数:685
【转】MySQL Temporary Table相关问题的探究
本文转载自:http://itindex.net/detail/10901-mysql-temporary-table问题的引入让我们先来观察几条非常简单的MySQL语句:mysql> create temporary table tmp(id int, data char(20));Query O...
分类:数据库   时间:2015-09-21 13:45:43    阅读次数:227
记录每个用户的操作并以邮件方式发送操作内容
#1.Mailpartialconfiguration,set/etc/mail.rc #2.Belowisthemainconfiguration cat>>/etc/profile<<Share #Variables LAST_USER=`last-n2|awk‘NR==2{print$1}‘` LOG_FILE_PATH="/tmp/Shared_Operation" LAST_FILE_LOG=`ls-tl${LOG_FILE_PATH}/${LAST_USER}|awk-F‘..
分类:其他好文   时间:2015-09-21 12:33:31    阅读次数:161
FAQ unzip无法解压过大文件
[root@TEST144239 tmp]# unzip linx64_11gR2_database_1of2.zipArchive: linx64_11gR2_database_1of2.zipwarning [linx64_11gR2_database_1of2.zip]: 4652886 ex...
分类:其他好文   时间:2015-09-21 11:55:50    阅读次数:219
iou-web 无法启动设备的问题
iou-web版本:iou-web-1.2.2-23 上传了l2设备的ios,并关联了镜像,但是l2设备无法启动,L3设备可以,在down目录下的log目录下的exec.txt中看到记录如下: /tmp/iou/lab_1/dev_14/l2:errorwhileloadingsharedlibraries:libcrypto.so.4:cannotopensharedobjectfile:Nosuchfil..
分类:Web程序   时间:2015-09-21 01:50:42    阅读次数:1116
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!