估计是因为Win7和ADS不兼容的原因,第一次安装ADS后一直停在100%的位置,等了好久也没有反应。于是我点了Cancel。准备从新安装,于是就发生了下面的问题:一直在Modify
Repair Remove界面循环: 无论我是点什么都没有用。 一开始想着能不能从360卸载,找了半天发现360软件...
分类:
其他好文 时间:
2014-05-23 08:51:38
阅读次数:
360
#删除字段
ALTER TABLE evan DROP COLUMN age
#添加字段
ALTER TABLE evan ADD COLUMN age2 VARCHAR(20) COMMENT '年龄'
#修改字段注释
ALTER TABLE evan MODIFY COLUMN age2 VARCHAR(20) COMMENT '年龄2'
#修改字段名字
ALTER TABLE evan...
分类:
数据库 时间:
2014-05-22 23:37:33
阅读次数:
407
闲来无事登陆服务器发下登陆提示有报错报错提示:Lastlogin:FriMay2301:37:042014from101.71.249.170-bash:ulimit:openfiles:cannotmodifylimit:Operationnotpermitted看提示是没有权限的意思查看登陆需要加载的文件/etc/profile有发现ulimit-n65535ulimit-u10240服务器是禁止r..
分类:
其他好文 时间:
2014-05-22 18:01:59
阅读次数:
307
We added a system call to modify idt table,
then programed it inmodify_idt.c1. Put our modify_idt.c file
in/usr/src/linux-3.10.15/arch/x86/kernel2./us...
分类:
其他好文 时间:
2014-05-22 15:51:03
阅读次数:
269
/* 题目: //声明一个结构体类型 struct _AdvTeacher { char
*name; char *tile; int age; ...
分类:
其他好文 时间:
2014-05-19 23:56:31
阅读次数:
412
#ifndef MAINFUNC_H#define MAINFUNC_H#include
#include #include #include //1. Get the numbers//2. Modify the expression like
(1+1*1)*(1-1); 1 represent...
分类:
其他好文 时间:
2014-05-18 19:54:02
阅读次数:
514
【题目】
Given a linked list, swap every two adjacent nodes and return its head.
For example,
Given 1->2->3->4, you should return the list as 2->1->4->3.
Your algorithm should use only constant space. You may not modify the values in the list, only nodes it...
分类:
其他好文 时间:
2014-05-18 08:37:57
阅读次数:
370
//rbtree.h /* Red Black Trees (C) 1999 Andrea
Arcangeli This program is free software; you can redistribute it and/or modify
it under the terms of the...
分类:
系统相关 时间:
2014-05-18 01:05:37
阅读次数:
489
6.1 Controller接收浏览器数据 a.获取Get数据 :
a1:获取路由url中配置好的制定参数: 如配置好的路由: 浏览器请求路径为: /User/Modify/1
,MVC框架获取请求后,就会找到匹配的路由映射路径url,得知是请求的控制器类 User里的Modify方法,此时就会检查...
分类:
Web程序 时间:
2014-05-17 17:57:34
阅读次数:
507
After ASP.NET 3.5 has been installed you need
to modify the web.config file of your MOSS web site with a few Ajax specific
entries. Typically, the web...
分类:
Web程序 时间:
2014-05-15 21:16:22
阅读次数:
528