码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
linux,添加新硬盘的方法
一、物理机添加一块新的硬盘方法(目的是把后加的磁盘直接加在现有的上面,不用再分区挂载)1、首先要确定现有系统在那块盘上 [root@localhost ~]# df -lhFilesystem Size Used Avail Use% Mounted on/dev/mapper/VolGroup-l...
分类:系统相关   时间:2015-04-01 19:44:04    阅读次数:208
MySQL show status命令参数
Aborted_clients 由于客户没有正确关闭连接已经死掉,已经放弃的连接数量。Aborted_connects 尝试已经失败的MySQL服务器的连接的次数。Binlog_cache_disk_use 当事务日志比binlog_cache_size大时,他会创建临时文件,该状态表示有多少...
分类:数据库   时间:2015-04-01 19:18:03    阅读次数:178
linux批量远程多服务器FTP并下载文件的脚本
#!/bin/bashtime=`date +%Y%m`day=`date -d '-1 days' +%Y%m%d`localDir="/DBBackup/GameDB"cd $localDir#ip_game.ini配置ftp服务器的ip,账号,密码等,格式自己定义#比如:Server1 use...
分类:系统相关   时间:2015-04-01 17:16:36    阅读次数:150
sql SELECT时的with(nolock)选项说明
I used to see my senior developers use WITH (NOLOCK) when querying in SQL Server and wonder why they use. Now i explored it and found that it's useful...
分类:数据库   时间:2015-04-01 13:10:09    阅读次数:213
PHP数据库--MySQL的连接
数据库——>按照数据结构来组织、存储和管理数据的容器常用函数,要用什么函数可以上手册查,很方便,主要先会一些基础的就可以mysql函数--(mysql貌似会被废弃,推荐使用mysqli或PDO):1、面向过程:连接一个MySQL服务器--mysql_connect($servername, $use...
分类:数据库   时间:2015-04-01 12:42:59    阅读次数:196
leetcode_num75_sort colors
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the integers ...
分类:其他好文   时间:2015-04-01 11:25:15    阅读次数:88
OData 笔记
http://www.odata.org/blog/how-to-use-web-api-odata-to-build-an-odata-v4-service-without-entity-framework/ http://www.asp.net/web-api/overview/odata-su...
分类:其他好文   时间:2015-04-01 00:19:50    阅读次数:275
rabbitmq使用方法(二)
Work QueuesIn thefirst tutorialwe wrote programs to send and receive messages from a named queue. In this one we'll create aWork Queuethat will be use...
分类:其他好文   时间:2015-03-31 23:58:50    阅读次数:474
C# - How to Initialize Flags Enumerations
?? The most common way to initialize flags is to use hexadecimal literals.  This is how Microsoft and most C# developers do it: [Flags] public enum DaysOfTheWeek { None = 0, Sunday = 0x01, Monday...
分类:编程语言   时间:2015-03-31 20:12:19    阅读次数:123
KISSY 库 demo
KISSY 是由淘宝前端工程师们发起创建的一个开源 JS 类库。 它遵循的原则是 小巧灵活、简洁实用、愉悦编码、快乐开发。 DEMO: KISSY.ready(function(S){ S.use('core',function(){ var Event = S.Event; Event.on('#btn1','cli...
分类:其他好文   时间:2015-03-31 18:14:59    阅读次数:175
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!