atitit查询表修改表字段没反应--解锁锁定的表
查询表修改表字段没反应
要是使用gui 没反应,最好使用cmd 方式,不卉不个gui 锁上..
ALTER TABLE t_mb_awardweixin MODIFY awardChoiceNumLeft int(11) DEFAULT NULL
#-----分析..
1.首先,查询by另一个表格, 要是能查询,显...
分类:
其他好文 时间:
2014-05-14 00:12:18
阅读次数:
248
在看Linux内核的路由代码时,发现有如下的结构体定义: 1 struct fib_table
{ 2 unsigned char tb_id; 3 unsigned tb_stamp; 4 int (*tb_lookup)(struct
fib_table *tb, co...
分类:
其他好文 时间:
2014-05-13 22:32:41
阅读次数:
458
1. 批量改变文件内容://批量改变输出文件内容#include #include #include
using namespace std;int main(){ ifstream input("D:pos_img.txt"); ofstream
output("D:pos_image...
分类:
编程语言 时间:
2014-05-13 22:29:37
阅读次数:
458
下载 MySQL
数据库:http://dev.mysql.com/downloads/mysql/ ,解压到本地即可下载 jar
包:http://dev.mysql.com/downloads/connector/j/ ,下载 zip 压缩包创建数据库并插入若干数据:create
table m...
分类:
数据库 时间:
2014-05-13 19:36:49
阅读次数:
386
4月份去实习,对此实习学习的总结
1、登录界面;
2、经验介绍内容:代码整理,重复使用代码提取。
3、单例的代码编写及使用。
4、table view expand cell;
5、字典类型,确定唯一性;
一、登录界面其实元素并不多,就是两个输入框,一个确定按钮还有一个记住密码的开关(有的不需要,自动记住密码)。要做得美观就要看ui设计了。通常有了UI设计,就使用xib文件...
分类:
其他好文 时间:
2014-05-13 15:57:16
阅读次数:
287
Problem Description
xiaoou33对既是素数又是回文的数特别感兴趣。比如说151既是素数又是个回文。现在xiaoou333想要你帮助他找出某个范围内的素数回文数,请你写个程序找出 a 跟b 之间满足条件的数。(5 <= a < b <= 100,000,000);
Input
这里有许多组数据,每组包括两组数据a跟b。
Output
对每一...
分类:
其他好文 时间:
2014-05-13 14:55:43
阅读次数:
203
atitit.自适应设计悬浮图片的大小and 位置
#--------最好使用relate定位..
中间,图片的大小和位置走能相对table, 没有遮罩左的或者哈面儿文本的问题,要悬浮,使用top:-15 负值,,
#--------悬浮位置top的问题,因为相对高度..
子能使用js解决,计算top负值..
function iniBonusPicPostion() {...
分类:
其他好文 时间:
2014-05-13 09:17:59
阅读次数:
232
atitit.gui界面纵向居中总结
1.table法...这个简单..
表格设置100%高度,
三、把容器当作表格单元
CSS 提供一系列diplay属性值,包括 display: table, display: table-row, display: table-cell 等,能把元素当作表格单元来显示。这是再加上 vertical-align: middle,...
分类:
其他好文 时间:
2014-05-13 08:28:41
阅读次数:
295
lk@lk-virtual-machine:~/hadoop-1.0.1/bin$ ./hadoop dfs -rmr output
Deleted hdfs://localhost:9000/user/lk/output
lk@lk-virtual-machine:~/hadoop-1.0.1/bin$ ./hadoop jar ~/mytopk.jar top.Top input out...
分类:
其他好文 时间:
2014-05-13 06:53:12
阅读次数:
448
lk@lk-virtual-machine:~/hadoop-1.0.1/bin$ ./hadoop jar ~/hadoop-1.0.1/to.jar top.Top input output
14/05/12 03:44:37 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applicat...
分类:
其他好文 时间:
2014-05-13 05:38:18
阅读次数:
291