http://column.iresearch.cn/u/haipo1023/668158.shtml赵宏民1月12日文
近日看电影《一路顺疯》,看到一句台词,一个男人一生要保护好四样东西:家里的父母,脚下的土地,怀里的女人,身边的兄弟!
啧啧~~说的真好,人生在世,当然要有值得自己尽力去保护的一....
分类:
其他好文 时间:
2014-05-23 08:43:56
阅读次数:
277
android开发环境的搭建本文使用集成的ADT
bundle来搭建android开发环境,所谓bundle就是谷歌搭建好的一个eclipse+sdk集成环境。需要下载的软件列表如下:1、ADT
bundle:http://developer.android.com/sdk/index.html进入...
分类:
移动开发 时间:
2014-05-22 05:47:03
阅读次数:
312
静态代理方式是为每个被代理的对象构造对应的代理类,例如我们有一个计算器的接口以及一个具体实现public interface Calculator { int
add(int a, int b);}public class CalculatorImpl implements Calculato...
分类:
其他好文 时间:
2014-05-22 03:58:08
阅读次数:
291
请考虑如下情况:在数据库升级时,不同版本的数据库,他们定义的表结构完全可能是不一样的,比如V1.0的表A有10个column,而在V1.1的表A有12个colum,在升级时,表A增加了两列,此时我们应该怎么做呢。总体思路1,将表A重命名,改了A_temp。2,创建新表A。3,将表A_temp的数据插...
分类:
移动开发 时间:
2014-05-22 02:38:48
阅读次数:
390
Platform设备之gpio-led分析led测试以使用的9263板子为例,首先看board-sam9263ek.c的ek_board_init函数,static
void __init ek_board_init(void){ /* Serial */ at91_add_device_seria...
分类:
其他好文 时间:
2014-05-21 23:43:48
阅读次数:
306
1、
??
Add Two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two num...
分类:
其他好文 时间:
2014-05-21 10:49:10
阅读次数:
221
在django admin的 change_view,
add_view和delete_view页面,如果想让页面完成操作后跳转到我们想去的url,该怎么做默认django
admin会跳转到changelist_view页面------------------------------下面的代码是d...
分类:
其他好文 时间:
2014-05-21 05:31:25
阅读次数:
321
Given an array of non-negative integers, you
are initially positioned at the first index of the array.Each element in the
array represents your maximu...
分类:
其他好文 时间:
2014-05-21 04:39:53
阅读次数:
332
一个例子的死锁分析:环境:innodb引擎,RC隔离级别;死锁信息:RECORD LOCKS
space id 0 page no 1492482 n bits 904 index `unit_id` of table
`51fshenzhen`.`t_refresh_queue` trx id E...
分类:
数据库 时间:
2014-05-21 04:27:37
阅读次数:
578
安装好mysql数据库后,直接在安装的目录下/usr/local/mysql下新建了一个目录data用于存放数据,建好后,直接去启动数据库,发现启动不了,出现如下报错:mysqld_safeStartingmysqlddaemonwithdatabasesfrom/usr/local/mysql/data/usr/local/mysql/libexec/mysqld:File‘./mysql-..
分类:
数据库 时间:
2014-05-21 01:32:42
阅读次数:
378