码迷,mamicode.com
首页 >  
搜索关键字:row    ( 12323个结果
MySql学习之 bit类型的查询和删除
今天项目从SqlServer转移到了MySql,转移过程中发现了一些问题,以前没遇到过,在网上查了查,总算是解决了,但是问题的根源还弄明白,暂且记录下来:首先有个tb_paymentmethod表,表中有几条数据如下:DAO层获取Model时这样: if (row["IsDefault"] != n...
分类:数据库   时间:2014-05-12 15:58:21    阅读次数:974
Relay log read failure
root@localhost > show slave status\G*************************** 1. row *************************** Slave_IO_State: Waiting for master to...
分类:其他好文   时间:2014-05-06 00:14:48    阅读次数:371
SQLite:No current row 错误
今天使用数据库时(SQLite)出现了一个错误让我头疼了好半天,最后发现是自己粗心引起的,在这里把这个错误记下来,以便以后查阅以下是当时报的错误: 错误原因:是因为自己从数据库建立连接后没有将游标向下移位(使用reader.Read()方法)就开始读数据引起的,此时游标中是没有数据的,切记...
分类:数据库   时间:2014-05-04 12:25:13    阅读次数:308
php缓存
1 . @asset 可以屏蔽错误 2 . isset判断是否有这样一个值3 浏览器的状态管理 (用户登录) 3.1 PHP /asp /tsp cookiel(针对客户端) 、sessiong(针对服务端)。 4 . if($row[0]) { setcookie("mycookie"...
分类:Web程序   时间:2014-05-04 12:16:52    阅读次数:336
cookie、session的总结
1.状态管理(用户登录)phpAsp===》cookie(客户端)本地JSP session(服务器)2.setcookie("mycookie",$user,time()+1800);默认有前两个值 if($row[0]){ setcookie("mycookie",$user,time()+1....
分类:其他好文   时间:2014-05-04 12:11:18    阅读次数:383
uva ``Accordian'' Patience
题目如下: ``Accordian'' Patience You are to simulate the playing of games of ``Accordian'' patience, the rules for which are as follows:     Deal cards one by one in a row from left to right, no...
分类:其他好文   时间:2014-05-04 09:08:31    阅读次数:329
iOS tableview
每个section的row数量(都是从0下标开始)(http://blog.csdn.net/hmt20130412/article/details/20831377)
分类:移动开发   时间:2014-05-04 00:29:14    阅读次数:322
leetcode: Search a 2D Matrix
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2014-05-02 10:41:53    阅读次数:267
UITableView.separatorInset
【UITableView.separatorInset】 separatorInset指定每行row之间的分隔线的长度,iOS7.0后提供,官方文档如下: 示例截图如下,分隔线没有紧贴着左右边界:
分类:其他好文   时间:2014-05-01 11:58:30    阅读次数:282
Mysql group by top N的问题
在日常工作中,经常要查询分组的前几名.oracle中可以通过row_num来支持查询,mysql暂时不支持row_num.那么如何来完成这个需求呢? 例如:表中的数据:+--------+-------+-----+| Person | Group | Age |+--------+-------+...
分类:数据库   时间:2014-04-30 17:56:57    阅读次数:497
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!