码迷,mamicode.com
首页 >  
搜索关键字:tip    ( 2760个结果
nyoj-36-最长公共子序列
http://acm.nyist.net/JudgeOnline/problem.php?pid=36最长公共子序列时间限制:3000ms | 内存限制:65535KB难度:3描述咱们就不拐弯抹角了,如题,需要你做的就是写一个程序,得出最长公共子序列。tip:最长公共子序列也称作最长公共子串(不要求...
分类:其他好文   时间:2014-11-16 21:31:37    阅读次数:158
VIM学习
使用脚本VIM编写 site:www.ibm.com 百度搜索 VIM寄存器的使用 http://www.ibm.com/developerworks/cn/linux/l-tip-vim1/ VIM替换功能 这是行模式, 如果执行这个, 则显示:E486: 找不到模式:b :s/aaa/bbb/g...
分类:系统相关   时间:2014-11-12 21:02:43    阅读次数:325
webServices 应该支持Get和Post调用,在web.config应该增加以下代码
1 #region Tip:使用说明 2 //webServices 应该支持Get和Post调用,在web.config应该增加以下代码 3 // 4 // 5 // 6 //...
分类:Web程序   时间:2014-11-11 18:20:36    阅读次数:166
'Basic' attribute type should not be a persistence entity/a container
在使用IDEA进行HIbernate开发时,从datasource得到的实体映射并不理想,需要手动更改。 在向实体类添加属性的Setter时,暂时会有红色tip:'Basic' attribute type should not be a persistence entity 或者 'Basic' attribute type should not be a container。 然...
分类:其他好文   时间:2014-11-08 19:43:07    阅读次数:2019
我喜欢的两种单例写法
1,第一种: 1 package ToolPackage 2 { 3 /** 4 * 提示 5 * @author tqr 6 * 创建时间:2014-11-7 下午6:27:10 7 */ 8 public class Tip 9 {10 private static ...
分类:其他好文   时间:2014-11-07 20:35:36    阅读次数:197
Python tip 题目笔记
翻转字符串 x = '123456' y = x[::-1]给你一字典a,如a={1:1,2:2,3:3},输出字典a的key,以','链接,如‘1,2,3'。 print ','.join([str(i) for i in a])给你一个字符串 a, 输出字符奇数位置的字符...
分类:编程语言   时间:2014-11-04 14:28:00    阅读次数:237
最长公共子序列
最长公共子序列描述咱们就不拐弯抹角了,如题,需要你做的就是写一个程序,得出最长公共子序列。 tip:最长公共子序列也称作最长公共子串(不要求连续),英文缩写为LCS(Longest Common Subsequence)。其定义是,一个序列 S ,如果分别是两个或多个已知序列的子序列,且是所有符合此...
分类:其他好文   时间:2014-11-02 18:09:18    阅读次数:172
Extjs4.2 tooltip 提示宽度问题解决
在Extjs4.2 的tooltip 提示,宽度被限制在了40px,感觉很别扭,是个BUG,解决办法,在ext-all-debug.js或ext-all.js中,找到如下的代码:Ext.define('Ext.tip.Tip', { extend: Ext.panel.Panel , alternateClassName: 'Ext.Tip', minWidt...
分类:Web程序   时间:2014-11-02 10:50:34    阅读次数:240
[git push] rejecteded 问题的解决方法
错误信息: hint: Updates were rejected because a pushed branch tip is behind its remote hint: counterpart. Check out this branch and integrate the remote changes hint: (e.g. 'git pull ...') before pushing again....
分类:其他好文   时间:2014-11-01 20:34:05    阅读次数:883
ZOJ 3633 Alice's present(线段树)
As a doll master, Alice owns a wide range of dolls, and each of them has a number tip on it's back, the tip can be treated as a positive integer. (the number can be repeated). One day, Alice hears t...
分类:其他好文   时间:2014-11-01 06:19:48    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!