今天项目从SqlServer转移到了MySql,转移过程中发现了一些问题,以前没遇到过,在网上查了查,总算是解决了,但是问题的根源还弄明白,暂且记录下来:首先有个tb_paymentmethod表,表中有几条数据如下:DAO层获取Model时这样:
if (row["IsDefault"] != n...
分类:
数据库 时间:
2014-05-12 15:58:21
阅读次数:
974
root@localhost > show slave
status\G*************************** 1. row ***************************
Slave_IO_State: Waiting for master to...
分类:
其他好文 时间:
2014-05-06 00:14:48
阅读次数:
371
packagecom.smilezl.scrapy;importjava.io.BufferedReader;importjava.io.IOException;importjava.io.InputStreamReader;importjava.net.HttpURLConnection;importjava.net.URL;importjava.sql.Connection;importjava.sql.DriverManager;importjava.sql.Statement;importjava.u..
分类:
Web程序 时间:
2014-05-04 17:35:41
阅读次数:
341
今天使用数据库时(SQLite)出现了一个错误让我头疼了好半天,最后发现是自己粗心引起的,在这里把这个错误记下来,以便以后查阅以下是当时报的错误:
错误原因:是因为自己从数据库建立连接后没有将游标向下移位(使用reader.Read()方法)就开始读数据引起的,此时游标中是没有数据的,切记...
分类:
数据库 时间:
2014-05-04 12:25:13
阅读次数:
308
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
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
Actions 是由下列指令(statement)所组成: 1 表达式 (
函数调用,赋值...) 2 print 表达式列表 3 printf( 格式化字符串, 表达式列表) 4 if( 表达式 ) 语句 [else 语句] 5
while( 表达式 ) 语句 6 do 语句 while( 表.....
分类:
其他好文 时间:
2014-05-04 11:26:31
阅读次数:
486
题目如下:
``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
每个section的row数量(都是从0下标开始)(http://blog.csdn.net/hmt20130412/article/details/20831377)
分类:
移动开发 时间:
2014-05-04 00:29:14
阅读次数:
322
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