一直以为mysql忽略大小写只是针对表名及字段名这一些。?没有想到数据也忽略大小写。 SELECT * from tt where name = ?‘AA‘; id ????????name ???????age 1?????????aa????????...
分类:
数据库 时间:
2014-07-21 10:17:01
阅读次数:
229
嘎唔!~又一次POJ过了HDU错了。。。不禁让我想起前两天的的Is it a tree? orz。。这次竟然错在HDU一定要是多组数据输入输出!(无力吐槽TT)。。题目很简单,炒鸡水!题意:告诉你每个村庄之间的距离,和几组已经联通的村庄,求使所有村庄联通所要建的道路的最短距离。很简单,用最小生成.....
分类:
其他好文 时间:
2014-07-21 00:11:36
阅读次数:
324
1.无源汇上下界可行流 对于(u,v)有向边,上界为a,下界为b 构图方法为: (1) ss 到 v 容量为 b (2) u 到 tt 容量为 b (3) u 到 v 容量为 a-b求ss-tt最大流,当且仅当 maxflow=sigma(i,t)=sigma(s,i) 时 存在可行流2.有源汇上下...
分类:
其他好文 时间:
2014-07-20 22:35:29
阅读次数:
252
#include
#include
#include
char s[250];
char a[10][250];
int a1[4];
int a2[250];
char ch;
int init(int len)
{
int tt=0;
for(int i=1;i<=7;i++)
{
for(int j=0;j<(int)pow(2,i)-1;j++)
...
分类:
其他好文 时间:
2014-07-20 10:25:18
阅读次数:
185
与上篇文章有些相同也有些学别,你们细细体会吧
程序如下:
// var shijian = "12:00-13:00;18:00-19:00;21:00-22:00";//定义4个时间段
var tt = shijian.Split(new string[] { ";", ";" }, StringSplitOptio...
分类:
其他好文 时间:
2014-07-19 08:13:11
阅读次数:
283
以下实例格式化数据表格中的一列。如果金额小于20时使用自定义的格式器将文本变成红色。要格式化数据表格列,需要设置formatter属性,该属性是一个函数,它包含两个参数:value: 对应字段的当前列的值record: 当前行的记录数据$('#tt').datagrid({title:'Format...
分类:
其他好文 时间:
2014-07-18 19:20:26
阅读次数:
326
查看sql server版本select @@VERSION基本操作use tty; 使用tty数据库create table tt(name varchar(10)); 新建表ttinsert into tt values('ftp'); 插入数据...
分类:
数据库 时间:
2014-07-17 00:02:57
阅读次数:
320
将兔子的血量从小到大排序,箭的威力也从小到大排序,
对于每只兔子将威力大于血量的箭加入队列,写个优先队列使得出来数位价钱最少。。
#include
#include
#include
#include
#include
using namespace std;
const int maxn=100010;
struct tt
{
int d;
int p;
bool operator<...
分类:
其他好文 时间:
2014-07-15 12:52:52
阅读次数:
321
synchronized的一个简单样例public class TextThread {/** * @param args */public static void main(String[] args) {// TODO 自己主动生成方法存根 TxtThread tt = new TxtThrea...
分类:
编程语言 时间:
2014-07-14 19:33:41
阅读次数:
333