NAME w - Show who is logged on and what they are doing.SYNOPSIS w - [husfV] [user]DESCRIPTION w displays information about the u...
分类:
系统相关 时间:
2014-12-31 18:01:50
阅读次数:
275
微软近期Open的职位:Experience CJK Team – we are a group of talented engineers focusing on Bing international web search quality for East Asia markets like Ch...
分类:
其他好文 时间:
2014-12-31 00:51:12
阅读次数:
194
SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.columns WHERE TABLE_NAME='tablaname' AND COLUMNPROPERTY(OBJECT_ID('tablaname'),COLUMN_NAME,'IsIdentity')...
分类:
数据库 时间:
2014-12-30 13:32:26
阅读次数:
149
今天在我的windows7旗舰版上配置iis7 (Internet Information Server)失败,一直未能启动服务,访问本地网络提示”Service Unavailable HTTP Error 503. The service is unavailable“。DefaultAppPo...
分类:
其他好文 时间:
2014-12-30 11:17:32
阅读次数:
352
进程创建: 1 #include 2 #include 3 4 int main() 5 { 6 // 创建打开系统自带记事本进程 7 STARTUPINFO si1 = {sizeof(si1)}; 8 PROCESS_INFORMATION pi1; 9 c...
Successful projects start with a good quality project schedule. Creating a schedule is one of the first tasks you should do when given a project to ma...
分类:
其他好文 时间:
2014-12-29 10:18:59
阅读次数:
195
overview
之前在工作中调试时建了一个每分钟执行一次的cron定时任务,每分钟均产生一个带时间信息的表名称,并忘了删除这个定时任务,待发现时已经有将近3000个新建的表了,由于单条单条地删除很慢,现需要批量删除这些带时间信息的表。
theory&&measure
theory
1 登陆mysql的information数据库,查找tables表,找出需要删除的表所在的数据...
分类:
数据库 时间:
2014-12-29 09:07:31
阅读次数:
240
Command A through Ddebug aaa accounting through debug auto-configdebug aaa accounting : to display information on accountable events as they occur(in ...
分类:
移动开发 时间:
2014-12-28 14:06:20
阅读次数:
255
1. ASCII(American Standard Code for Information Interchange,美国信息互换标准代码),是基于常用的英文字符的一套电脑编码系统。我们知道英文中经常 使用的字符、数字符号被计算机处理时都是以二进制码的形式出现的。这种二进制码的集合就是所谓的AS....
分类:
其他好文 时间:
2014-12-27 20:16:03
阅读次数:
211
HTTP(HyperTextTransferProtocol):超文本传输协议的缩写。HTTP报文HTTP报文是在HTTP应用程序之间发送的数据块。数据块以一些文本形式的元信息(meta-information)开头,这些信息描述了报文的内容及含义,后面跟可选的数据部分。术语“流入”“流出”“上游”及“下游”都是用来..
分类:
Web程序 时间:
2014-12-27 19:05:38
阅读次数:
205