码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
mysql 建表、查表、查表结构
进入数据库:1 mysql> use sunshine_blog;输出:2 Database changed查数据库表:1 mysql> show tables;输出:2 +-------------------------+3 | Tables_in_sunshine_blog |4 +-----...
分类:数据库   时间:2015-09-16 19:53:01    阅读次数:160
联表更新的反思
USE [AutoRent]GO/****** Object: StoredProcedure [dbo].[Usp_expense_alert] Script Date: 09/16/2015 16:39:05 ******/SET ANSI_NULLS ONGOSET QUOTED_ID...
分类:其他好文   时间:2015-09-16 19:27:59    阅读次数:128
POJ 2240 Arbitrage
Description:Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of the same c...
分类:其他好文   时间:2015-09-16 17:59:31    阅读次数:257
1.1 Implement an algorithm to determine if a string has all unique characters. What if you cannot use additional data structures.
思路: 假设给定字符串用的是ASCII编码,那么总共就只有256个字符,新建一个256个元素的boolean数组, 遍历字符串,将出现的字符在boolean数组所在位置置 1。如果碰到已经置一,表明出现重复字符,返回false。public class IsUniqueChars_1 { ...
分类:其他好文   时间:2015-09-16 17:25:31    阅读次数:143
send.pl
#!/usr/bin perl -wuse strict;use Mail::Sender;#use MIME::Base64;my $sender = new Mail::Sender({ #smtp => 'smtp.163.com', smtp => 'mfast.163.inte...
分类:其他好文   时间:2015-09-16 15:29:13    阅读次数:128
jdk7 - java.util.HashMap
/* * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. ...
分类:编程语言   时间:2015-09-16 15:27:55    阅读次数:260
mysql损坏表修复
1。 ?myisam表结构的恢复 前提,有.frm文件但MYD,MYI文件没了。比如只有tab.frm 1.1 建立空文件tab.MYD?tab.MYI 注意权限,一般为mysql 1.2 进入到库里,执行repair table tab USE_FRM; 显示一下即ok +-------...
分类:数据库   时间:2015-09-16 12:55:49    阅读次数:221
ALTER table t_shift_use modify phone BIGINT(20)
ALTER table t_shift_use modify phone BIGINT(20)http://blog.csdn.net/hupanfeng/article/details/21454847http://www.360doc.com/content/14/0823/22/1902029...
分类:其他好文   时间:2015-09-16 00:50:53    阅读次数:152
Exception dispatching input event. use XlistView
今天上午解决Bug,一个上午的时间;log:11-01 14:49:14.826: E/InputEventReceiver(30810): Exception dispatching input event.11-01 14:49:14.850: E/AndroidRuntime(30810): ...
分类:其他好文   时间:2015-09-15 18:08:41    阅读次数:197
CSS3选择器:enabled 和 disabled
代码: CSS3 Selector use unuse
分类:Web程序   时间:2015-09-15 17:58:57    阅读次数:147
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!