表格 —— 默认样式重置 表格标签: table 表格 thead 表格头 tbody 表格主体 tfoot 表格尾 tr 表格行 th 元素定义表头 td 元素定义表格单元 表格样式重置 table{border-collapse:collapse...
分类:
Web程序 时间:
2014-07-28 11:31:30
阅读次数:
219
最近在Linux上装了个MySQL数据库,可是远程连接MySQL时总是报出erro 2003: Can't connect to MySQL server on '211.87.***.***' (111),昨天查了好几个小时才找到解决方案,如下:1.sudo gedit /etc/mysql.my...
分类:
数据库 时间:
2014-07-28 11:24:40
阅读次数:
212
在ARM Cortex-A9平台上移植Qt4.7.3,启动时出现错误,硬件平台选用深圳思博特科技SCM3188M,CPU是RK3188,1.6GHz四核Cortex-A9。...
分类:
其他好文 时间:
2014-07-28 00:23:39
阅读次数:
1200
在基类的table中加入upgrade操作:
public abstract class DbBaseTable {
private static final String TAG = "DbBaseTable";
/**
* @return the DB table name
*/
abstract String getName();
/**
* Creates th...
分类:
移动开发 时间:
2014-07-27 23:52:19
阅读次数:
387
[转]项目导入eclipse之后,出现了“The import javax.servlet cannot be resolved”错误,出现这个错误的原因是:没有servlet-api.jar这个包,将这个包导入项目里面就可以了。那么这个包一般到那里去找呢?我们可以到tomcat的lib目录下面找到...
分类:
编程语言 时间:
2014-07-27 22:56:09
阅读次数:
227
DescriptionIn the army, a platoon is composed by n soldiers. During the morning inspection, the soldiers are aligned in a straight line in front of th...
分类:
其他好文 时间:
2014-07-27 22:20:09
阅读次数:
254
问题一:提示出错:cannot load such file -- mysql/mysql_api (LoadError)此时我们回来看gem install mysql 时提示At the time of building this gem, the necessary DLL files whe...
分类:
数据库 时间:
2014-07-27 22:18:29
阅读次数:
289
环境操作系统:Win7, 64bitIDE:CCS V3.3仿真器:SEED XDS510PLUSDSP型号:TMS320C6713GDP(DSP6713)检查步骤试着按下复位按键后再点击Connect连接请检查电源供电是否正常(核心电压是否为1.2V,IO口电压是否稳定为3.3V)使用示波器AC測...
分类:
其他好文 时间:
2014-07-27 21:33:55
阅读次数:
239
从官方网站上下载的安装包,双击安装即可。新建项目编译时,出现错误:cannot find -lGL 解决的方法:安装libgl1-mesa-dev,当然在安装时会安装其他的一些依赖包
分类:
系统相关 时间:
2014-07-27 11:02:22
阅读次数:
227