码迷,mamicode.com
首页 > 其他好文
【leetcode】Merge Two Sorted Lists
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 题目意思很简单....
分类:其他好文   时间:2015-02-04 12:41:16    阅读次数:132
Rose安装与激活
Rose安装 最近需要uml,原来初步学习过rose,下面是这次的安装过程: 参考博客:http://www.cnblogs.com/leaven/p/3718361.html 谢谢分享 解压安装文件: 打开bin文件: 点击其中的setup.exe文件 -> 进入安装界面 -> 点击Install...
分类:其他好文   时间:2015-02-04 12:41:23    阅读次数:205
37_泛型的内部原理及更深应用
泛型内部原理及深入应用
分类:其他好文   时间:2015-02-04 12:41:58    阅读次数:117
GPS卫星定位防盗系统机芯
GPS卫星定位防盗系统机芯
分类:其他好文   时间:2015-02-04 12:39:46    阅读次数:122
indexOf substring
如下所示: 1 public static void main(String[] args) 2 { 3 String url = "http://bbs.szshequ.org/user/login.html"; 4 System.out....
分类:其他好文   时间:2015-02-04 12:38:52    阅读次数:121
40_自定义泛型方法及其应用
泛型方法的定义和使用
分类:其他好文   时间:2015-02-04 12:40:11    阅读次数:121
onpropertychange 实时监控input输入框事件实现
在Web开发中经常会碰到需要动态监听输入框值变化的情况,可以使用onchange、onblur 事件,但是要失去焦点时才能触发事件,这里介绍onpropertychange实现动态监听input值1.IE浏览器$id = $("#id");$id.onpropertychange = functio...
分类:其他好文   时间:2015-02-04 12:38:51    阅读次数:228
42_自定义泛型类的应用
泛型类,泛型Dao
分类:其他好文   时间:2015-02-04 12:37:44    阅读次数:97
公用的stringUtil工具
(function(){ var ISCHINESE = /[\u4e00-\u9fa5]/; var getData = function( value , maxLenth , isStrick ){ value = value + ''; var total = 0 , legelInd...
分类:其他好文   时间:2015-02-04 12:38:52    阅读次数:78
vb编写串口调试程序
sub是子模块,可以调用但是没有返回值,function是有返回值的。public sub 可以在其它form里调用,而private sub 只能在当前form里调用。vb里的if else ,switch ,for ,while等语句对应语句:If Then [Else ]If Then...
分类:其他好文   时间:2015-02-04 12:36:27    阅读次数:120
Palindrome Partitioning II
Given a strings, partitionssuch that every substring of the partition is a palindrome.Return the minimum cuts needed for a palindrome partitioning ofs...
分类:其他好文   时间:2015-02-04 12:36:35    阅读次数:104
[转]Servlet 中文乱码问题及解决方案剖析
一、常识了解1.GBK包含GB2312,即如果通过GB2312编码后可以通过GBK解码,反之可能不成立;2.java.nio.charset.Charset.defaultCharset()获得平台默认字符编码;3.getBytes() 是通过平台默认字符集进行编码;二、中文乱码出现在学习任何一门技...
分类:其他好文   时间:2015-02-04 12:36:25    阅读次数:123
BAT开源
国内开源项目Relate links:http://www.csdn.net/article/2013-11-29/2817656-baidu-open-platform //百度开源项目http://tencentopen.github.io/ //腾讯开源https://github.com/a...
分类:其他好文   时间:2015-02-04 12:37:23    阅读次数:115
深入理解位运算及其用法
^参与运算的两个值,如果两个相应bit位相同,则结果为0,否则为1。即: 0^0 = 0, 1^0 = 1, 0^1 = 1, 1^1 = 0按位异或的3个特点:(1) 0^0=0,0^1=1 0异或任何数=任何数(2) 1^0=1,1^1=0 1异或任何...
分类:其他好文   时间:2015-02-04 12:37:08    阅读次数:97
虚拟化之xenserver
虚拟机自动启动###先查看要启动的虚拟机uuid,再用第二条命令设置自动启动。[root@xenserver-flt ~]# xe vm-list[root@xenserver-flt ~]# xe vm-param-set uuid=6beb4fca-7b93-d9fb-bcd2-dad63547...
分类:其他好文   时间:2015-02-04 12:37:58    阅读次数:85
PAT1019. General Palindromic Number
A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234321 is a palindromic number...
分类:其他好文   时间:2015-02-04 12:36:32    阅读次数:114
企业信息
深圳企业信用查询
分类:其他好文   时间:2015-02-04 12:33:47    阅读次数:103
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!