本文主要是为了记录在Windows上面使用VIM时遇到的Ctrl+V不能进入Visual块模式的问题。
                            
                            
                         
                    
                        
                            
                            
                                约束CHECK(检查)约束限定允许插入某个列的值。它与WHERE子句都使用相同的条件表达式。1 CREATE TABLE piggy_bank(2 id INT AUTO_INCREMENT NOT NULL PRIMARY KEY,3 coin CHAR(1) CHECK (coi...
                            
                            
                                分类:
其他好文   时间:
2015-12-25 18:50:37   
                                阅读次数:
125
                             
                    
                        
                            
                            
                                题意:给一个储钱罐,已知空的储钱罐和装了硬币的储钱罐的质量。然后给了n种硬币的质量和价值。问储钱罐里最少有多少钱。解法:完全背包。注意要初始化为 INF,要正好装满,如果结果是INF,输出This is impossible./* **********************************...
                            
                            
                                分类:
其他好文   时间:
2015-12-21 21:49:52   
                                阅读次数:
160
                             
                    
                        
                            
                            
                                This is a bank IT projects implementation, the main scope is to integrate all corporate customer information in order to provide customers with better...
                            
                            
                                分类:
其他好文   时间:
2015-12-19 21:43:41   
                                阅读次数:
910
                             
                    
                        
                            
                            
                                Piggy-BankTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionBefore ACM can do anything, a budget must be prepar...
                            
                            
                                分类:
其他好文   时间:
2015-12-19 21:42:16   
                                阅读次数:
165
                             
                    
                        
                            
                            
                                bank.py__author__ = 'zhaobin022'import jsonimport toolsimport getpassimport datetimeclass DatabaseHelper: def __init__(self): self.databas...
                            
                            
                                分类:
其他好文   时间:
2015-12-17 15:53:23   
                                阅读次数:
231
                             
                    
                        
                            
                            
                                1014. Waiting in Line (30)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueSuppose a bank has N windows open for service. There is a yellow l...
                            
                            
                                分类:
其他好文   时间:
2015-12-16 15:32:55   
                                阅读次数:
158
                             
                    
                        
                            
                            
                                给定储蓄罐空的和满的重量,有n种硬币,硬币有价值和重量,给出各种硬币的价值p[i]和对应的重量w[i],求储蓄罐里面硬币的最小价值,如果没有符合要求的放硬币的方式,输出 “this is impossible”。思路:相当于完全背包求最小值,n中硬币对应n个物体,物体可以取无限次,存储罐里硬币重量(...
                            
                            
                                分类:
其他好文   时间:
2015-12-14 06:49:05   
                                阅读次数:
207
                             
                    
                        
                            
                            
                                表关联更新:UPDATEuser_bankaINNERJOINbankASb
ONa.bank_code=b.bank_code
SETa.bank_type=b.idWHEREa.bank_typeISNULLANDa.id=1650;更新前的查询:select*fromuser_bankwhereid=1650;
select*fromuser_bankwherebank_typeisnull;
selectcount(*)fromuser_bankwherebank_typeis..
                            
                            
                                分类:
数据库   时间:
2015-12-09 12:01:44   
                                阅读次数:
206
                             
                    
                        
                            
                            
                                实现:base64与图片之间的转换 + 上传的简单实现 1 package com.thinkive.bank.mass.plat.bus.common.util; 2 3 import java.io.File; 4 import java.io.FileInputStream; 5 impor....
                            
                            
                                分类:
其他好文   时间:
2015-12-07 20:30:31   
                                阅读次数:
203